mirror of
https://github.com/YunoHost-Apps/pihole_ynh.git
synced 2024-09-03 20:05:58 +02:00
Remove check_process
This commit is contained in:
parent
36dac5ae8b
commit
c0608808f2
2 changed files with 16 additions and 41 deletions
|
@ -1,40 +0,0 @@
|
||||||
;; Test version last version
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/path"
|
|
||||||
admin="john"
|
|
||||||
query_logging=1
|
|
||||||
enable_dhcp=0
|
|
||||||
; Config_panel
|
|
||||||
main.overwrite_files.overwrite_setupvars=0|1
|
|
||||||
main.overwrite_files.overwrite_ftl=0|1
|
|
||||||
main.overwrite_files.overwrite_nginx=0|1
|
|
||||||
main.overwrite_files.overwrite_phpfpm=0|1
|
|
||||||
main.global_config.email_type=0|1
|
|
||||||
main.php_fpm_config.footprint=low|medium|high
|
|
||||||
main.php_fpm_config.free_footprint=20
|
|
||||||
main.php_fpm_config.usage=low|medium|high
|
|
||||||
main.php_fpm_config.force_max_children=20|0
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=1
|
|
||||||
setup_public=0
|
|
||||||
upgrade=1
|
|
||||||
# 5.11.4~ynh1
|
|
||||||
upgrade=1 from_commit=3d2f68c4e19f335e63f8ffa259708b38a58c8f67
|
|
||||||
upgrade=1 from_commit=4999654987af8b1427a6c72f8af482b235bb46db
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=0
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
actions=0
|
|
||||||
config_panel=0
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=4999654987af8b1427a6c72f8af482b235bb46db
|
|
||||||
name=Merge pull request #88
|
|
17
tests.toml
17
tests.toml
|
@ -12,4 +12,19 @@ test_format = 1.0
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
test_upgrade_from.3d2f68c4e19f335e63f8ffa259708b38a58c8f67.name = "5.11.4~ynh1"
|
test_upgrade_from.3d2f68c4e19f335e63f8ffa259708b38a58c8f67.name = "5.11.4~ynh1"
|
||||||
test_upgrade_from.4999654987af8b1427a6c72f8af482b235bb46db.name = "5.11.4~ynh1 bis"
|
test_upgrade_from.4999654987af8b1427a6c72f8af482b235bb46db.name = "Merge pull request #88"
|
||||||
|
|
||||||
|
|
||||||
|
# ; Config_panel
|
||||||
|
# main.overwrite_files.overwrite_setupvars=0|1
|
||||||
|
# main.overwrite_files.overwrite_ftl=0|1
|
||||||
|
# main.overwrite_files.overwrite_nginx=0|1
|
||||||
|
# main.overwrite_files.overwrite_phpfpm=0|1
|
||||||
|
# main.global_config.email_type=0|1
|
||||||
|
# main.php_fpm_config.footprint=low|medium|high
|
||||||
|
# main.php_fpm_config.free_footprint=20
|
||||||
|
# main.php_fpm_config.usage=low|medium|high
|
||||||
|
# main.php_fpm_config.force_max_children=20|0
|
||||||
|
|
||||||
|
# actions=0
|
||||||
|
# config_panel=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue