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:
commit
1f8f09b890
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue