From 38be6c13f76e893cf47636257071b440dec0c5b2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/lhost/items.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bundles/lhost/items.py (limited to 'bundles/lhost/items.py') diff --git a/bundles/lhost/items.py b/bundles/lhost/items.py new file mode 100644 index 0000000..ac2e428 --- /dev/null +++ b/bundles/lhost/items.py @@ -0,0 +1,24 @@ +directories = { + "/var/www/lhost": { + "mode": "0775", + "group": "www-data", + "owner": "webdeploy", + }, +} + +files = { + "/var/www/lhost/Caddyfile": {}, + "/etc/traefik/lhost.yaml": { + "content_type": "mako", + "source": "traefik.yaml", + "needs": { + "bundle:traefik", + }, + }, + "/etc/s6-rc/lhost.conf": { + "content_type": "mako", + }, + "/etc/periodic/weekly/lhost-prune": { + "mode": "0755", + }, +} -- cgit 1.4.1