added podman and caddy imports for container running app

This commit is contained in:
Jakub Dorfman 2026-04-26 19:33:44 +02:00
parent 9a83e85487
commit 93e23748c2
2 changed files with 29 additions and 1 deletions

View file

@ -3,6 +3,10 @@
services.caddy = {
enable = true;
email = "admin@srazka.com";
extraConfig = ''
# Generated app routes from the panel backend.
import /home/reudy/containers/routes/*.caddy
'';
# Authelia's own login portal
virtualHosts."auth.srazka.com".extraConfig = ''