diff options
| author | yalh76 <yalh@yahoo.com> | 2021-03-01 01:10:48 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-03-01 01:10:48 +0100 |
| commit | e70f09a5d3794532f87678ba14a0e82906b36a81 (patch) | |
| tree | a16042dfe7b1c98ea97fd6f5573334fc16521946 /scripts/install | |
| parent | 384ebfa72c31d44b72063ef449297589a126bfc9 (diff) | |
| download | mastodon_ynh-e70f09a5d3794532f87678ba14a0e82906b36a81.tar.gz mastodon_ynh-e70f09a5d3794532f87678ba14a0e82906b36a81.tar.bz2 mastodon_ynh-e70f09a5d3794532f87678ba14a0e82906b36a81.zip | |
Fix auth header
ERR! Error: Invalid access token
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install index dc8b1ff..dd00359 100644 --- a/scripts/install +++ b/scripts/install @@ -270,6 +270,8 @@ then ynh_permission_update --permission="main" --add="visitors" fi +ynh_permission_create --permission="api" --url="/api" --allowed="visitors" --auth_header="false" --show_tile="false" --protected="true" + #================================================= # RELOAD NGINX #================================================= |
