diff --git a/docs/nas.html b/docs/nas.html index e8dfaf3..a71359b 100644 --- a/docs/nas.html +++ b/docs/nas.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +restic
rclone.conf
snapraid.conf
snapraid-runner.conf
Caddyfile
To see all files “backed up” by snapraid, use:
@@ -939,9 +944,9 @@ You can uselatest
instead of the ID.
snapraid: container_name: snapraid @@ -1185,9 +1190,9 @@ exclude .AppleDB
caddy: container_name: caddy @@ -1236,6 +1241,55 @@ exclude .AppleDB
dotfiles: + container_name: dotfiles + image: abiosoft/caddy:1.0.3-no-stats + restart: unless-stopped + networks: + - t2_proxy + environment: + - PUID=$PUID + - PGID=$PGID + - TZ=$TZ + - PLUGINS=git + volumes: + - $CONFIGDIR/dotfiles/Caddyfile:/etc/Caddyfile + - $CONFIGDIR/dotfiles/www:/srv/www + labels: + - "traefik.enable=true" + - "traefik.http.routers.dotfiles-rtr.entrypoints=https" + - "traefik.http.routers.dotfiles-rtr.rule=Host(`dotfiles.$DOMAINNAME`)" + - "traefik.http.routers.dotfiles-rtr.tls=true" + - "traefik.http.routers.dotfiles-rtr.service=dotfiles-svc" + - "traefik.http.services.dotfiles-svc.loadbalancer.server.port=2015" ++
Caddyfile
0.0.0.0:2015 { + root /srv/www/docs/ + + git { + repo https://git.tdehaeze.xyz/tdehaeze/literate-dotfiles + path /srv/www/ + interval -1 + hook /literate-dotfiles/webhook QHZgAKjD8q2v54Ru + } +} ++
crontab -e
and add this line:
Created: 2021-01-08 ven. 01:45
+Created: 2021-01-11 lun. 14:50