mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
commit
b4109f0604
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"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"
|
||||
},
|
||||
"version": "0.63.0~ynh2",
|
||||
"version": "0.63.0~ynh3",
|
||||
"url": "www.getoutline.com",
|
||||
"upstream": {
|
||||
"license": "BUSL-1.1",
|
||||
|
|
|
@ -289,6 +289,7 @@ if [ $is_public -eq 1 ]
|
|||
then
|
||||
ynh_permission_update --permission="main" --add="visitors"
|
||||
fi
|
||||
ynh_permission_url --permission="main" --auth_header=false
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Reference in a new issue