Skip to main content
Version: current

app


app

Syscap: app
Package: container
Type: Directory

FlagNameDescription
RRApplication is actively running and accessible
ccCustom application created by the user
ssApplication installed from a custom app store
ArgumentTypeDescription
container-command-linesSpecifies the command-line argument(s) to pass to the application when starting the container
auto-updateEnables or disables automatic updating when a new container image version is available
use-httpsUses HTTPS for the application URL. This option will not work on devices that do not support cloud services
networkSpecifies which network the container will use: internal (behind NAT), lan (on the LAN network), or default (varies per application)
network-pvidSets the Port VLAN ID (PVID) for the container's virtual Ethernet interface in the bridge
network-outgoing-accessAllows network outgoing access for the specific container app. When set to no, a mangle drop rule is created
firewall-redirectsConfigures port redirection from the host device to the container
yamlProvides the YAML composition for the application. See the documentation for configuration examples
required-mountsMount directories required for the container to start. Format: [dir-on-host]:[dir-in-app]
extra-mountsSpecifies additional mount points to attach to the container
environmentDefines environment variables to be available to the running application. Specify as a list of key-value pair(s)
secrets
required-hw-devicesHardware devices that must be present on the host for the container to start. Format: [host-hw-device]:[device-in-app]
devicesSpecifies additional hardware devices to pass through to the container application
Read-only ArgumentTypeDescription
app-store-urlThe URL of the app store from which the application was installed
nameThe application name as defined in the YAML configuration
descriptionThe application description as defined in the YAML configuration
project-pageThe application project page URL as defined in the YAML configuration
categoryApplication functional classification
ui-urlThe generated URL for the application web interface, if available
default-credentialsThe default credentials required for the application
statusThe current status of the application (acquire veth, configuring container(s), downloading/extracting, starting)
default-networkThe default network used by the application (lan or internal)
interfaceThe VETH interface used by the application
ip-addressThe IP address assigned to the VETH interface
cmds
cpu-usageThe current CPU usage percentage by the application
memory-currentThe amount of memory currently used by the application
app-sizeThe total size of the application
data-sizeThe size of the data stored by the application
configs
variables-to-use-in-environmentA list of all variables present in the application environment