Add books host

This commit is contained in:
pazpi 2026-04-14 15:10:35 +02:00
parent a77c0f5337
commit c15b21d97f
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -197,6 +197,11 @@ in
host = "http://${p.hosts.docker}:3333";
domain = p.domains.public;
}
{
subdomain = "books";
host = "http://${p.hosts.docker-vm}:6060";
domain = p.domains.public;
}
];
};

View file

@ -37,6 +37,7 @@ in
collabora = "collabora.${private-domain}";
actual = "actual-budget.${private-domain}";
karakeep = "karakeep.${private-domain}";
docker-vm = "docker-vm.${private-domain}";
};
personal = {
username = "pazpi";