You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compose.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ services:
11
11
environment:
12
12
- "TZ=your-timezone"# set timezone, required, set it to one of the values from the "TZ identifier" https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
13
13
- "ACME_EMAIL=your-email"# email address which should be used for acme, currently optional, may be required in the future, so I recommend you to enter your email here
14
-
# - "ACME_SERVER=https://acme.zerossl.com/v2/DV90" # acme server to use for NEW certificates, default is (currently, may change later) set to: https://acme-v02.api.letsencrypt.org/directory (letsencrypt)
14
+
# - "ACME_SERVER=https://dv.acme-v02.api.pki.goog/directory" # acme server to used when requesting/renewing certs using certbot, default is (currently, may change later) set to: https://acme-v02.api.letsencrypt.org/directory (letsencrypt)
15
15
# - "ACME_EAB_KID=123456789abcdef" # Key Identifier for External Account Binding for the acme server
16
16
# - "ACME_EAB_HMAC_KEY=123456789abcdef" # HMAC key for External Account Binding for the acme server
17
-
# - "ACME_MUST_STAPLE=false" # enables must-staple, default true, please only disable it if you get this error MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING in Firefox, see https://github.com/ZoeyVid/NPMplus/discussions/1249, after changing this option you need to recreate (not renew) your certs
17
+
# - "ACME_MUST_STAPLE=false" # enables must-staple, default true (will change soon, see https://github.com/ZoeyVid/NPMplus/discussions/1285), I recommend you to enable this if your CA supports it
18
18
# - "ACME_SERVER_TLS_VERIFY=false" # enables checking if ACME_SERVER has a valid TLS cert, default true
19
19
# - "PUID=1000" # set group id, default 0 (root)
20
20
# - "PGID=1000" # set user id, default 0 (root), requires PUID
"help-content": "Ein 404-Host ist einfach eine Host-Einrichtung, die eine 404-Seite anzeigt.\nDies kann nützlich sein, wenn Ihre Domain in Suchmaschinen gelistet ist und Sie eine schönere Fehlerseite bereitstellen wollen oder um den Suchindexierern mitzuteilen, dass die Domain-Seiten nicht mehr existieren.\nEin weiterer Vorteil dieses Hosts besteht darin, dass man die Logs der Zugriffe auf ihn verfolgen und die Verweiser einsehen kann.",
109
-
"help-title": "Was ist ein 404-Host?",
103
+
"add": "Dead Host hinzufügen",
104
+
"delete": "Dead Host löschen",
105
+
"delete-confirm": "Sind Sie sicher, dass Sie diesen Dead-Host löschen wollen?",
106
+
"empty": "Es gibt keine Dead Hosts",
107
+
"form-title": "{id, select, undefined{Neuer} other{Bearbeitung}} Dead Host",
108
+
"help-content": "Ein Dead-Host ist einfach eine Host-Einrichtung, die eine 404-Seite anzeigt.\nDies kann nützlich sein, wenn Ihre Domain in Suchmaschinen gelistet ist und Sie eine schönere Fehlerseite bereitstellen wollen oder um den Suchindexierern mitzuteilen, dass die Domain-Seiten nicht mehr existieren.\nEin weiterer Vorteil dieses Hosts besteht darin, dass man die Logs der Zugriffe auf ihn verfolgen und die Verweiser einsehen kann.",
"default-site-description": "Was angezeigt werden soll, wenn Nginx einen unbekannten Host antrifft",
@@ -256,7 +256,7 @@
256
256
"no-wildcard-without-dns": "Zertifikat kann nicht für Wildcard-Domains angefordert werden, wenn keine DNS-Challenge verwendet wird",
257
257
"none": "Nur HTTP",
258
258
"other": "Individuell",
259
-
"passphrase-protection-support-info": "Schlüsseldateien, die mit einer Passphrase geschützt sind, werden nicht unterstützt.",
259
+
"passphrase-protection-support-info": "Schlüsseldateien, die mit einer Passphrase geschützt sind, werden nicht unterstützt. OCSP Stapling wird bei Custom Zertifikaten nicht untersützt.",
260
260
"processing-info": "Verarbeitung... Dies kann ein paar Minuten dauern.",
261
261
"propagation-seconds": "Ausbreitung in Sekunden",
262
262
"propagation-seconds-info": "Leer lassen, um den Standardwert des Plugins zu verwenden. Anzahl der Sekunden, die auf die DNS-Verbreitung gewartet werden soll.",
"help-content": "A 404 Host is simply a host setup that shows a 404 page.\nThis can be useful when your domain is listed in search engines and you want to provide a nicer error page or specifically to tell the search indexers that the domain pages no longer exist.\nAnother benefit of having this host is to track the logs for hits to it and view the referrers.",
109
-
"help-title": "What is a 404 Host?",
103
+
"add": "Add Dead Host",
104
+
"delete": "Delete Dead Host",
105
+
"delete-confirm": "Are you sure you want to delete this Dead Host?",
106
+
"empty": "There are no Dead Hosts",
107
+
"form-title": "{id, select, undefined{New} other{Edit}} Dead Host",
108
+
"help-content": "A Dead Host is simply a host setup that shows a 404 page.\nThis can be useful when your domain is listed in search engines and you want to provide a nicer error page or specifically to tell the search indexers that the domain pages no longer exist.\nAnother benefit of having this host is to track the logs for hits to it and view the referrers.",
"no-wildcard-without-dns": "Cannot request Certificate for wildcard domains when not using DNS challenge",
257
257
"none": "HTTP only",
258
258
"other": "Custom",
259
-
"passphrase-protection-support-info": "Key files protected with a passphrase are not supported.",
259
+
"passphrase-protection-support-info": "Key files protected with a passphrase are not supported. OCSP Stapling is not supported on custom certificates.",
260
260
"processing-info": "Processing... This might take a few minutes.",
261
261
"propagation-seconds": "Propagation Seconds",
262
262
"propagation-seconds-info": "Leave empty to use the plugins default value. Number of seconds to wait for DNS propagation.",
0 commit comments