mirror of
https://github.com/YunoHost-Apps/documize_ynh.git
synced 2024-09-03 18:26:19 +02:00
commit
d3d280e9b6
7 changed files with 16 additions and 13 deletions
|
@ -23,7 +23,8 @@ Documize Community is an open source modern, lightweight alternative to Confluen
|
|||
- Designed to unify both customer-facing and internal documentation
|
||||
- Organization through labels, spaces and categories
|
||||
|
||||
**Shipped version:** 5.1.0~ynh1
|
||||
**Shipped version:** 5.2.2~ynh1
|
||||
|
||||
|
||||
**Demo:** https://docs.documize.com/
|
||||
|
||||
|
|
|
@ -23,7 +23,8 @@ Documize Community is an open source modern, lightweight alternative to Confluen
|
|||
- Designed to unify both customer-facing and internal documentation
|
||||
- Organization through labels, spaces and categories
|
||||
|
||||
**Version incluse :** 5.1.0~ynh1
|
||||
**Version incluse :** 5.2.2~ynh1
|
||||
|
||||
|
||||
**Démo :** https://docs.documize.com/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/documize/community/releases/download/v5.1.0/documize-community-linux-amd64
|
||||
SOURCE_SUM=eaf0ec936841df8cf4e4ba32fba9045f77aef92dfbd8243a8272f2968bdcd73d
|
||||
SOURCE_URL=https://github.com/documize/community/releases/download/v5.2.2/documize-community-linux-amd64
|
||||
SOURCE_SUM=86d635d804853f10bbe190ba40253293b692869ad0efff707005ec6a08f23163
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=documize
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/documize/community/releases/download/v5.1.0/documize-community-linux-arm64
|
||||
SOURCE_SUM=23672ecb305d65b417fc24b585f018ea79697e1d94918546c14a76cc834660b9
|
||||
SOURCE_URL=https://github.com/documize/community/releases/download/v5.2.2/documize-community-linux-arm64
|
||||
SOURCE_SUM=afa7913e6a04de41811767bdffd915bf1aea3a0a8b60f7514e2816c0272fd279
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=documize
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/documize/community/releases/download/v5.1.0/documize-community-linux-arm
|
||||
SOURCE_SUM=8aeb28d830acd7f3255dc9b578b3ff0b21caa5bd524b8360305bb99587b1922a
|
||||
SOURCE_URL=https://github.com/documize/community/releases/download/v5.2.2/documize-community-linux-arm
|
||||
SOURCE_SUM=4b9a53ed59fa63114d6cb5b0f9dc275dabf2ffe171d1dc22c225ed68e5afd1f3
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=documize
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
"en": "Modern Confluence alternative designed for internal & external docs",
|
||||
"fr": "Alternative à Confluence conçue pour les documents internes et externes"
|
||||
},
|
||||
"version": "5.1.0~ynh1",
|
||||
"version": "5.2.2~ynh1",
|
||||
"url": "https://www.documize.com",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
"website": "https://www.documize.com",
|
||||
"demo": "https://docs.documize.com/",
|
||||
"admindoc": "https://docs.documize.com",
|
||||
"code": "https://github.com/documize/community"
|
||||
"code": "https://github.com/documize/community",
|
||||
"cpe": "cpe:2.3:a:documize:documize"
|
||||
},
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": {
|
||||
|
@ -21,7 +22,7 @@
|
|||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
@ -41,4 +42,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -69,7 +69,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=3
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH --keep="$final_path/documize.conf"
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH --keep="documize.conf"
|
||||
fi
|
||||
|
||||
chmod 750 "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue