mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
try debug api
This commit is contained in:
parent
94c4907625
commit
c0fbeb5989
2 changed files with 9 additions and 2 deletions
7
association.sqlite
Normal file
7
association.sqlite
Normal file
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<head><title>301 Moved Permanently</title></head>
|
||||
<body>
|
||||
<center><h1>301 Moved Permanently</h1></center>
|
||||
<hr><center>nginx</center>
|
||||
</body>
|
||||
</html>
|
|
@ -51,8 +51,8 @@ ram.runtime = "50M"
|
|||
api.url = "/api"
|
||||
api.allowed = ["visitors", "all_users"]
|
||||
api.show_tile = false
|
||||
api.protected = false
|
||||
api.auth_header = true
|
||||
api.protected = true
|
||||
api.auth_header = false
|
||||
|
||||
[resources.apt]
|
||||
packages = "sqlite3, php8.2-sqlite3, php8.2-gd, php8.2-intl, php8.2-cli, php8.2-gnupg, php8.2-mbstring, php8.2-zip"
|
||||
|
|
Loading…
Add table
Reference in a new issue