mirror of
https://github.com/YunoHost-Apps/satdress_ynh.git
synced 2024-09-03 20:16:27 +02:00
fixed path url
This commit is contained in:
parent
9f12d791c6
commit
b04d8f169a
1 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,12 @@
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld"
|
domain="domain.tld"
|
||||||
path="/path"
|
path="/"
|
||||||
is_public=1
|
is_public=1
|
||||||
language="fr"
|
sitename="zamn"
|
||||||
admin="john"
|
siteowner="@zamn"
|
||||||
password="1Strong-Password"
|
siteownerurl="https://zamn.com"
|
||||||
|
randomstring="BUISDF3"
|
||||||
port="666"
|
port="666"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
|
@ -20,7 +21,6 @@
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue