diff --git a/projects/gitea-mirror/README.md b/projects/gitea-mirror/README.md new file mode 100644 index 0000000..f9cf659 --- /dev/null +++ b/projects/gitea-mirror/README.md @@ -0,0 +1,28 @@ +# [gitea-mirror](https://docs.gitea.com/usage/repository/repo-mirror/) + +## gitea-mirror + +### General + +- Compose Path: `./projects/gitea-mirror/docker-compose.yml` + +### Environment + +- BETTER_AUTH_SECRET: #your secret, which is automatically generated by the gitea-mirror template +- BETTER_AUTH_URL: #your gitea-mirror domain - for example `https://giteamirror.example.com` + +### Domains + +- Service Name: `gitea-mirror` +- Container Port: `4321` +- HTTPS: `true` +- Certificate Provider: `Let's Encrypt` + +### Volume Backups + +- Task Name: `gitea-mirror` +- Schedule `0 0 * * *` +- Service Name: `gitea-mirror` +- Volume: `giteamirror-giteamirror-xxx` +- Keep Latest Backups: `7` +- Enabled: `true` \ No newline at end of file diff --git a/projects/gitea-mirror/docker-compose.yml b/projects/gitea-mirror/docker-compose.yml new file mode 100644 index 0000000..e69de29