1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Merge pull request #283 from YunoHost-Apps/add-api-permission

Add api permission
This commit is contained in:
ewilly 2023-12-26 19:29:39 +01:00 committed by GitHub
commit 1f8f09b890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,10 @@ ram.runtime = "2G"
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
[resources.ports]
main.default = 8123