From 1b2f9efeecc501e721822e7d67a2d72a24c2721a Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Wed, 7 May 2025 16:06:27 -0400 Subject: [PATCH] Create file_locations.md --- docs/handbook/infrastructure/file_locations.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/handbook/infrastructure/file_locations.md diff --git a/docs/handbook/infrastructure/file_locations.md b/docs/handbook/infrastructure/file_locations.md new file mode 100644 index 0000000..c0a4edd --- /dev/null +++ b/docs/handbook/infrastructure/file_locations.md @@ -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` \ No newline at end of file