From 2f7a2deff21e51e0c384cbf99e9fcf965af2838e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 30 Apr 2023 16:17:28 +0200 Subject: [PATCH] cleaning --- check_process | 26 -------------------------- conf/nginx.conf | 1 - manifest.toml | 2 +- 3 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 check_process diff --git a/check_process b/check_process deleted file mode 100644 index 30daa8a..0000000 --- a/check_process +++ /dev/null @@ -1,26 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - is_public=1 - name=MyUMS - interface=eth0 - ; Checks - pkg_linter=1 -#Only work w/ root domain - setup_sub_dir=0 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - upgrade=1 from_commit=3ceb411ac9affdffba7108b3e6e1f1057ef8ba7c - backup_restore=1 - multi_instance=0 - port_already_use=1 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=3ceb411ac9affdffba7108b3e6e1f1057ef8ba7c - name=13.2.0 diff --git a/conf/nginx.conf b/conf/nginx.conf index f33794d..ac946f9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,7 +13,6 @@ location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__/; proxy_set_header Host $host; - # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } diff --git a/manifest.toml b/manifest.toml index fa99f69..e4cd5bb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://github.com/UniversalMediaServer/UniversalMediaServer/wiki" code = "https://github.com/UniversalMediaServer/UniversalMediaServer" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.1.18" architectures = "all" multi_instance = false ldap = false