secubox-openwrt/package/secubox/luci-app-gitea/root/usr/share/luci/menu.d/luci-app-gitea.json
CyberMind-FR d43a02a397 feat(gitea): Add self-hosted Git platform for OpenWrt
Add secubox-app-gitea and luci-app-gitea packages:

secubox-app-gitea:
- LXC container with Alpine 3.21 rootfs
- Gitea 1.22.6 binary (auto-detect amd64/arm64/armv7)
- HTTP (3000) and SSH (2222) ports
- SQLite database (embedded)
- giteactl: install/uninstall/update/backup/restore

luci-app-gitea:
- Cyberpunk themed dashboard
- Repository browser with clone URLs
- User management interface
- Server and security settings
- Backup/restore functionality
- 18 RPCD methods

Resource requirements: 256MB RAM minimum, ~100MB storage

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 10:03:31 +01:00

46 lines
748 B
JSON

{
"admin/services/gitea": {
"title": "Gitea",
"order": 87,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-gitea"],
"uci": {"gitea": true}
}
},
"admin/services/gitea/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "gitea/overview"
}
},
"admin/services/gitea/repos": {
"title": "Repositories",
"order": 20,
"action": {
"type": "view",
"path": "gitea/repos"
}
},
"admin/services/gitea/users": {
"title": "Users",
"order": 30,
"action": {
"type": "view",
"path": "gitea/users"
}
},
"admin/services/gitea/settings": {
"title": "Settings",
"order": 40,
"action": {
"type": "view",
"path": "gitea/settings"
}
}
}