1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/documize_ynh.git synced 2024-09-03 18:26:19 +02:00

Merge pull request #1 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-07-11 19:41:56 +02:00 committed by GitHub
commit 33efd742c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 9 deletions

View file

@ -23,7 +23,7 @@ Documize Community is an open source modern, lightweight alternative to Confluen
- Designed to unify both customer-facing and internal documentation - Designed to unify both customer-facing and internal documentation
- Organization through labels, spaces and categories - Organization through labels, spaces and categories
**Shipped version:** 5.0.1~ynh1 **Shipped version:** 5.1.0~ynh1
**Demo:** https://docs.documize.com/ **Demo:** https://docs.documize.com/

View file

@ -23,7 +23,7 @@ Documize Community is an open source modern, lightweight alternative to Confluen
- Designed to unify both customer-facing and internal documentation - Designed to unify both customer-facing and internal documentation
- Organization through labels, spaces and categories - Organization through labels, spaces and categories
**Version incluse :** 5.0.1~ynh1 **Version incluse :** 5.1.0~ynh1
**Démo :** https://docs.documize.com/ **Démo :** https://docs.documize.com/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/documize/community/releases/download/v5.0.1/documize-community-linux-amd64 SOURCE_URL=https://github.com/documize/community/releases/download/v5.1.0/documize-community-linux-amd64
SOURCE_SUM=6543a0cf8809f575a4e5a5a263f425289b797e3ce1433f57154bc2e4d204307d SOURCE_SUM=eaf0ec936841df8cf4e4ba32fba9045f77aef92dfbd8243a8272f2968bdcd73d
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=documize SOURCE_FILENAME=documize

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/documize/community/releases/download/v5.0.1/documize-community-linux-arm64 SOURCE_URL=https://github.com/documize/community/releases/download/v5.1.0/documize-community-linux-arm64
SOURCE_SUM=6d12cb9915ac8b1ddc10b0eca61f34c9fb0c50f82f20bf930f77ff94ee64d2e7 SOURCE_SUM=23672ecb305d65b417fc24b585f018ea79697e1d94918546c14a76cc834660b9
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=documize SOURCE_FILENAME=documize

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/documize/community/releases/download/v5.0.1/documize-community-linux-arm SOURCE_URL=https://github.com/documize/community/releases/download/v5.1.0/documize-community-linux-arm
SOURCE_SUM=70e6d9be8ca05c4a9a90c18c2d10ceabb99aaace96a9f0d9da5294e12452bd3a SOURCE_SUM=8aeb28d830acd7f3255dc9b578b3ff0b21caa5bd524b8360305bb99587b1922a
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=documize SOURCE_FILENAME=documize

View file

@ -6,7 +6,7 @@
"en": "Modern Confluence alternative designed for internal & external docs", "en": "Modern Confluence alternative designed for internal & external docs",
"fr": "Alternative à Confluence conçue pour les documents internes et externes" "fr": "Alternative à Confluence conçue pour les documents internes et externes"
}, },
"version": "5.0.1~ynh1", "version": "5.1.0~ynh1",
"url": "https://www.documize.com", "url": "https://www.documize.com",
"upstream": { "upstream": {
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",

View file

@ -153,6 +153,8 @@ then
ynh_permission_update --permission="main" --add="visitors" ynh_permission_update --permission="main" --add="visitors"
fi fi
ynh_permission_create --permission="api" --url="/api" --allowed="visitors" --show_tile="false" --protected="true"
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX
#================================================= #=================================================