This commit is contained in:
Alexandre
2025-01-24 12:47:49 +01:00
committed by GitHub
parent e28e3a2ef9
commit c0e6a1285e
3 changed files with 15 additions and 16 deletions

View File

@@ -93,7 +93,7 @@
"data_location": "/config/data",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"use_own_certs": false
"use_own_certs": true
},
"panel_admin": false,
"panel_icon": "mdi:monitor",
@@ -103,8 +103,8 @@
"22/tcp": null,
"23/tcp": null,
"25/tcp": null,
"3000/tcp": 3000,
"3001/tcp": 3001,
"3000/tcp": null,
"3001/tcp": 3000,
"3002/tcp": null,
"53/tcp": null,
"80/tcp": null
@@ -116,7 +116,7 @@
"23/tcp": "TELNET",
"25/tcp": "SMTP",
"3000/tcp": "Web interface",
"3001/tcp": "Web interface ssl",
"3001/tcp": "Web interface https",
"3002/tcp": "custom port 2",
"53/tcp": "DNS",
"80/tcp": "http"