secubox-openwrt/package/secubox/secubox-app-rezapp/files/usr/share/rezapp/templates
..
config.tpl
ctl.tpl
init.d.tpl
lxc-config.tpl
Makefile.tpl
manifest.tpl
README
start-lxc.tpl

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.