- luci-app-streamlit-forge: Streamlit app publishing platform - Category: productivity, runtime: lxc - Templates, SSL exposure, mesh publishing - luci-app-rezapp: Docker to LXC app converter - Category: system, runtime: native - Catalog browsing, package generation - Updated new_releases section - Total plugins: 37 → 39 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
config forge 'main'
|
|
option enabled '1'
|
|
option gitea_url 'http://127.0.0.1:3000'
|
|
option gitea_org 'streamlit-apps'
|
|
option apps_dir '/srv/streamlit/apps'
|
|
option previews_dir '/srv/streamlit/previews'
|
|
option templates_dir '/usr/share/streamlit-forge/templates'
|
|
option base_domain 'apps.secubox.in'
|
|
option default_port_start '8501'
|
|
option default_memory '512M'
|
|
option auto_sync '1'
|