ADD shiori service

main
Alexandre LUCAZEAU 2023-12-28 12:54:54 +00:00
parent d46068a1fe
commit d7a7573621
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ in
}
https://pocket.atlanticaweb.fr {
encode gzip
reverse_proxy http://localhost:3001
reverse_proxy http://localhost:8080
}
https://search.atlanticaweb.fr {
reverse_proxy http://localhost:5000
@ -63,4 +63,5 @@ in
users.groups.caddy.gid = config.ids.uids.caddy;
services.jellyfin.enable = true;
services.shiori.enable = true;
}