* Tweaks and backend vscode settings * Version bump
@@ -1 +1 @@
-2.1.1
+2.1.2
@@ -2,7 +2,7 @@
# Nginx Proxy Manager
-
+


@@ -0,0 +1,8 @@
+{
+ "editor.insertSpaces": false,
+ "editor.formatOnSave": true,
+ "files.trimTrailingWhitespace": true,
+ "editor.codeActionsOnSave": {
+ "source.fixAll.eslint": true
+ }
+}
@@ -1,6 +1,6 @@
{
"name": "nginx-proxy-manager",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "A beautiful interface for creating Nginx endpoints",
"main": "js/index.js",
"dependencies": {
@@ -30,7 +30,6 @@ RUN /tmp/install-s6 "${TARGETPLATFORM}" && rm -f /tmp/install-s6
EXPOSE 80
EXPOSE 81
EXPOSE 443
-EXPOSE 9876
COPY docker/rootfs /
ADD backend /app
"devDependencies": {