add personal samba share; split -web configurations to make services

easier to run on other devices
This commit is contained in:
Jef Roosens 2024-01-09 20:23:42 +01:00
parent 3cd1f7c4fc
commit 04e9f8438d
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
16 changed files with 109 additions and 51 deletions

View file

@ -1,3 +0,0 @@
s.roosens.me {
reverse_proxy localhost:18080
}

View file

@ -1,3 +0,0 @@
---
dependencies:
- role: caddy

View file

@ -67,12 +67,3 @@
name: 'lander'
state: started
enabled: true
- name: Ensure Caddyfile is present
copy:
src: 'lander.Caddyfile'
dest: '/etc/caddy/lander.Caddyfile'
owner: root
group: root
mode: '0644'
notify: caddy-reload