Files
git.limbosolutions.com/README.md
T
Márcio Fernandes 6b16d05015 flux: add backups
2026-06-04 20:16:41 +00:00

50 lines
1016 B
Markdown

# git.limbosolutions.com
Welcome to public repository of my [Git Server](https://git.limbosolutions.com)
Using [gitea](https://git.limbosolutions.com/kb/gitea) as git server.
- [SSO](#sso)
- [Deploy](#deploy)
- [Backups](#backups)
## SSO
<https://integrations.goauthentik.io/development/gitea/>
## Deploy
References:
- <https://gitea.com/gitea/helm-gitea>
- <https://dl.gitea.com/charts/>
Migration to flux.
For fluxcd setup execute.
```bash
ops-scripts/apply-flux.sh
```
**sops / age:**
``` bash
age-keygen -o deploy/clusters/prod/flux-system/.env.d/age.agekey
cat deploy/clusters/prod/flux-system/.env.d/age.agekey | \
kubectl create secret generic flux-sops-age \
--namespace=git-limbosolutions-com \
--from-file=age.agekey=/dev/stdin
```
**Encrypt secrets:**
``` bash
sops -e deploy/app/helm-values.private.dec.yaml > deploy/app/helm-values.private.yaml
sops -e deploy/backups/secrets.dec.yaml > deploy/backups/secrets.yaml
```
## Backups
for more information [check readme](./docs/backups.md).