Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 22c29f3

Browse files
committed
chore: cleanup surgeon
1 parent a42ff59 commit 22c29f3

1 file changed

Lines changed: 80 additions & 122 deletions

File tree

json/ct-index.json

Lines changed: 80 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,7 +3368,7 @@
33683368
},
33693369
{
33703370
"text": "This script requires some extra steps after the installation, Please checkout the 'documentation'",
3371-
"type": "info"
3371+
"type": "info"
33723372
}
33733373
]
33743374
},
@@ -3401,7 +3401,7 @@
34013401
}
34023402
],
34033403
"default_credentials": {
3404-
"username": "admin@incus-scripts",
3404+
"username": "admin@incus-scripts.com",
34053405
"password": "incus-scripts"
34063406
},
34073407
"notes": []
@@ -3440,46 +3440,45 @@
34403440
},
34413441
"notes": []
34423442
},
3443-
"komga": {
3444-
"name": "Komga",
3445-
"slug": "komga",
3446-
"categories": [
3447-
13
3448-
],
3449-
"date_created": "2024-11-15",
3450-
"type": "ct",
3451-
"updateable": true,
3452-
"privileged": false,
3453-
"interface_port": 25600,
3454-
"documentation": "https://komga.org/docs/introduction",
3455-
"website": "https://komga.org/",
3456-
"logo": "https://raw.githubusercontent.com/gotson/komga/25a1cfa8660c57335313c244e41c248371ffd9d6/komga-webui/src/assets/logo.svg",
3457-
"description": "A media server for your comics, mangas, BDs, magazines and eBooks. Organize your CBZ, CBR, PDF and EPUB files in different libraries, collections or reading lists. Use the integrated Webreader, the Mihon extension, any OPDS reader, or other integrations. Edit metadata for your series and books.",
3458-
"install_methods": [
3459-
{
3460-
"type": "default",
3461-
"script": "ct/komga.sh",
3462-
"resources": {
3463-
"cpu": 1,
3464-
"ram": 2048,
3465-
"hdd": 4,
3466-
"os": "debian",
3467-
"version": "12"
3468-
}
3469-
}
3470-
],
3471-
"default_credentials": {
3472-
"username": null,
3473-
"password": null
3474-
},
3475-
"notes": [
3476-
{
3477-
"text": "Starting Komga (Web UI) may take up to 2 minutes after a restart or fresh installation.",
3478-
"type": "info"
3479-
}
3480-
]
3481-
}
3482-
,
3443+
"komga": {
3444+
"name": "Komga",
3445+
"slug": "komga",
3446+
"categories": [
3447+
13
3448+
],
3449+
"date_created": "2024-11-15",
3450+
"type": "ct",
3451+
"updateable": true,
3452+
"privileged": false,
3453+
"interface_port": 25600,
3454+
"documentation": "https://komga.org/docs/introduction",
3455+
"website": "https://komga.org/",
3456+
"logo": "https://raw.githubusercontent.com/gotson/komga/25a1cfa8660c57335313c244e41c248371ffd9d6/komga-webui/src/assets/logo.svg",
3457+
"description": "A media server for your comics, mangas, BDs, magazines and eBooks. Organize your CBZ, CBR, PDF and EPUB files in different libraries, collections or reading lists. Use the integrated Webreader, the Mihon extension, any OPDS reader, or other integrations. Edit metadata for your series and books.",
3458+
"install_methods": [
3459+
{
3460+
"type": "default",
3461+
"script": "ct/komga.sh",
3462+
"resources": {
3463+
"cpu": 1,
3464+
"ram": 2048,
3465+
"hdd": 4,
3466+
"os": "debian",
3467+
"version": "12"
3468+
}
3469+
}
3470+
],
3471+
"default_credentials": {
3472+
"username": null,
3473+
"password": null
3474+
},
3475+
"notes": [
3476+
{
3477+
"text": "Starting Komga (Web UI) may take up to 2 minutes after a restart or fresh installation.",
3478+
"type": "info"
3479+
}
3480+
]
3481+
},
34833482
"komodo": {
34843483
"name": "Komodo",
34853484
"slug": "komodo",
@@ -6138,46 +6137,6 @@
61386137
},
61396138
"notes": []
61406139
},
6141-
"prometheus-pve-exporter": {
6142-
"name": "Prometheus Proxmox VE Exporter",
6143-
"slug": "prometheus-pve-exporter",
6144-
"categories": [
6145-
1,
6146-
9
6147-
],
6148-
"date_created": "2025-01-28",
6149-
"type": "ct",
6150-
"updateable": true,
6151-
"privileged": false,
6152-
"interface_port": 9221,
6153-
"documentation": "https://github.com/prometheus-pve/prometheus-pve-exporter",
6154-
"website": "https://github.com/prometheus-pve/prometheus-pve-exporter",
6155-
"logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/proxmoxve/icon.png",
6156-
"description": "An exporter that exposes information gathered from Proxmox VE node for use by the Prometheus monitoring system.",
6157-
"install_methods": [
6158-
{
6159-
"type": "default",
6160-
"script": "ct/prometheus-pve-exporter.sh",
6161-
"resources": {
6162-
"cpu": 1,
6163-
"ram": 1024,
6164-
"hdd": 2,
6165-
"os": "debian",
6166-
"version": "12"
6167-
}
6168-
}
6169-
],
6170-
"default_credentials": {
6171-
"username": null,
6172-
"password": null
6173-
},
6174-
"notes": [
6175-
{
6176-
"text": "Please adjust the Proxmox credentials in the configuration file: /opt/prometheus-pve-exporter/pve.yml",
6177-
"type": "info"
6178-
}
6179-
]
6180-
},
61816140
"prowlarr": {
61826141
"name": "Prowlarr",
61836142
"slug": "prowlarr",
@@ -7443,46 +7402,45 @@
74437402
}
74447403
]
74457404
},
7446-
"the-lounge": {
7447-
"name": "The Lounge",
7448-
"slug": "the-lounge",
7449-
"categories": [
7450-
22
7451-
],
7452-
"date_created": "2024-11-28",
7453-
"type": "ct",
7454-
"updateable": true,
7455-
"privileged": false,
7456-
"interface_port": 9000,
7457-
"documentation": "https://thelounge.chat/docs",
7458-
"website": "https://thelounge.chat/",
7459-
"logo": "https://raw.githubusercontent.com/thelounge/thelounge.github.io/master/assets/logos/logo/TL_Grey%26Yellow_Vertical_logotype_Transparent_Bg/TL_Grey%26Yellow_Vertical_logotype_Transparent_Bg.png",
7460-
"description": "Modern web IRC client designed for self-hosting ",
7461-
"install_methods": [
7462-
{
7463-
"type": "default",
7464-
"script": "ct/the-lounge.sh",
7465-
"resources": {
7466-
"cpu": 2,
7467-
"ram": 2048,
7468-
"hdd": 4,
7469-
"os": "ubuntu",
7470-
"version": "24.04"
7471-
}
7472-
}
7473-
],
7474-
"default_credentials": {
7475-
"username": null,
7476-
"password": null
7477-
},
7478-
"notes": [
7479-
{
7480-
"text": "The Lounge is running in private mode. Use `runuser -u thelounge -- thelounge add usernamehere` to create users.",
7481-
"type": "info"
7482-
}
7483-
]
7484-
}
7485-
,
7405+
"the-lounge": {
7406+
"name": "The Lounge",
7407+
"slug": "the-lounge",
7408+
"categories": [
7409+
22
7410+
],
7411+
"date_created": "2024-11-28",
7412+
"type": "ct",
7413+
"updateable": true,
7414+
"privileged": false,
7415+
"interface_port": 9000,
7416+
"documentation": "https://thelounge.chat/docs",
7417+
"website": "https://thelounge.chat/",
7418+
"logo": "https://raw.githubusercontent.com/thelounge/thelounge.github.io/master/assets/logos/logo/TL_Grey%26Yellow_Vertical_logotype_Transparent_Bg/TL_Grey%26Yellow_Vertical_logotype_Transparent_Bg.png",
7419+
"description": "Modern web IRC client designed for self-hosting ",
7420+
"install_methods": [
7421+
{
7422+
"type": "default",
7423+
"script": "ct/the-lounge.sh",
7424+
"resources": {
7425+
"cpu": 2,
7426+
"ram": 2048,
7427+
"hdd": 4,
7428+
"os": "ubuntu",
7429+
"version": "24.04"
7430+
}
7431+
}
7432+
],
7433+
"default_credentials": {
7434+
"username": null,
7435+
"password": null
7436+
},
7437+
"notes": [
7438+
{
7439+
"text": "The Lounge is running in private mode. Use `runuser -u thelounge -- thelounge add usernamehere` to create users.",
7440+
"type": "info"
7441+
}
7442+
]
7443+
},
74867444
"threadfin": {
74877445
"name": "Threadfin",
74887446
"slug": "threadfin",

0 commit comments

Comments
 (0)