mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Pre-fill the parameters for check_process
This commit is contained in:
parent
5b8ddef65e
commit
804b651048
1 changed files with 6 additions and 2 deletions
|
@ -2,8 +2,12 @@
|
|||
auto_remove=1
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
is_public=0 (PUBLIC|public=0|private=1)
|
||||
path="$PATH" (PATH)
|
||||
is_public="Yes" (PUBLIC|public=Yes|private=No)
|
||||
admin="john" (USER)
|
||||
title="My Flarum forum"
|
||||
# password="$PASSWORD" (PASSWORD)
|
||||
# port="666" (PORT)
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
|
Loading…
Reference in a new issue