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,6 +1,21 @@
---
created: 2025-11-02 10:48
updated: 2025-11-02 10:48
---
# Gitea Setup on TrueNAS Scale
## Installation Options
## Installation Status
**Gitea is currently installed and working!**
- Deployed using Docker with Traefik reverse proxy
- Accessible via HTTPS through Traefik
- SSH access configured for git operations
- All services operational
---
## Installation Options (Reference)
### Option 1: TrueNAS Scale Apps (Recommended for Beginners)
@@ -237,15 +252,21 @@ Plenty of headroom for other services.
---
## Next Steps
## Completed Setup Steps
- [ ] Choose installation method (TrueNAS App vs Custom Docker)
- [ ] Create storage dataset for Gitea data
- [ ] Install Gitea
- [ ] Complete initial setup wizard
- [ ] Create admin account
- [ ] Configure SSH access
- [ ] Set up backup strategy
- [ ] Migrate existing repositories
- [ ] (Optional) Set up HTTPS with reverse proxy
- [ ] (Optional) Configure external access via VPN or port forwarding
- [x] Choose installation method (Custom Docker with Traefik)
- [x] Create storage dataset for Gitea data
- [x] Install Gitea
- [x] Complete initial setup wizard
- [x] Create admin account
- [x] Configure SSH access
- [x] Set up HTTPS with Traefik reverse proxy
- [x] Configure external access via port forwarding
## Optional Next Steps
- [ ] Set up automated backup strategy
- [ ] Migrate existing repositories from other platforms
- [ ] Configure repository mirroring
- [ ] Set up webhooks for CI/CD integration
- [ ] Configure additional authentication providers (OAuth, LDAP)