Files
templates/blueprints/scrypted/template.toml
Jainil Prajapati 🪐 c634c2cb31 Added Scrypted (#257)
2025-08-01 01:35:37 -06:00

24 lines
640 B
TOML

[variables]
main_domain = "${domain}"
SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION = "${password:32}"
[config]
[[config.domains]]
serviceName = "scrypted"
port = 11080
host = "${main_domain}"
[config.env]
# Scrypted service environment variables
# SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION: API key for Scrypted webhook updates
SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION = "${SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION}"
SCRYPTED_WEBHOOK_UPDATE = "http://${main_domain}:10444/v1/update"
[[config.mounts]]
filePath = "/files/scrypted-volume"
content = ""
# Optional NVR volume, uncomment if needed
# [[config.mounts]]
# filePath = "/files/nvr"
# content = ""