Services: add tailscale, kuma, vw and forgejo to Theia

This commit is contained in:
blahai 2025-01-26 23:22:46 +02:00
parent dcd2d8adab
commit 057582d665
No known key found for this signature in database
10 changed files with 168 additions and 5 deletions

View file

@ -24,7 +24,7 @@ in {
services.caddy.virtualHosts.${cfg.domain} = {
extraConfig = ''
reverse_proxy localhost:${cfg.port}
reverse_proxy localhost:${toString cfg.port}
'';
};
};