Răsfoiți Sursa

revert: add must staple flag for certificate obtaining request #292

Jacky 1 an în urmă
părinte
comite
1577eb184d

+ 2 - 0
.idea/.gitignore

@@ -6,3 +6,5 @@
 # Datasource local storage ignored files
 /dataSources/
 /dataSources.local.xml
+# GitHub Copilot persisted chat sessions
+/copilot/chatSessions

+ 2 - 0
app/.idea/.gitignore

@@ -3,3 +3,5 @@
 /workspace.xml
 # Editor-based HTTP Client requests
 /httpRequests/
+# GitHub Copilot persisted chat sessions
+/copilot/chatSessions

+ 4 - 4
app/package.json

@@ -17,8 +17,8 @@
     "@vue/shared": "^3.4.13",
     "@vueuse/core": "^10.7.2",
     "ant-design-vue": "4.1.2",
-    "apexcharts": "^3.45.1",
-    "axios": "^1.6.5",
+    "apexcharts": "^3.47.0",
+    "axios": "^1.6.7",
     "dayjs": "^1.11.10",
     "highlight.js": "^11.9.0",
     "lodash": "^4.17.21",
@@ -33,8 +33,8 @@
     "vue-github-button": "https://github.com/0xJacky/vue-github-button",
     "vue-router": "^4.2.5",
     "vue3-ace-editor": "2.2.4",
-    "vue3-apexcharts": "^1.4.4",
-    "vue3-gettext": "^3.0.0-beta.3",
+    "vue3-apexcharts": "1.4.4",
+    "vue3-gettext": "^3.0.0-beta.4",
     "vuedraggable": "^4.1.0",
     "xterm": "^5.3.0",
     "xterm-addon-attach": "^0.9.0",

Fișier diff suprimat deoarece este prea mare
+ 220 - 232
app/pnpm-lock.yaml


+ 1 - 1
app/src/version.json

@@ -1 +1 @@
-{"version":"2.0.0-beta.17","build_id":119,"total_build":323}
+{"version":"2.0.0-beta.18","build_id":121,"total_build":325}

+ 1 - 1
app/version.json

@@ -1 +1 @@
-{"version":"2.0.0-beta.17","build_id":119,"total_build":323}
+{"version":"2.0.0-beta.18","build_id":121,"total_build":325}

+ 1 - 5
app/vite.config.ts

@@ -33,11 +33,7 @@ export default defineConfig(({ mode }) => {
       ],
     },
     plugins: [
-      vue({
-        script: {
-          defineModel: true,
-        },
-      }),
+      vue(),
       vueJsx(),
 
       vitePluginBuildId(),

Fișier diff suprimat deoarece este prea mare
+ 74 - 0
app/vite.config.ts.timestamp-1710404739835-41a8cdf56d1c9.mjs


+ 2 - 3
internal/cert/cert.go

@@ -166,9 +166,8 @@ func IssueCert(payload *ConfigPayload, logChan chan string, errChan chan error)
 	user.Registration = reg
 
 	request := certificate.ObtainRequest{
-		Domains:    domain,
-		Bundle:     true,
-		MustStaple: true,
+		Domains: domain,
+		Bundle:  true,
 	}
 
 	l.Println("[INFO] [Nginx UI] Obtaining certificate")

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff