commit 615da450c68d6c41dda45eccf28cb7eec61ee4e5 Author: Mika Bomm Date: Tue Jul 23 22:21:35 2024 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28e7fdc --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Ignore everything +** + +# But not this file +!*/compose.yml +!README.md +!.gitignore + + +# Caddy +!*/Caddyfile +!*/.env.example diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29