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 #22 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-12-10 11:23:44 +01:00 committed by GitHub
commit 2180d40c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 16 deletions

View file

@ -24,7 +24,7 @@ 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.9.0~ynh2
**Shipped version:** 5.10.0~ynh1
**Demo:** https://docs.documize.com/

View file

@ -16,15 +16,16 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble
Documize Community is an open source modern, lightweight alternative to Confluence and other similar solutions.
Documize Community est une alternative open source moderne et légère à Confluence et à d'autres solutions similaires.
### Features
### Caractéristiques
- Built for technical and non-technical users
- Designed to unify both customer-facing and internal documentation
- Organization through labels, spaces and categories
- Conçu pour les utilisateurs techniques et non techniques
- Conçu pour unifier la documentation destinée aux clients et la documentation interne
- Organisation à travers des étiquettes, des espaces et des catégories
**Version incluse :** 5.9.0~ynh2
**Version incluse :** 5.10.0~ynh1
**Démo :** https://docs.documize.com/

7
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1,7 @@
Documize Community est une alternative open source moderne et légère à Confluence et à d'autres solutions similaires.
### Caractéristiques
- Conçu pour les utilisateurs techniques et non techniques
- Conçu pour unifier la documentation destinée aux clients et la documentation interne
- Organisation à travers des étiquettes, des espaces et des catégories

View file

@ -2,10 +2,10 @@ packaging_format = 2
id = "documize"
name = "Documize"
description.en = "Modern Confluence alternative designed for internal & external docs"
description.en = "Confluence alternative designed for internal & external docs"
description.fr = "Alternative à Confluence conçue pour les documents internes et externes"
version = "5.9.0~ynh2"
version = "5.10.0~ynh1"
maintainers = ["eric_G"]
@ -20,8 +20,11 @@ code = "https://github.com/documize/community"
yunohost = ">= 11.2"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "350M"
ram.runtime = "50M"
@ -39,12 +42,12 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/documize/community/releases/download/v5.9.0/documize-community-linux-amd64"
amd64.sha256 = "800a08917a2f14c15ac07eb3db7b71af8f33fd7a7bcf7df780b235c53d38268e"
arm64.url = "https://github.com/documize/community/releases/download/v5.9.0/documize-community-linux-arm64"
arm64.sha256 = "819c6d8032c1feadd4307e7bede20f16d8a2e0e966059951ba81fc8d6db5f720"
armhf.url = "https://github.com/documize/community/releases/download/v5.9.0/documize-community-linux-arm"
armhf.sha256 = "3ba383e6b0a5b560aa09682b64e86a96423175aadd13d19890b284ca87252f05"
amd64.url = "https://github.com/documize/community/releases/download/v5.10.0/documize-community-linux-amd64"
amd64.sha256 = "f89dee7661d4e7a181fcba82e3734a4c0ae703ea043b7552728980e01032b8e8"
arm64.url = "https://github.com/documize/community/releases/download/v5.10.0/documize-community-linux-arm64"
arm64.sha256 = "1bda298e2fad8be30c018c79d19ae31141fe22f0d504347ab41c7cbb1479eca7"
armhf.url = "https://github.com/documize/community/releases/download/v5.10.0/documize-community-linux-arm"
armhf.sha256 = "22868ac11fd436d5cb6730d4ee5a1b57d5a3cd01e6c8dc97eff43a56bc440546"
extract = false
in_subdir = false
rename = "documize"

View file

@ -45,7 +45,7 @@ yunohost service add $app --description="Internal & external docs" --log="/var/l
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/documize.conf" --destination="$install_dir/documize.conf"
ynh_add_config --template="documize.conf" --destination="$install_dir/documize.conf"
chmod 400 "$install_dir/documize.conf"
chown $app:$app "$install_dir/documize.conf"