P2P App Store Emancipation: - secubox-p2p: Package distribution via mesh peers (CGI API, RPCD, CLI) - packages.js: LuCI view with LOCAL/PEER badges, fetch/install actions - devstatus.js: Dev Status widget with Gitea commits, v1.0 progress tracking - secubox-feed: sync-content command for auto-installing content packages - ACL fix for P2P feed RPCD methods Remote Access: - secubox-app-rustdesk: Native hbbs/hbbr relay server from GitHub releases - secubox-app-guacamole: LXC Debian container with guacd + Tomcat (partial) Content Distribution: - secubox-content-pkg: Auto-package Metablogizer/Streamlit as IPKs - Auto-publish hooks in metablogizerctl and streamlitctl Mesh Media: - secubox-app-ksmbd: In-kernel SMB3 server with ksmbdctl CLI - Pre-configured shares for Jellyfin, Lyrion, Backup UI Consistency: - client-guardian: Ported to sh-page-header chip layout - auth-guardian: Ported to sh-page-header chip layout Fixes: - services.js: RPC expect unwrapping bug fix - metablogizer: Chunked upload for uhttpd 64KB limit Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
851 B
Plaintext
38 lines
851 B
Plaintext
config ksmbd 'main'
|
|
option enabled '0'
|
|
option workgroup 'SECUBOX'
|
|
option description 'SecuBox Media Server'
|
|
option mesh_announce '1'
|
|
|
|
config share 'media'
|
|
option enabled '1'
|
|
option name 'Media'
|
|
option path '/srv/media'
|
|
option guest_ok '1'
|
|
option read_only '0'
|
|
option comment 'SecuBox Media Library'
|
|
|
|
config share 'jellyfin'
|
|
option enabled '0'
|
|
option name 'Jellyfin'
|
|
option path '/srv/jellyfin/media'
|
|
option guest_ok '1'
|
|
option read_only '1'
|
|
option comment 'Jellyfin Media Files'
|
|
|
|
config share 'lyrion'
|
|
option enabled '0'
|
|
option name 'Lyrion'
|
|
option path '/srv/lyrion/music'
|
|
option guest_ok '1'
|
|
option read_only '1'
|
|
option comment 'Lyrion Music Library'
|
|
|
|
config share 'backup'
|
|
option enabled '0'
|
|
option name 'Backup'
|
|
option path '/srv/backup'
|
|
option guest_ok '0'
|
|
option read_only '0'
|
|
option comment 'SecuBox Backup Storage'
|