Add Snacks app: automated video library encoder with hardware acceleration (#6)
Co-authored-by: Joachim Friberg <joachim.friberg@ip-solutions.se> Reviewed-on: phirna/zima-apps#6
This commit is contained in:
@@ -19,6 +19,20 @@ services:
|
||||
STATE_FILE: /data/entries.json
|
||||
DOCKER_API_URL: unix:///var/run/docker.sock
|
||||
DOCKER_TIMEOUT_SECONDS: "3"
|
||||
DNS_PROVIDER: none
|
||||
DNS_BASE_DOMAIN: home.arpa
|
||||
DNS_TTL_SECONDS: "120"
|
||||
DNS_SYNC_INTERVAL_SECONDS: "15"
|
||||
ADGUARD_URL: http://127.0.0.1:3000
|
||||
ADGUARD_USERNAME: ""
|
||||
ADGUARD_PASSWORD: ""
|
||||
ADGUARD_API_TOKEN: ""
|
||||
RFC2136_SERVER: ""
|
||||
RFC2136_ZONE: ""
|
||||
RFC2136_PORT: "53"
|
||||
RFC2136_TSIG_KEY_NAME: ""
|
||||
RFC2136_TSIG_SECRET: ""
|
||||
RFC2136_TSIG_ALGORITHM: hmac-sha256
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /DATA/AppData/$AppID/data
|
||||
@@ -38,6 +52,33 @@ services:
|
||||
- container: DOCKER_TIMEOUT_SECONDS
|
||||
description:
|
||||
en_us: Timeout in seconds for Docker API requests
|
||||
- container: DNS_PROVIDER
|
||||
description:
|
||||
en_us: DNS backend (none, adguard, rfc2136)
|
||||
- container: DNS_BASE_DOMAIN
|
||||
description:
|
||||
en_us: Base domain for generated hostnames like <name>.<domain>
|
||||
- container: DNS_TTL_SECONDS
|
||||
description:
|
||||
en_us: TTL in seconds for DNS A records
|
||||
- container: DNS_SYNC_INTERVAL_SECONDS
|
||||
description:
|
||||
en_us: Background DNS reconcile interval in seconds
|
||||
- container: ADGUARD_URL
|
||||
description:
|
||||
en_us: AdGuard Home URL for DNS_PROVIDER=adguard
|
||||
- container: ADGUARD_USERNAME
|
||||
description:
|
||||
en_us: AdGuard Home username for DNS_PROVIDER=adguard
|
||||
- container: ADGUARD_PASSWORD
|
||||
description:
|
||||
en_us: AdGuard Home password for DNS_PROVIDER=adguard
|
||||
- container: RFC2136_SERVER
|
||||
description:
|
||||
en_us: RFC2136 nameserver host or IP
|
||||
- container: RFC2136_ZONE
|
||||
description:
|
||||
en_us: RFC2136 zone name (for example home.arpa)
|
||||
volumes:
|
||||
- container: /data
|
||||
description:
|
||||
@@ -91,7 +132,7 @@ x-casaos:
|
||||
be validated.
|
||||
Start by adding a new IP Entry in this app and connect it to the appropriate Device.
|
||||
Then install, or update, a zima app and choose network: bridge.
|
||||
* Enter a name for the app, will be used to create dns records in future release, add a non-used IP Address, CIDR, and choose device
|
||||
* Enter a name for the app, and the app can create DNS records as <name>.<DNS_BASE_DOMAIN> when DNS sync is enabled
|
||||
* Click add, and a new row appears under.
|
||||
* Click "Enable" to have this app setup the host to listen to this IP Address
|
||||
* To to the ZimaOS App Store, choose an app, and do a "Custom Install"
|
||||
|
||||
Reference in New Issue
Block a user