From 4af90e9fb358c18caf81c15dae2797658ff80fa1 Mon Sep 17 00:00:00 2001 From: unfaiyted Date: Sat, 1 Jun 2024 13:48:30 -0500 Subject: [PATCH] chore: updates --- .gitignore | 6 ++++++ .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/swag.iml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ nginx/proxy-confs/qbittorrent.subdomain.conf | 2 +- 7 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/swag.iml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4fe1d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/keys +/keys/ +/keys/letsencrypt/ +/log/ +/node_modules/ +._.DS_Store diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6dfdd5d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/swag.iml b/.idea/swag.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/swag.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/nginx/proxy-confs/qbittorrent.subdomain.conf b/nginx/proxy-confs/qbittorrent.subdomain.conf index 70e943e..78b045d 100644 --- a/nginx/proxy-confs/qbittorrent.subdomain.conf +++ b/nginx/proxy-confs/qbittorrent.subdomain.conf @@ -30,7 +30,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; - set $upstream_app 192.168.0.120; + set $upstream_app 192.168.0.101; set $upstream_port 8383; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port;