Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 24, 2025
1 parent 236e762 commit 609c3c4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions webtop_kde/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@
"PGID": 0,
"PUID": 0,
"additional_apps": "engrampa,libreoffice",
"data_location": "/config/data"
"data_location": "/config/data",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"use_own_certs": false
},
"panel_admin": false,
"panel_icon": "mdi:monitor",
Expand All @@ -101,7 +104,7 @@
"23/tcp": null,
"25/tcp": null,
"3000/tcp": 3000,
"3001/tcp": null,
"3001/tcp": 3001,
"3002/tcp": null,
"53/tcp": null,
"80/tcp": null
Expand All @@ -113,7 +116,7 @@
"23/tcp": "TELNET",
"25/tcp": "SMTP",
"3000/tcp": "Web interface",
"3001/tcp": "custom port 1",
"3001/tcp": "Web interface ssl",
"3002/tcp": "custom port 2",
"53/tcp": "DNS",
"80/tcp": "http"
Expand All @@ -131,17 +134,20 @@
"PUID": "int",
"TZ": "match([A-Z][a-z]*./[A-Z][a-z]*.)?",
"additional_apps": "str?",
"certfile": "str",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"data_location": "str?",
"keyfile": "str",
"localdisks": "str?",
"networkdisks": "str?"
"networkdisks": "str?",
"use_own_certs": "bool?"
},
"slug": "webtop",
"tmpfs": true,
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.2",
"version": "fb06d0b4-ls71",
"video": true
}

0 comments on commit 609c3c4

Please sign in to comment.