3 Commits

Author SHA1 Message Date
85fba54152 Add tests for nginx.conf directives (#1)
Adds tests to make sure all the `nginx.conf` directives (the redirects and rewrites and such) are all correct.

- Uses the `busted` framework
- The tests are run in a Docker container by the bash script `test.sh`
- Self-signed certs are generated in `Dockerfile` for all the domain names
- Adds new `Makefile` commands: `test`, `image-build` and `image-rm`

Reviewed-on: #1
Co-authored-by: Catalin Mititiuc <webdevcat@proton.me>
Co-committed-by: Catalin Mititiuc <webdevcat@proton.me>
2025-06-14 21:54:21 +00:00
962caf3454 Add original values in app.ini as comments 2025-06-01 17:07:55 -07:00
f9c5df9c43 Update nginx.conf for SSL and add gitea app.ini file 2025-05-31 16:46:28 -07:00