secubox-openwrt/package/secubox/secubox-app-gitea
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
Add complete French (fr) and Chinese (zh) translations for all documentation:

- Root files: README, CHANGELOG, SECURITY, BETA-RELEASE
- docs/: All 16 core documentation files
- DOCS/: All 19 deep-dive documents including embedded/ and archive/
- package/secubox/: All 123+ package READMEs
- Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/

Total: 346 translation files created

Each file includes language switcher links for easy navigation between
English, French, and Chinese versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-20 10:00:18 +01:00
..
files fix(gitea): Remove cgroup mount to fix LXC startup on some kernels 2026-02-13 13:41:58 +01:00
Makefile fix(deps): Remove libubox/libubus/libuci from all SecuBox package dependencies 2026-01-30 19:46:27 +01:00
README.fr.md docs: Add trilingual documentation (French and Chinese translations) 2026-03-20 10:00:18 +01:00
README.md docs: Add trilingual documentation (French and Chinese translations) 2026-03-20 10:00:18 +01:00
README.zh.md docs: Add trilingual documentation (French and Chinese translations) 2026-03-20 10:00:18 +01:00

English | Francais | 中文

SecuBox Gitea Platform

Self-hosted lightweight Git service running in an LXC container on SecuBox-powered OpenWrt systems.

Installation

opkg install secubox-app-gitea

Configuration

UCI config file: /etc/config/gitea

config gitea 'main'
    option enabled '0'
    option http_port '3000'
    option ssh_port '2222'

Usage

# Start / stop the service
/etc/init.d/gitea start
/etc/init.d/gitea stop

# Controller CLI
giteactl status
giteactl install
giteactl remove
giteactl backup
giteactl restore

Features

  • Git HTTP and SSH access
  • Repository and user management via web UI
  • SQLite database (embedded)
  • Backup and restore support
  • Runs in Alpine Linux LXC container

Files

  • /etc/config/gitea -- UCI configuration
  • /usr/sbin/giteactl -- controller CLI

Dependencies

  • jsonfilter
  • wget-ssl
  • tar
  • lxc
  • lxc-common
  • git

License

MIT