remove changedetection and rss-bridge (#594)
Reviewed-on: #594 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
5a0830ffc5
commit
30fbc6367a
3 changed files with 0 additions and 50 deletions
|
@ -68,21 +68,11 @@ services:
|
|||
url: "http://dokuwiki2.grote.lan"
|
||||
target: "_blank"
|
||||
subtitle: "Wiki"
|
||||
- name: "RSS-Bridge"
|
||||
logo: "assets/icons/rssb.png"
|
||||
url: "http://docker10.grote.lan:3001"
|
||||
target: "_blank"
|
||||
subtitle: "Facebook/Instagram-to-rss"
|
||||
- name: "Navidrome"
|
||||
logo: "assets/icons/navidrome.png"
|
||||
url: "https://audio.mgrote.net/mg"
|
||||
target: "_blank"
|
||||
subtitle: "Audio-Streaming"
|
||||
- name: "changedetection.io"
|
||||
logo: "assets/icons/changedetection.png"
|
||||
url: "http://docker10.grote.lan:5000"
|
||||
target: "_blank"
|
||||
subtitle: "Website2rss"
|
||||
|
||||
- name: "Web"
|
||||
icon: "fas fa-cloud"
|
||||
|
|
|
@ -71,44 +71,9 @@ services:
|
|||
com.centurylinklabs.watchtower.enable: true
|
||||
com.centurylinklabs.watchtower.depends-on: mf-frontend
|
||||
|
||||
######## RSS-Bridge ########
|
||||
rssbridge:
|
||||
container_name: "mf-bridge"
|
||||
image: rssbridge/rss-bridge:latest
|
||||
restart: always
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
volumes:
|
||||
- ./whitelist.txt:/app/whitelist.txt
|
||||
networks:
|
||||
- intern
|
||||
ports: #um neue Feeds einzufügen
|
||||
- 3001:80
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
|
||||
######## changedetection ########
|
||||
changedetection.io:
|
||||
image: ghcr.io/dgtlmoon/changedetection.io
|
||||
container_name: mf-changedetection.io
|
||||
hostname: changedetection.io
|
||||
volumes:
|
||||
- changedetection-data:/datastore
|
||||
environment:
|
||||
PORT: 5000
|
||||
BASE_URL: http://docker10.grote.lan:5000
|
||||
ports:
|
||||
- 5000:5000
|
||||
restart: always
|
||||
networks:
|
||||
- intern
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
|
||||
######## Volumes ########
|
||||
volumes:
|
||||
db:
|
||||
changedetection-data:
|
||||
######## Networks ########
|
||||
networks:
|
||||
traefik:
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
TwitterBridge
|
||||
WikipediaBridge
|
||||
YoutubeBridge
|
||||
FacebookBridge
|
||||
InstagramBridge
|
Loading…
Reference in a new issue