mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
fix
This commit is contained in:
parent
d074968dff
commit
f55a4d64af
3 changed files with 7 additions and 118 deletions
|
@ -1,48 +0,0 @@
|
||||||
;; Test complet
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
is_public=1
|
|
||||||
admin="john"
|
|
||||||
password="pass"
|
|
||||||
name="my blog"
|
|
||||||
registration=0
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=0
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=1
|
|
||||||
setup_public=1
|
|
||||||
upgrade=1
|
|
||||||
# 0.3.0-alpha-2~ynh1
|
|
||||||
upgrade=1 from_commit=279716dff5fc79cc84ae2d7799c8094017ac028e
|
|
||||||
# 0.4.0-alpha-4~ynh1
|
|
||||||
upgrade=1 from_commit=e99273dfb8df763ebbd41d51ee34d92776dfcbf0
|
|
||||||
# 0.5.0~ynh1
|
|
||||||
upgrade=1 from_commit=457f1dd7719286f28755d9561133a8e176be63c7
|
|
||||||
# 0.6.0~ynh1
|
|
||||||
upgrade=1 from_commit=0f9c1c6e3c151e94e5f53b1464aec732334209a3
|
|
||||||
# 0.6.0~ynh2
|
|
||||||
upgrade=1 from_commit=583e101b12a081c45bee50df9068e606b5983bb2
|
|
||||||
# 0.7.1~ynh1
|
|
||||||
upgrade=1 from_commit=655ae344f49a20eb4c335034244b547c9e56e6a0
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=1
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=279716dff5fc79cc84ae2d7799c8094017ac028e
|
|
||||||
name=0.3.0-alpha-2~ynh1
|
|
||||||
; commit=e99273dfb8df763ebbd41d51ee34d92776dfcbf0
|
|
||||||
name=0.4.0-alpha-4~ynh1
|
|
||||||
; commit=457f1dd7719286f28755d9561133a8e176be63c7
|
|
||||||
name=0.5.0~ynh1
|
|
||||||
; commit=0f9c1c6e3c151e94e5f53b1464aec732334209a3
|
|
||||||
name=0.6.0~ynh1
|
|
||||||
; commit=583e101b12a081c45bee50df9068e606b5983bb2
|
|
||||||
name=0.6.0~ynh2
|
|
||||||
; commit=655ae344f49a20eb4c335034244b547c9e56e6a0
|
|
||||||
name=0.7.1~ynh1
|
|
|
@ -1,69 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Plume",
|
|
||||||
"id": "plume",
|
|
||||||
"packaging_format": 1,
|
|
||||||
"description": {
|
|
||||||
"en": "Federated blogging application",
|
|
||||||
"fr": "Application de blogging fédérée"
|
|
||||||
},
|
|
||||||
"version": "0.7.2~ynh1",
|
|
||||||
"url": "https://joinplu.me/",
|
|
||||||
"upstream": {
|
|
||||||
"license": "AGPL-3.0-only",
|
|
||||||
"website": "https://joinplu.me/",
|
|
||||||
"demo": "https://joinplu.me/#instances",
|
|
||||||
"admindoc": "https://docs.joinplu.me/",
|
|
||||||
"code": "https://github.com/Plume-org/Plume"
|
|
||||||
},
|
|
||||||
"license": "AGPL-3.0-only",
|
|
||||||
"maintainer": {
|
|
||||||
"name": "yalh76"
|
|
||||||
},
|
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">= 4.3.0"
|
|
||||||
},
|
|
||||||
"multi_instance": true,
|
|
||||||
"services": [
|
|
||||||
"nginx"
|
|
||||||
],
|
|
||||||
"arguments": {
|
|
||||||
"install": [
|
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "is_public",
|
|
||||||
"type": "boolean",
|
|
||||||
"default": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "admin",
|
|
||||||
"type": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "password",
|
|
||||||
"type": "password"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "name",
|
|
||||||
"type": "string",
|
|
||||||
"ask": {
|
|
||||||
"en": "Choose a name for your Plume instance",
|
|
||||||
"fr": "Choisissez un nom pour votre instance Plume"
|
|
||||||
},
|
|
||||||
"example": "My blog",
|
|
||||||
"default": "My blog"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "registration",
|
|
||||||
"type": "boolean",
|
|
||||||
"ask": {
|
|
||||||
"en": "Is registrations open to everyone?",
|
|
||||||
"fr": "Les inscriptions sont-elles ouvertes à tout le monde ?"
|
|
||||||
},
|
|
||||||
"default": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -7,4 +7,10 @@ test_format = 1.0
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
args.name="my blog"
|
args.name="my blog"
|
||||||
args.registration=0
|
args.registration=0
|
||||||
|
|
||||||
|
# -------------------------------
|
||||||
|
# Commits to test upgrade from
|
||||||
|
# -------------------------------
|
||||||
|
|
||||||
|
test_upgrade_from.655ae344f49a20eb4c335034244b547c9e56e6a0.name = "Upgrade from 0.7.1~ynh1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue