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 ksmbd Mesh Media Server
Serveur de fichiers SMB3 integre au noyau pour la distribution de medias sur le mesh.
Demarrage rapide
# Activer le serveur media
ksmbdctl enable
# Verifier le statut
ksmbdctl status
# Ajouter un partage personnalise
ksmbdctl add-share "Films" /srv/movies --guest --readonly
# Ajouter un utilisateur authentifie
ksmbdctl add-user admin
# S'enregistrer sur le mesh pour la decouverte
ksmbdctl mesh-register
Partages par defaut
| Partage | Chemin | Acces |
|---|---|---|
| Media | /srv/media | Invite RW |
| Jellyfin | /srv/jellyfin/media | Invite RO |
| Lyrion | /srv/lyrion/music | Invite RO |
| Backup | /srv/backup | Auth RW |
Acces reseau
- macOS/Linux :
smb://192.168.255.1/ - Windows :
\\192.168.255.1\
Integration
- mDNS : Annonce automatique via Avahi (ksmbd-avahi-service)
- P2P Mesh :
ksmbdctl mesh-registerpour la decouverte mesh - smbfs : Monter des partages distants avec
smbfsctl