mirror of
https://github.com/YunoHost-Apps/bazarr_ynh.git
synced 2024-09-03 18:06:27 +02:00
Delete check_process
This commit is contained in:
parent
9001c97e74
commit
9d15298ae3
1 changed files with 0 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
||||||
;; Test complet
|
|
||||||
; pre-install
|
|
||||||
# sudo yunohost domain add arr.domain.tld
|
|
||||||
# sudo yunohost app list | grep "radarr" || sudo yunohost app install https://github.com/YunoHost-Apps/radarr_ynh --force -a "domain=arr.domain.tld&path=/radarr&admin=package_checker"
|
|
||||||
# sudo yunohost app list | grep "sonarr" || sudo yunohost app install https://github.com/YunoHost-Apps/sonarr_ynh --force -a "domain=arr.domain.tld&path=/sonarr&admin=package_checker"
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/path"
|
|
||||||
admin="john"
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=1
|
|
||||||
setup_public=0
|
|
||||||
upgrade=1
|
|
||||||
# upgrade=1 from_commit=4a9e25900da812c232a19d90ce037d099d8417f5
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=1
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
||||||
# Disabled because YunoHost 11 does not ship python3.7 anymore
|
|
||||||
; commit=4a9e25900da812c232a19d90ce037d099d8417f5
|
|
||||||
name=2022-03-31 v1.0.1~ynh3
|
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&
|
|
Loading…
Add table
Reference in a new issue