feat: add kavita

main
Louis Pearson 2024-01-07 23:08:10 -07:00
parent af899a7176
commit bc1a3dad08
1 changed files with 16 additions and 0 deletions

View File

@ -98,6 +98,13 @@
services.jellyfin.enable = true;
services.kavita = {
enable = true;
tokenKeyFile = "/var/kavita-token-key";
# Uh, typo in the service definition
ipAdresses = [ "127.0.0.1" "::1" ];
};
services.glauth = {
enable = true;
settings = {
@ -431,6 +438,11 @@
bind 100.64.0.3
reverse_proxy localhost:5556
'';
virtualHosts."kavita.samsehu.perli.casa".extraConfig = ''
bind 100.64.0.3 192.168.0.69
reverse_proxy localhost:5000
'';
};
# Headscale for access to the network while away from home
@ -457,8 +469,12 @@
{ name = "git.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
{ name = "nextcloud.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
{ name = "glauth.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
<<<<<<< HEAD
{ name = "dex.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
{ name = "jellyfin.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
=======
{ name = "kavita.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }
>>>>>>> 2173c83 (feat: add kavita)
];
};