diff --git a/config.yaml b/config.yaml index a6ddb8a..dd252d8 100644 --- a/config.yaml +++ b/config.yaml @@ -9,6 +9,8 @@ passwd: - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOpw3cIAdtWOYUkb6UOAIcLuRzItoo4oZMzr/hzZYq4E openpgp:0xFAAA0172 storage: + directories: + - path: /var/www/html files: # hostname - path: /etc/hostname @@ -31,6 +33,21 @@ storage: inline: | 127.0.0.1 localhost akpella.lan ::1 localhost akpella.lan + - path: /etc/caddy/Caddyfile + contents: + inline: | + fst.ee { + root * /var/www/html + file_server + } + + matrix.fst.ee { + reverse_proxy localhost:8008 + } + - path: /var/www/html/index.html + contents: + inline: | +