fix freshrss nfs volume directory
remove freshrss extensions volume install lsof and parted
This commit is contained in:
parent
5884585b3a
commit
837ddf14e1
3 changed files with 3 additions and 18 deletions
|
@ -4,20 +4,14 @@
|
||||||
roles:
|
roles:
|
||||||
- {role: traefik, tags: traefik}
|
- {role: traefik, tags: traefik}
|
||||||
- {role: forgejo, tags: forgejo}
|
- {role: forgejo, tags: forgejo}
|
||||||
# - {role: seafile, tags: seafile}
|
|
||||||
- {role: radicale, tags: radicale}
|
- {role: radicale, tags: radicale}
|
||||||
# - {role: mastodon, tags: mastodon}
|
|
||||||
- {role: freshrss, tags: freshrss}
|
- {role: freshrss, tags: freshrss}
|
||||||
- {role: hedgedoc, tags: hedgedoc}
|
- {role: hedgedoc, tags: hedgedoc}
|
||||||
# - {role: overleaf, tags: overleaf}
|
|
||||||
- {role: cyberchef, tags: cyberchef}
|
- {role: cyberchef, tags: cyberchef}
|
||||||
- {role: inbucket, tags: inbucket}
|
- {role: inbucket, tags: inbucket}
|
||||||
- {role: kms, tags: kms}
|
- {role: kms, tags: kms}
|
||||||
- {role: swarm_dashboard, tags: swarm_dashboard}
|
- {role: swarm_dashboard, tags: swarm_dashboard}
|
||||||
# - {role: shephard, tags: shephard}
|
|
||||||
- {role: pihole, tags: pihole}
|
- {role: pihole, tags: pihole}
|
||||||
- {role: nextcloud, tags: nextcloud}
|
- {role: nextcloud, tags: nextcloud}
|
||||||
- {role: syncthing, tags: syncthing}
|
- {role: syncthing, tags: syncthing}
|
||||||
# - {role: monitoring, tags: monitoring}
|
|
||||||
- {role: kitchenowl, tags: kitchenowl}
|
- {role: kitchenowl, tags: kitchenowl}
|
||||||
# - {role: ampache, tags: ampache}
|
|
||||||
|
|
|
@ -10,12 +10,7 @@ volumes:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: "nfs"
|
type: "nfs"
|
||||||
o: "addr=lewis.dmz,nolock,soft,rw"
|
o: "addr=lewis.dmz,nolock,soft,rw"
|
||||||
device: ":/mnt/data/freshrss/data"
|
device: ":/mnt/data/nfs/freshrss/data"
|
||||||
extensions:
|
|
||||||
driver_opts:
|
|
||||||
type: "nfs"
|
|
||||||
o: "addr=lewis.dmz,nolock,soft,rw"
|
|
||||||
device: ":/mnt/data/freshrss/extensions"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
freshrss:
|
freshrss:
|
||||||
|
@ -28,11 +23,6 @@ services:
|
||||||
target: /var/www/FreshRSS/data
|
target: /var/www/FreshRSS/data
|
||||||
volume:
|
volume:
|
||||||
nocopy: true
|
nocopy: true
|
||||||
- type: volume
|
|
||||||
source: extensions
|
|
||||||
target: /var/www/FreshRSS/extensions
|
|
||||||
volume:
|
|
||||||
nocopy: true
|
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Amsterdam
|
TZ: Europe/Amsterdam
|
||||||
CRON_MIN: '2,32'
|
CRON_MIN: '2,32'
|
||||||
|
|
|
@ -110,9 +110,10 @@
|
||||||
tree
|
tree
|
||||||
file
|
file
|
||||||
tcpdump
|
tcpdump
|
||||||
|
lsof
|
||||||
|
parted
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
hardware.cpu.intel.updateMicrocode =
|
hardware.cpu.intel.updateMicrocode =
|
||||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue