kutt: custom hostname option

This commit is contained in:
Tom Frenzel
2026-01-04 12:04:44 +01:00
parent 1153b1f635
commit be669ffdce
3 changed files with 34 additions and 14 deletions

View File

@@ -31,5 +31,10 @@
"username": null,
"password": null
},
"notes": []
"notes": [
{
"text": "Kutt needs so be served with an SSL certificate for its login to work. During install, you will be prompted to choose if you want to have Caddy installed for SSL termination, or if you want to use your own reverse proxy. You can also skip SSL termination during install and configure it later.",
"type": "info"
}
]
}