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> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||
| README.md | ||
MetaBlogizer - Static Site Publisher
Static site publisher with automatic virtual host creation. Supports uhttpd (native) and nginx (LXC) backends.
Installation
opkg install secubox-app-metablogizer
Configuration
UCI config file: /etc/config/metablogizer
uci set metablogizer.main.enabled='1'
uci set metablogizer.main.backend='uhttpd'
uci set metablogizer.main.web_root='/srv/www'
uci commit metablogizer
Usage
metablogizerctl create <site> # Create a new site
metablogizerctl deploy <site> # Deploy/publish site
metablogizerctl list # List managed sites
metablogizerctl remove <site> # Remove a site
metablogizerctl vhost add <domain> # Add virtual host
metablogizerctl status # Show status
Features
- Auto-vhost creation for new sites
- uhttpd (native OpenWrt) and nginx (LXC) backends
- Git-based content deployment
Dependencies
gituhttpd
License
Apache-2.0