secubox-openwrt/package/secubox/secubox-app-ksmbd
CyberMind-FR 9ddf5a4e0b fix(build): Fix 16 failed packages with missing Build/Compile and URL config
- 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>
2026-03-18 18:01:51 +01:00
..
files feat: P2P App Store, Remote Access & Mesh Media packages 2026-02-05 00:33:53 +01:00
Makefile fix(build): Fix 16 failed packages with missing Build/Compile and URL config 2026-03-18 18:01:51 +01:00
README.md feat: P2P App Store, Remote Access & Mesh Media packages 2026-02-05 00:33:53 +01:00

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-register for mesh discovery
  • smbfs: Mount remote shares with smbfsctl