secubox-openwrt/package/secubox/secubox-app-ksmbd/README.fr.md
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

45 lines
1.1 KiB
Markdown

# SecuBox ksmbd Mesh Media Server
> **Languages:** [English](README.md) | Francais | [中文](README.zh.md)
Serveur de fichiers SMB3 integre au noyau pour la distribution de medias sur le mesh.
## Demarrage rapide
```bash
# 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-register` pour la decouverte mesh
- **smbfs** : Monter des partages distants avec `smbfsctl`