secubox-openwrt/package/secubox/secubox-app-rezapp/files/etc/config/rezapp
CyberMind-FR 66b58c74d6 feat(catalog): Add Streamlit Forge and RezApp Forge to KISS Apps
- 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>
2026-03-11 09:44:08 +01:00

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'