Split misc.yaml into different files

This commit is contained in:
2022-09-03 04:19:31 +02:00
parent 04c859a8eb
commit 8b3d64ceeb
4 changed files with 85 additions and 65 deletions
+14 -1
View File
@@ -11,4 +11,17 @@ pip install -r requirements.txt
## `misc.yaml`
Server for miscellaneous stuff, e.g. the website.
Expects to have a user `andi` who can `sudo`.
Expects to have a user `andi` who can `sudo`.
Sets up:
- Some basic packages
- Docker and `docker-compose` (the latter via `pip`)
- Nix multi-user installation
## `misc-docker.yaml`
- Deploys Docker configurations from `../docker`
## `misc-sites.yaml`
Checks out static sites into `/home/paul/Sites` which is mounted into `/srv` in the Caddy container.