secubox-openwrt/package/secubox/secubox-app-rezapp/files/usr/share/rezapp/templates
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
..
config.tpl feat(catalog): Add Streamlit Forge and RezApp Forge to KISS Apps 2026-03-11 09:44:08 +01:00
ctl.tpl feat(catalog): Add Streamlit Forge and RezApp Forge to KISS Apps 2026-03-11 09:44:08 +01:00
init.d.tpl feat(catalog): Add Streamlit Forge and RezApp Forge to KISS Apps 2026-03-11 09:44:08 +01:00
lxc-config.tpl feat(catalog): Add Streamlit Forge and RezApp Forge to KISS Apps 2026-03-11 09:44:08 +01:00
Makefile.tpl feat(catalog): Add Streamlit Forge and RezApp Forge to KISS Apps 2026-03-11 09:44:08 +01:00
manifest.tpl feat(catalog): Add Streamlit Forge and RezApp Forge to KISS Apps 2026-03-11 09:44:08 +01:00
README feat(catalog): Add Streamlit Forge and RezApp Forge to KISS Apps 2026-03-11 09:44:08 +01:00
start-lxc.tpl feat(catalog): Add Streamlit Forge and RezApp Forge to KISS Apps 2026-03-11 09:44:08 +01:00

RezApp Forge Templates
======================

This directory contains templates for generating SecuBox packages from
Docker images. The templates use simple sed-based variable substitution.

Variables:
  APPNAME     - Application name
  SOURCE_IMAGE - Original Docker image
  MEMORY      - Memory limit
  UID         - Container user ID
  GID         - Container group ID

Templates are automatically applied by rezappctl package command.