1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Merge pull request #16 from YunoHost-Apps/api-permission

Add API permission and allow visitor by default
This commit is contained in:
Florent 2023-12-31 10:55:37 +01:00 committed by GitHub
commit 2d064c545f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,9 @@ ram.runtime = "150M"
login.url = "/auth/login"
login.show_tile = false
login.allowed = "all_users"
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
[resources.ports]
main.default = 8484