We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c35dbf commit f76bf28Copy full SHA for f76bf28
frontend/public/json/caddy.json
@@ -6,7 +6,7 @@
6
],
7
"date_created": "2024-05-11",
8
"type": "ct",
9
- "updateable": false,
+ "updateable": true,
10
"privileged": false,
11
"interface_port": 80,
12
"documentation": "https://caddyserver.com/docs/",
@@ -32,6 +32,10 @@
32
"password": null
33
},
34
"notes": [
35
+ {
36
+ "text": "xcaddy needs to be updated manually after a caddy update!",
37
+ "type": "warning"
38
+ },
39
{
40
"text": "if you need an internal module run: `caddy add-package PACKAGENAME`",
41
"type": "info"
0 commit comments