- Add missing 'define Build/Compile' to script-only packages: - secubox-app-config-vault - secubox-app-gotosocial - secubox-app-ipblocklist - secubox-app-ksmbd - secubox-app-qbittorrent - secubox-app-talk-hpb - secubox-app-vhost-manager - secubox-app-webtorrent - secubox-avatar-tap - secubox-core-users - secubox-dpi-dual - secubox-app-backup - Fix luci-app-interceptor: Add missing BuildPackage call - Fix luci-app-master-link: Correct RPCD handler filename (underscore → dash) - Fix luci-app-config-vault: Add Build/Compile definition - Create secubox-console Makefile (new package for remote management) - Create secubox-app-backup cron job file - Update secubox-app-repo: Change feed URLs from local IP (192.168.255.1:8888) to repo.secubox.in domain with HTTPS and proper src/gz format Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||
| README.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