| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* Removed redundant runner options to streamline CI configuration.
|
|
|
|
| |
* Changed `runs-on` from `ubuntu-latest` to `[ubuntu-latest, ubuntu-latest-server]` to allow for more flexible CI testing environments.
|
|
|
|
|
| |
* Updated the `DOCKER_IMAGE` variable to use the correct repository path.
* Ensures proper image building and pushing during CI workflows.
|
|
* Introduced a `Dockerfile` for building and running the application in a container.
* Added a CI workflow in `.gitea/workflows/ci.yaml` to automate testing and image pushing on main branch pushes.
* Configured Nginx for serving the application with health checks and caching strategies.
|