mirror of
https://github.com/YunoHost-Apps/pepettes_ynh.git
synced 2024-09-03 19:56:35 +02:00
Update check_process
This commit is contained in:
parent
1f440f5774
commit
f2c4e230f7
1 changed files with 10 additions and 19 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1 (PUBLIC|public=1|private=0)
|
||||||
project_name="YunoHost"
|
project_name="YunoHost"
|
||||||
contact_url="https://forum.yunohost.org/t/donate-to-yunohost/9211"
|
contact_url="https://forum.yunohost.org/t/donate-to-yunohost/9211"
|
||||||
logo="https://yunohost.org/user/images/logo.png"
|
logo="https://yunohost.org/user/images/logo.png"
|
||||||
favicon="https://yunohost.org/user/themes/yunohost-docs/images/favicon.png"
|
favicon="https://yunohost.org/user/themes/yunohost-docs/images/favicon.png"
|
||||||
publishable_key="pk_test_gOgGjacs9YfvDJY03BRZ576O"
|
publishable_key="pk_test_gOgGjacs9YfvDJY03BRZ576O"
|
||||||
secret_key="sk_test_aaaaaaaaaaaaaaaaa"
|
secret_key="sk_test_aaaaaaaaaaaaaaaaa"
|
||||||
prices="one_time/EUR/price_1IKuPV,recuring/EUR/price_1IKuPV"
|
prices="one_time/EUR/price_1IKuPV,recuring/EUR/price_1IKuPV"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
@ -23,16 +23,7 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=CommitHash
|
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=CommitHash
|
|
||||||
name=Name and date of the commit.
|
|
||||||
manifest_arg=domain=DOMAIN&path=PATH
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue