1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00
This commit is contained in:
ericgaspar 2021-08-28 23:43:10 +02:00
parent 3246283841
commit f4292c5799
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 14 additions and 7 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/MineWeb/MineWebCMS/archive/v1.13.0.tar.gz
SOURCE_SUM=81b63557732cd106eb7c595ec73b886d1fddd53826c299ff92fc7f9ce590f9df
SOURCE_URL=https://github.com/MineWeb/MineWebCMS/archive/v1.14.1.tar.gz
SOURCE_SUM=16146ea08e7e1454653ca6832a733d28f0bd73423eb8d95c4a7b76d5086588ff
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

3
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1,3 @@
MineWeb est un CMS (c'est-à-dire un système de gestion de contenu), en plus simple, un site complètement personnalisable et intuitif, qui s'adaptera parfaitement à vos serveurs Minecraft !
Vous pourrez tenir vos joueurs au courant des actualités, leur faire acheter des articles sur la boutique... Vous pourrez personnaliser le CMS avec toutes sortes de thèmes ou plugins ! Ceux-ci sont disponibles sur le market ou peuvent être développés par vous-même.

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View file

@ -3,11 +3,17 @@
"id": "mineweb",
"packaging_format": 1,
"description": {
"en": "Customizable and intuitive CMS.",
"fr": "CMS personnalisable et intuitif."
"en": "Customizable and intuitive CMS",
"fr": "CMS personnalisable et intuitif"
},
"version": "1.13.0~ynh4",
"version": "1.14.1~ynh1",
"url": "https://mineweb.org/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://mineweb.org/",
"admindoc": "https://docs.mineweb.org/",
"code": "ttps://github.com/MineWeb/MineWebCMS/"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "liberodark",

View file

@ -34,8 +34,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "