Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 722 Bytes

DOCS.md

File metadata and controls

17 lines (13 loc) · 722 Bytes

Scrypted Add-on for Home Assistant

For more information on Scrypted, please check out the the Scrypted website or the Scrypted GitHub page.

Advanced: Environment variables

Environment variables may be set using the add-on configuration screen and are loaded as the add-on starts. Valid variables must begin with SCRYPTED_, for example:

- name: "SCRYPTED_DISABLE_AUTHENTICATION"
  value: "false"
- name: "SCRYPTED_ADMIN_TOKEN"
  value: "secret"
- name: "SCRYPTED_ADMIN_USERNAME"
  value: "hassioingress"

If set, SCRYPTED_ADMIN_TOKEN can be used by ingress.conf to automatically authenticate all requests that originate from Home Assistant.