feat: Initial commit.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 2m50s

This commit is contained in:
2025-12-12 13:13:14 -05:00
commit 0c6b84a872
24 changed files with 1187 additions and 0 deletions

6
Caddyfile Normal file
View File

@@ -0,0 +1,6 @@
:80 {
route /* {
root * /app
file_server
}
}