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>
1.1 KiB
1.1 KiB
SecuBox Fabricator
🌐 Languages: English | Français | 中文
Widget & Component Constructor for SecuBox platform.
Features
7 tabs for building SecuBox components:
- 📊 Collectors - Stats collector builder (shell scripts with cron)
- 🚀 Apps - Streamlit app deployer
- 📝 Blogs - MetaBlogizer site management
- 🌐 Statics - Static HTML page generator
- 🔌 Services - Service exposure (Emancipate)
- 🧩 Widgets - HTML widget designer
- 🪟 Embedder - Portal page builder (embeds apps/services/blogs)
Deployment
# Copy to router
scp app.py root@192.168.255.1:/srv/streamlit/apps/fabricator/
# Register instance
uci set streamlit.fabricator=instance
uci set streamlit.fabricator.name=fabricator
uci set streamlit.fabricator.app=fabricator
uci set streamlit.fabricator.port=8520
uci set streamlit.fabricator.enabled=1
uci commit streamlit
# Restart
/etc/init.d/streamlit restart
Emancipation
streamlitctl emancipate fabricator fabric.gk2.secubox.in
Access
- Local: http://192.168.255.1:8520
- External: https://fabric.gk2.secubox.in