1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/soapbox_ynh.git synced 2024-09-03 20:26:11 +02:00
This commit is contained in:
ericgaspar 2022-10-14 10:01:19 +02:00
parent 408548ee66
commit d571c8fb7b
2 changed files with 17 additions and 13 deletions

View file

@ -1,25 +1,29 @@
;; Test complet
; Manifest
domain="sub.domain.tld"
path="/"
backend="domain.tld"
domain="domain.tld"
path="/path"
is_public=1
language="fr"
admin="john"
password="1Strong-Password"
port="666"
; Checks
pkg_linter=1
setup_sub_dir=0
setup_sub_dir=1
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
#upgrade=1 from_commit=CommitHash
backup_restore=1
multi_instance=0
multi_instance=1
port_already_use=0
change_url=0
; Checks
setup_sub_dir=1
upgrade=1
backup_restore=1
change_url=1
;;; Options
Email=
Notification=change
Notification=none
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666&

View file

@ -39,8 +39,8 @@
"name": "backend",
"type": "domain",
"ask": {
"en": "The root domain of pleroma instance installed",
"fr": "The root domain of pleroma instance installed"
"en": "The root domain of Pleroma instance installed",
"fr": "Le domaine racine de l'instance Pleroma installé"
}
},
{