Add open-webui and paperless.
This commit is contained in:
parent
7a2f4a00f2
commit
f29bbe2415
4 changed files with 61 additions and 0 deletions
|
@ -22,11 +22,13 @@
|
|||
../../roles/syncthing.nix
|
||||
./apps/dev.nix
|
||||
./apps/nextcloud.nix
|
||||
./apps/paperless.nix
|
||||
./apps/searxng.nix
|
||||
./apps/actual.nix
|
||||
./apps/adguard.nix
|
||||
./apps/audiobookshelf.nix
|
||||
./apps/ollama.nix
|
||||
./apps/open-webui.nix
|
||||
];
|
||||
|
||||
boot.loader.grub = {
|
||||
|
@ -139,6 +141,11 @@
|
|||
reverse_proxy localhost:9091
|
||||
'';
|
||||
|
||||
services.caddy.virtualHosts."auth.tailc50184.ts.net".extraConfig = ''
|
||||
bind tailscale/auth
|
||||
reverse_proxy localhost:9091
|
||||
'';
|
||||
|
||||
services.authelia.instances.main.settings.access_control.rules = [
|
||||
{
|
||||
domain = "syncthing.thewordnerd.info";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue