Dimaga: add Deluge to ACME and startup script
This commit is contained in:
parent
6c07c68c84
commit
ccbbcc59f4
|
@ -313,11 +313,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1724316499,
|
"lastModified": 1724531977,
|
||||||
"narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=",
|
"narHash": "sha256-XROVLf9ti4rrNCFLr+DmXRZtPjCQTW4cYy59owTEmxk=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841",
|
"rev": "2527da1ef492c495d5391f3bcf9c1dd9f4514e32",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -15,6 +15,7 @@ let
|
||||||
services-root = "/storage/services";
|
services-root = "/storage/services";
|
||||||
|
|
||||||
subdomains = [
|
subdomains = [
|
||||||
|
config.secrets.services.deluge.url
|
||||||
config.secrets.services.forgejo.url
|
config.secrets.services.forgejo.url
|
||||||
config.secrets.services.gremlin-lab.url
|
config.secrets.services.gremlin-lab.url
|
||||||
config.secrets.services.jellyfin.url
|
config.secrets.services.jellyfin.url
|
||||||
|
|
|
@ -18,7 +18,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Starting services..."
|
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 --machine aires@.host --user start syncthing.service
|
||||||
systemctl restart nginx.service
|
systemctl restart nginx.service
|
||||||
echo "Services started. $(hostname) is ready to go!"
|
echo "Services started. $(hostname) is ready to go!"
|
||||||
|
|
Loading…
Reference in a new issue