- 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>
26 lines
631 B
Plaintext
26 lines
631 B
Plaintext
config main 'main'
|
|
option cache_dir '/srv/rezapp/cache'
|
|
option output_dir '/srv/rezapp/generated'
|
|
option apps_dir '/srv/rezapp/apps'
|
|
option lxc_dir '/srv/lxc'
|
|
option default_memory '512M'
|
|
option default_network 'host'
|
|
|
|
config catalog 'dockerhub'
|
|
option name 'Docker Hub'
|
|
option type 'dockerhub'
|
|
option url 'https://hub.docker.com'
|
|
option enabled '1'
|
|
|
|
config catalog 'linuxserver'
|
|
option name 'LinuxServer.io'
|
|
option type 'dockerhub'
|
|
option namespace 'linuxserver'
|
|
option enabled '1'
|
|
|
|
config catalog 'ghcr'
|
|
option name 'GitHub Container Registry'
|
|
option type 'ghcr'
|
|
option url 'https://ghcr.io'
|
|
option enabled '0'
|