1
0
Fork 0

Dimaga: add Deluge to ACME and startup script

This commit is contained in:
Aires 2024-08-27 09:44:04 -04:00
parent 6c07c68c84
commit ccbbcc59f4
3 changed files with 5 additions and 4 deletions

View file

@ -313,11 +313,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1724316499,
"narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=",
"lastModified": 1724531977,
"narHash": "sha256-XROVLf9ti4rrNCFLr+DmXRZtPjCQTW4cYy59owTEmxk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841",
"rev": "2527da1ef492c495d5391f3bcf9c1dd9f4514e32",
"type": "github"
},
"original": {

View file

@ -15,6 +15,7 @@ let
services-root = "/storage/services";
subdomains = [
config.secrets.services.deluge.url
config.secrets.services.forgejo.url
config.secrets.services.gremlin-lab.url
config.secrets.services.jellyfin.url

View file

@ -18,7 +18,7 @@ else
fi
echo "Starting services..."
systemctl restart duplicacy-web.service forgejo.service jellyfin.service
systemctl restart deluged.service delugeweb.service duplicacy-web.service forgejo.service jellyfin.service
systemctl --machine aires@.host --user start syncthing.service
systemctl restart nginx.service
echo "Services started. $(hostname) is ready to go!"