mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
hosts/srv-internal: Enable filebrowser
This commit is contained in:
parent
e1066c2083
commit
933a84a9f7
1 changed files with 13 additions and 5 deletions
|
|
@ -37,10 +37,9 @@
|
|||
domain = "cloud.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
actualbudget = {
|
||||
filebrowser = {
|
||||
enable = true;
|
||||
doBackups = true;
|
||||
domain = "budget.${config.custom.services.tailscale.domain}";
|
||||
domain = "files.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
radicale = {
|
||||
|
|
@ -48,6 +47,12 @@
|
|||
domain = "calendar.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
actualbudget = {
|
||||
enable = true;
|
||||
doBackups = true;
|
||||
domain = "budget.${config.custom.services.tailscale.domain}";
|
||||
};
|
||||
|
||||
caddy.virtualHosts = {
|
||||
syncthing-gui = {
|
||||
inherit (config.custom.services.syncthing.gui) domain port;
|
||||
|
|
@ -55,12 +60,15 @@
|
|||
nextcloud = {
|
||||
inherit (config.custom.services.nextcloud) domain port;
|
||||
};
|
||||
actualbudget = {
|
||||
inherit (config.custom.services.actualbudget) domain port;
|
||||
filebrowser = {
|
||||
inherit (config.custom.services.filebrowser) domain port;
|
||||
};
|
||||
radicale = {
|
||||
inherit (config.custom.services.radicale) domain port;
|
||||
};
|
||||
actualbudget = {
|
||||
inherit (config.custom.services.actualbudget) domain port;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue