mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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}";
|
domain = "cloud.${config.custom.services.tailscale.domain}";
|
||||||
};
|
};
|
||||||
|
|
||||||
actualbudget = {
|
filebrowser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
doBackups = true;
|
domain = "files.${config.custom.services.tailscale.domain}";
|
||||||
domain = "budget.${config.custom.services.tailscale.domain}";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
radicale = {
|
radicale = {
|
||||||
|
|
@ -48,6 +47,12 @@
|
||||||
domain = "calendar.${config.custom.services.tailscale.domain}";
|
domain = "calendar.${config.custom.services.tailscale.domain}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
actualbudget = {
|
||||||
|
enable = true;
|
||||||
|
doBackups = true;
|
||||||
|
domain = "budget.${config.custom.services.tailscale.domain}";
|
||||||
|
};
|
||||||
|
|
||||||
caddy.virtualHosts = {
|
caddy.virtualHosts = {
|
||||||
syncthing-gui = {
|
syncthing-gui = {
|
||||||
inherit (config.custom.services.syncthing.gui) domain port;
|
inherit (config.custom.services.syncthing.gui) domain port;
|
||||||
|
|
@ -55,12 +60,15 @@
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
inherit (config.custom.services.nextcloud) domain port;
|
inherit (config.custom.services.nextcloud) domain port;
|
||||||
};
|
};
|
||||||
actualbudget = {
|
filebrowser = {
|
||||||
inherit (config.custom.services.actualbudget) domain port;
|
inherit (config.custom.services.filebrowser) domain port;
|
||||||
};
|
};
|
||||||
radicale = {
|
radicale = {
|
||||||
inherit (config.custom.services.radicale) domain port;
|
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