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> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||
| README.fr.md | ||
| README.md | ||
| README.zh.md | ||
SecuBox ksmbd Mesh Media Server
In-kernel SMB3 file server for mesh media distribution.
Quick Start
# Enable the media server
ksmbdctl enable
# Check status
ksmbdctl status
# Add a custom share
ksmbdctl add-share "Movies" /srv/movies --guest --readonly
# Add authenticated user
ksmbdctl add-user admin
# Register with mesh for discovery
ksmbdctl mesh-register
Default Shares
| Share | Path | Access |
|---|---|---|
| Media | /srv/media | Guest RW |
| Jellyfin | /srv/jellyfin/media | Guest RO |
| Lyrion | /srv/lyrion/music | Guest RO |
| Backup | /srv/backup | Auth RW |
Network Access
- macOS/Linux:
smb://192.168.255.1/ - Windows:
\\192.168.255.1\
Integration
- mDNS: Auto-announced via Avahi (ksmbd-avahi-service)
- P2P Mesh:
ksmbdctl mesh-registerfor mesh discovery - smbfs: Mount remote shares with
smbfsctl