vault backup: 2025-11-22 08:14:07

This commit is contained in:
2025-11-22 08:14:07 +01:00
parent fd37421245
commit abc0e1ffbf
222 changed files with 13799 additions and 310 deletions

View File

@@ -1,3 +1,7 @@
---
created: 2025-11-02 10:47
updated: 2025-11-02 10:47
---
# Recommended Setup for Your TrueNAS
## Your Situation
@@ -256,18 +260,27 @@ If you already have:
---
## Next Steps Checklist
## Setup Status
- [ ] Get Cloudflare API token/key
- [ ] SSH into TrueNAS
- [ ] Verify `/mnt/tank/stacks/` directory structure
- [ ] Deploy Traefik stack
- [ ] Configure router port forwarding (80, 443, 2222)
- [ ] Add DNS records in Cloudflare
- [ ] Deploy Gitea stack
- [ ] Modify existing stack to connect to Traefik
- [ ] Test access to all services via HTTPS
- [ ] Configure backups
### ✅ Completed Steps
- [x] Get Cloudflare API token/key
- [x] SSH into TrueNAS
- [x] Verify `/mnt/tank/stacks/` directory structure
- [x] Deploy Traefik stack
- [x] Configure router port forwarding (80, 443, 2222)
- [x] Add DNS records in Cloudflare
- [x] Deploy Gitea stack
- [x] Test access to all services via HTTPS
**Status:** Git service is operational and working! 🎉
### 🔜 Optional Next Steps
- [ ] Modify existing Servarr stack to connect to Traefik (if desired)
- [ ] Configure automated backups for Gitea
- [ ] Set up additional services through Traefik
- [ ] Configure Traefik dashboard access
---