1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 08:36:59 +00:00

config.yaml: add comments

This commit is contained in:
2026-02-11 05:19:37 +02:00
parent 2d6fee9dd7
commit 34b63890fe

View File

@@ -16,22 +16,25 @@ storage:
- path: /home/core/matrixdotorg-synapse/data - path: /home/core/matrixdotorg-synapse/data
- path: /home/core/matrixdotorg-matrix-appservice-irc/data - path: /home/core/matrixdotorg-matrix-appservice-irc/data
files: files:
# hostname # /etc/hostname
- path: /etc/hostname - path: /etc/hostname
contents: contents:
inline: "akpella.fst.ee" inline: "akpella.fst.ee"
# network # /etc/systemd/network/00-eth0.network
- path: /etc/systemd/network/00-eth0.network - path: /etc/systemd/network/00-eth0.network
contents: contents:
local: etc/systemd/network/00-eth0.network local: etc/systemd/network/00-eth0.network
# /etc/hosts
- path: /etc/hosts - path: /etc/hosts
overwrite: true overwrite: true
contents: contents:
local: etc/hosts local: etc/hosts
# /home/core/caddy/etc/caddy/Caddyfile
- path: /home/core/caddy/etc/caddy/Caddyfile - path: /home/core/caddy/etc/caddy/Caddyfile
overwrite: true overwrite: true
contents: contents:
local: caddy/etc/caddy/Caddyfile local: caddy/etc/caddy/Caddyfile
# /home/core/caddy/var/www/html/index.html
- path: /home/core/caddy/var/www/html/index.html - path: /home/core/caddy/var/www/html/index.html
overwrite: true overwrite: true
contents: contents:
@@ -40,15 +43,19 @@ storage:
systemd: systemd:
units: units:
# docker-network-setup.service
- name: docker-network-setup.service - name: docker-network-setup.service
enabled: true enabled: true
contents_local: docker-network-setup.service contents_local: docker-network-setup.service
# docker-matrixdotorg-synapse.service
- name: docker-matrixdotorg-synapse.service - name: docker-matrixdotorg-synapse.service
enabled: true enabled: true
contents_local: docker-matrixdotorg-synapse.service contents_local: docker-matrixdotorg-synapse.service
# docker-caddy.service
- name: docker-caddy.service - name: docker-caddy.service
enabled: true enabled: true
contents_local: docker-caddy.service contents_local: docker-caddy.service
# docker-matrixdotorg-matrix-appservice-irc.service
- name: docker-matrixdotorg-matrix-appservice-irc.service - name: docker-matrixdotorg-matrix-appservice-irc.service
enabled: false enabled: false
contents_local: docker-matrixdotorg-matrix-appservice-irc.service contents_local: docker-matrixdotorg-matrix-appservice-irc.service