Create file_locations.md

This commit is contained in:
thhsh-local 2025-05-07 16:06:27 -04:00
parent 8190dbe21c
commit 1b2f9efeec
Signed by: thhsh-local
SSH key fingerprint: SHA256:bLOq3d7dN1v5+W5U6pQekP0rBm0YUtC9qvh3TDYyAsg

View file

@ -0,0 +1,10 @@
# File Locations
To try and standardize things, aim to store specific files in an appropriate location, so that they can easily be located in the future.
## `docker-compose.yml`
When using a Docker Compose file on Debian/Ubuntu, make the specific service its own directory in `/srv/`, and put the `docker-compose.yml` file inside that directory.
For example: `/srv/authentik/docker-compose.yml`
## `Caddyfile`
When using the Caddy web server on Debian/Ubuntu, and when configuring the server using the Caddyfile, store the file in `/etc/caddy/Caddyfile`