Przeglądaj źródła

Build App list and docs

GitHub Workflow 2 lat temu
rodzic
commit
905512a94c
2 zmienionych plików z 20 dodań i 20 usunięć
  1. 10 10
      template/portainer-v2-amd64.json
  2. 10 10
      template/portainer-v2-arm64.json

+ 10 - 10
template/portainer-v2-amd64.json

@@ -2448,12 +2448,12 @@
 					"name": "DOMAIN"
 				},
 				{
-					"description": "Leave it empty if not using a public instance",
+					"description": "Leave false if not using a public instance",
 					"label": "HTTPS_ONLY",
 					"name": "HTTPS_ONLY",
 					"select": [
 						{
-							"default": true,
+							"default": false,
 							"text": "ALLOW HTTP",
 							"value": "false"
 						},
@@ -2475,12 +2475,12 @@
 					"select": [
 						{
 							"default": true,
-							"text": "Disable POPULAR page (better for privacy)",
-							"value": "false"
-						},
-						{
 							"text": "Enable POPULAR videos in this instance",
 							"value": "true"
+						},
+						{
+							"text": "Disable POPULAR page (better for privacy)",
+							"value": "false"
 						}
 					]
 				},
@@ -2490,12 +2490,12 @@
 					"select": [
 						{
 							"default": true,
-							"text": "Disable Statistics",
-							"value": "false"
-						},
-						{
 							"text": "Enable Statistics",
 							"value": "true"
+						},
+						{
+							"text": "Disable Statistics",
+							"value": "false"
 						}
 					]
 				},

+ 10 - 10
template/portainer-v2-arm64.json

@@ -2448,12 +2448,12 @@
 					"name": "DOMAIN"
 				},
 				{
-					"description": "Leave it empty if not using a public instance",
+					"description": "Leave false if not using a public instance",
 					"label": "HTTPS_ONLY",
 					"name": "HTTPS_ONLY",
 					"select": [
 						{
-							"default": true,
+							"default": false,
 							"text": "ALLOW HTTP",
 							"value": "false"
 						},
@@ -2475,12 +2475,12 @@
 					"select": [
 						{
 							"default": true,
-							"text": "Disable POPULAR page (better for privacy)",
-							"value": "false"
-						},
-						{
 							"text": "Enable POPULAR videos in this instance",
 							"value": "true"
+						},
+						{
+							"text": "Disable POPULAR page (better for privacy)",
+							"value": "false"
 						}
 					]
 				},
@@ -2490,12 +2490,12 @@
 					"select": [
 						{
 							"default": true,
-							"text": "Disable Statistics",
-							"value": "false"
-						},
-						{
 							"text": "Enable Statistics",
 							"value": "true"
+						},
+						{
+							"text": "Disable Statistics",
+							"value": "false"
 						}
 					]
 				},