mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 02:28:38 +02:00
freshrss: init
This commit is contained in:
@@ -10,3 +10,6 @@ hledger.tomasrivera.ch {
|
|||||||
}
|
}
|
||||||
reverse_proxy host.docker.internal:5000
|
reverse_proxy host.docker.internal:5000
|
||||||
}
|
}
|
||||||
|
rss.tomasrivera.ch {
|
||||||
|
reverse_proxy freshrss:8080
|
||||||
|
}
|
||||||
|
|||||||
+2
-1
@@ -151,7 +151,8 @@ step "Preparing storage"
|
|||||||
|
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
/mnt/kdrive \
|
/mnt/kdrive \
|
||||||
/opt/server/archivebox/archivebox-data
|
/opt/server/archivebox/archivebox-data \
|
||||||
|
/opt/server/freshrss
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Configure rclone now."
|
echo "Configure rclone now."
|
||||||
|
|||||||
+14
@@ -38,6 +38,20 @@ services:
|
|||||||
# kDrive: only the heavy archive content
|
# kDrive: only the heavy archive content
|
||||||
- /mnt/kdrive/Archive:/data/archive
|
- /mnt/kdrive/Archive:/data/archive
|
||||||
|
|
||||||
|
freshrss:
|
||||||
|
image: freshrss/freshrss:latest
|
||||||
|
container_name: freshrss
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Zurich
|
||||||
|
- CRON_MIN=*/20
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- /opt/server/freshrss:/var/www/FreshRSS/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
caddy_data:
|
caddy_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user