1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Merge pull request #48 from Limezy/fix-private-mode

Fix private mode
This commit is contained in:
Limezy 2022-05-10 17:03:43 +07:00 committed by GitHub
commit b4109f0604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
"en": "An open, extensible, wiki for your team built using React and Node.js.", "en": "An open, extensible, wiki for your team built using React and Node.js.",
"fr": "Un wiki open source et évolutif pour votre équipe, conçu avec React et Node.js" "fr": "Un wiki open source et évolutif pour votre équipe, conçu avec React et Node.js"
}, },
"version": "0.63.0~ynh2", "version": "0.63.0~ynh3",
"url": "www.getoutline.com", "url": "www.getoutline.com",
"upstream": { "upstream": {
"license": "BUSL-1.1", "license": "BUSL-1.1",

View file

@ -289,6 +289,7 @@ if [ $is_public -eq 1 ]
then then
ynh_permission_update --permission="main" --add="visitors" ynh_permission_update --permission="main" --add="visitors"
fi fi
ynh_permission_url --permission="main" --auth_header=false
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX