Update Scrypted to use mDNS (#1110)

This commit is contained in:
DrMxrcy 2023-08-30 17:42:07 -04:00 committed by GitHub
parent ec15c1ef15
commit fe42b69e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"exposable": false,
"https": true,
"id": "scrypted",
"tipi_version": 2,
"tipi_version": 3,
"version": "18-jammy-full.s6-v0.41.0",
"categories": ["security"],
"description": "Scrypted is a high performance home video integration and automation platform",

View File

@ -4,11 +4,15 @@ services:
scrypted:
container_name: scrypted
image: koush/scrypted:18-jammy-full.s6-v0.41.0
privileged: true
volumes:
- ${APP_DATA_DIR}/data/scrypted/database:/server/volume
- ${ROOT_FOLDER_HOST}/media/data/NVR/scrypted:/nvr
- /var/run/dbus:/var/run/dbus
- /var/run/avahi-daemon/socket:/var/run/avahi-daemon/socket
environment:
- SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION=${SCRYPTED_BEARER_TOKEN}
- SCRYPTED_DOCKER_AVAHI=true
#- SCRYPTED_WEBHOOK_UPDATE=${APP_PROTOCOL:-http}://${APP_DOMAIN}/v1/update
devices:
- /dev/bus/usb:/dev/bus/usb