formatting

This commit is contained in:
CanbiZ 2025-01-17 17:01:20 +01:00
parent 7b5d3e276d
commit 7e0012ca14
246 changed files with 713 additions and 1027 deletions

View File

@ -12,31 +12,30 @@
"logo": "https://raw.githubusercontent.com/Bubka/2FAuth/refs/heads/master/public/logo.svg", "logo": "https://raw.githubusercontent.com/Bubka/2FAuth/refs/heads/master/public/logo.svg",
"description": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop. It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.", "description": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop. It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/2fauth.sh", "script": "ct/2fauth.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 512, "ram": 512,
"hdd": 2, "hdd": 2,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
}
} }
}
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Database credentials: `cat ~/2FAuth.creds`", "text": "Database credentials: `cat ~/2FAuth.creds`",
"type": "info" "type": "info"
}, },
{ {
"text": "The very first account created is automatically set up as an administrator account.", "text": "The very first account created is automatically set up as an administrator account.",
"type": "info" "type": "info"
} }
] ]
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -43,5 +43,3 @@
} }
] ]
} }

View File

@ -43,5 +43,3 @@
} }
] ]
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -1,34 +1,32 @@
{ {
"name": "Apache Guacamole", "name": "Apache Guacamole",
"slug": "apache-guacamole", "slug": "apache-guacamole",
"categories": [21], "categories": [21],
"date_created": "2024-12-19", "date_created": "2024-12-19",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 8080, "interface_port": 8080,
"documentation": null, "documentation": null,
"website": "https://guacamole.apache.org/", "website": "https://guacamole.apache.org/",
"logo": "https://guacamole.apache.org/images/logos/guac-tricolor-logo.svg", "logo": "https://guacamole.apache.org/images/logos/guac-tricolor-logo.svg",
"description": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.", "description": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/apache-guacamole.sh", "script": "ct/apache-guacamole.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 2048, "ram": 2048,
"hdd": 4, "hdd": 4,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "guacadmin", "username": "guacadmin",
"password": "guacadmin" "password": "guacadmin"
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -1,33 +1,33 @@
{ {
"name": "Checkmk", "name": "Checkmk",
"slug": "checkmk", "slug": "checkmk",
"categories": [9], "categories": [9],
"date_created": "2024-12-19", "date_created": "2024-12-19",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://docs.checkmk.com/", "documentation": "https://docs.checkmk.com/",
"website": "https://checkmk.com/", "website": "https://checkmk.com/",
"logo": "https://checkmk.com/application/files/cache/thumbnails/67fc39c599afdf20557d538416e3efd3.png", "logo": "https://checkmk.com/application/files/cache/thumbnails/67fc39c599afdf20557d538416e3efd3.png",
"description": "Checkmk is an IT monitoring software that tracks the health and performance of your systems, networks, servers, applications, and cloud services. It provides real-time insights, alerts for issues, and tools for troubleshooting, helping ensure smooth operations across your infrastructure.", "description": "Checkmk is an IT monitoring software that tracks the health and performance of your systems, networks, servers, applications, and cloud services. It provides real-time insights, alerts for issues, and tools for troubleshooting, helping ensure smooth operations across your infrastructure.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/checkmk.sh", "script": "ct/checkmk.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 4, "hdd": 4,
"os": null, "os": null,
"version": null "version": null
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Login Credentials : `cat ~/checkmk.creds`", "text": "Login Credentials : `cat ~/checkmk.creds`",
@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -37,7 +37,5 @@
"text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c '$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh)' -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`", "text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c '$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs-cron.sh)' -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`",
"type": "info" "type": "info"
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -54,4 +54,3 @@
} }
] ]
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -1,41 +1,37 @@
{ {
"name":"Dotnet ASP Web API", "name": "Dotnet ASP Web API",
"slug":"dotnetaspwebapi", "slug": "dotnetaspwebapi",
"categories":[ "categories": [0],
0 "date_created": "2025-01-15",
], "type": "ct",
"date_created":"2025-01-15", "updateable": true,
"type":"ct", "privileged": true,
"updateable":true, "interface_port": 80,
"privileged":true, "documentation": "https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu",
"interface_port":80, "website": "https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu",
"documentation":"https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Microsoft_.NET_logo.svg/456px-Microsoft_.NET_logo.svg.png",
"website":"https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu", "description": "Automatically setup a ASP.NET server up, as well as a FTP server so you can publish to this container from Visual Studio.",
"logo":"https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Microsoft_.NET_logo.svg/456px-Microsoft_.NET_logo.svg.png", "install_methods": [
"description":"Automatically setup a ASP.NET server up, as well as a FTP server so you can publish to this container from Visual Studio.", {
"install_methods":[ "type": "default",
{ "script": "ct/dotnetaspwebapi.sh",
"type":"default", "resources": {
"script":"ct/dotnetaspwebapi.sh", "cpu": 1,
"resources":{ "ram": 1024,
"cpu":1, "hdd": 8,
"ram":1024, "os": "Ubuntu",
"hdd":8, "version": "24.04"
"os":"Ubuntu", }
"version":"24.04" }
} ],
} "default_credentials": {
], "username": null,
"default_credentials":{ "password": null
"username":null, },
"password":null "notes": [
}, {
"notes":[ "text": "FTP server credentials: `cat ~/ftp.creds`",
{ "type": "info"
"text":"FTP server credentials: `cat ~/ftp.creds`", }
"type":"info" ]
}
]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -1,39 +1,37 @@
{ {
"name": "Firefly III", "name": "Firefly III",
"slug": "firefly", "slug": "firefly",
"categories": [23], "categories": [23],
"date_created": "2025-01-01", "date_created": "2025-01-01",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://docs.firefly-iii.org/", "documentation": "https://docs.firefly-iii.org/",
"website": "https://firefly-iii.org/", "website": "https://firefly-iii.org/",
"logo": "https://raw.githubusercontent.com/firefly-iii/firefly-iii/develop/.github/assets/img/logo-small.png", "logo": "https://raw.githubusercontent.com/firefly-iii/firefly-iii/develop/.github/assets/img/logo-small.png",
"description": "Firefly III is a free, self-hosted tool for managing your finances. Track expenses, plan budgets, and get detailed reports.", "description": "Firefly III is a free, self-hosted tool for managing your finances. Track expenses, plan budgets, and get detailed reports.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/firefly.sh", "script": "ct/firefly.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 1024, "ram": 1024,
"hdd": 2, "hdd": 2,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Database credentials: `cat ~/firefly.creds`", "text": "Database credentials: `cat ~/firefly.creds`",
"type": "info" "type": "info"
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -12,30 +12,26 @@
"logo": "https://raw.githubusercontent.com/TryGhost/Ghost/b6fe724b577e84f7dd174646d0323dabdcdf576e/apps/shade/src/assets/images/ghost-orb.svg", "logo": "https://raw.githubusercontent.com/TryGhost/Ghost/b6fe724b577e84f7dd174646d0323dabdcdf576e/apps/shade/src/assets/images/ghost-orb.svg",
"description": "Ghost is a powerful app for professional publishers to create, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.", "description": "Ghost is a powerful app for professional publishers to create, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/ghost.sh", "script": "ct/ghost.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 1024, "ram": 1024,
"hdd": 5, "hdd": 5,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
}
} }
}
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "To run Ghost-CLI commands, first set a password for the ghost-user by running `sudo passwd ghost-user`. Then, switch to the ghost-user with `sudo -su ghost-user`.", "text": "To run Ghost-CLI commands, first set a password for the ghost-user by running `sudo passwd ghost-user`. Then, switch to the ghost-user with `sudo -su ghost-user`.",
"type": "info" "type": "info"
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -12,28 +12,26 @@
"logo": "https://github.com/glanceapp/glance/blob/main/internal/assets/static/app-icon.png?raw=true", "logo": "https://github.com/glanceapp/glance/blob/main/internal/assets/static/app-icon.png?raw=true",
"description": "A self-hosted dashboard that puts all your feeds in one place", "description": "A self-hosted dashboard that puts all your feeds in one place",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/glance.sh", "script": "ct/glance.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 512, "ram": 512,
"hdd": 2, "hdd": 2,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
}
} }
}
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Config file is located in /opt/glance/glance.yml", "text": "Config file is located in /opt/glance/glance.yml",
"type": "info" "type": "info"
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -1,34 +1,32 @@
{ {
"name": "GLPI", "name": "GLPI",
"slug": "glpi", "slug": "glpi",
"categories": [28], "categories": [28],
"date_created": "2025-01-06", "date_created": "2025-01-06",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://glpi-project.org/documentation/", "documentation": "https://glpi-project.org/documentation/",
"website": "https://glpi-project.org/", "website": "https://glpi-project.org/",
"logo": "https://raw.githubusercontent.com/glpi-project/glpi/refs/heads/main/public/pics/login_logo_glpi.png", "logo": "https://raw.githubusercontent.com/glpi-project/glpi/refs/heads/main/public/pics/login_logo_glpi.png",
"description": "GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.", "description": "GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/glpi.sh", "script": "ct/glpi.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 10, "hdd": 10,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "glpi", "username": "glpi",
"password": "glpi" "password": "glpi"
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -41,4 +41,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -1,34 +1,32 @@
{ {
"name": "Grist", "name": "Grist",
"slug": "grist", "slug": "grist",
"categories": [12], "categories": [12],
"date_created": "2024-12-27", "date_created": "2024-12-27",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 8484, "interface_port": 8484,
"documentation": null, "documentation": null,
"website": "https://www.getgrist.com/", "website": "https://www.getgrist.com/",
"logo": "https://github.com/gristlabs/grist-core/blob/main/static/img/logo-grist.png?raw=true", "logo": "https://github.com/gristlabs/grist-core/blob/main/static/img/logo-grist.png?raw=true",
"description": "Grist is a modern, open source spreadsheet that goes beyond the grid", "description": "Grist is a modern, open source spreadsheet that goes beyond the grid",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/grist.sh", "script": "ct/grist.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 1024, "ram": 1024,
"hdd": 4, "hdd": 4,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -1,34 +1,32 @@
{ {
"name": "Hoarder", "name": "Hoarder",
"slug": "hoarder", "slug": "hoarder",
"categories": [12], "categories": [12],
"date_created": "2024-12-02", "date_created": "2024-12-02",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 3000, "interface_port": 3000,
"documentation": "https://docs.hoarder.app/", "documentation": "https://docs.hoarder.app/",
"website": "https://hoarder.app/", "website": "https://hoarder.app/",
"logo": "https://raw.githubusercontent.com/hoarder-app/hoarder/refs/heads/main/screenshots/logo.png", "logo": "https://raw.githubusercontent.com/hoarder-app/hoarder/refs/heads/main/screenshots/logo.png",
"description": "Hoarder is an AI-powered bookmarking tool that helps you save and organize your digital content. It automatically tags your links, notes, and images, making them easy to find later. With features like auto-fetching, lists, and full-text search, Hoarder is the perfect tool for anyone who wants to keep track of their digital life.", "description": "Hoarder is an AI-powered bookmarking tool that helps you save and organize your digital content. It automatically tags your links, notes, and images, making them easy to find later. With features like auto-fetching, lists, and full-text search, Hoarder is the perfect tool for anyone who wants to keep track of their digital life.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/hoarder.sh", "script": "ct/hoarder.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 4096, "ram": 4096,
"hdd": 8, "hdd": 8,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }

View File

@ -30,5 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -47,4 +47,3 @@
} }
] ]
} }

View File

@ -43,4 +43,3 @@
} }
] ]
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -12,23 +12,21 @@
"logo": "https://avatars.githubusercontent.com/u/1560750?s=200&v=4", "logo": "https://avatars.githubusercontent.com/u/1560750?s=200&v=4",
"description": "InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.", "description": "InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/inspircd.sh", "script": "ct/inspircd.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 512, "ram": 512,
"hdd": 2, "hdd": 2,
"os": null, "os": null,
"version": null "version": null
}
} }
}
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -39,4 +39,3 @@
} }
] ]
} }

View File

@ -30,4 +30,3 @@
}, },
"notes": [] "notes": []
} }

View File

@ -12,23 +12,21 @@
"logo": "https://www.jenkins.io/images/logos/jenkins/jenkins.svg", "logo": "https://www.jenkins.io/images/logos/jenkins/jenkins.svg",
"description": "Jenkins provides hundreds of plugins to support building, deploying and automating any project. ", "description": "Jenkins provides hundreds of plugins to support building, deploying and automating any project. ",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/jenkins.sh", "script": "ct/jenkins.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 1024, "ram": 1024,
"hdd": 4, "hdd": 4,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
}
} }
}
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }

View File

@ -28,11 +28,10 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [{ "notes": [
"text": "To enable folder adding append your lxc.conf on your host with 'lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1'", {
"type": "info" "text": "To enable folder adding append your lxc.conf on your host with 'lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1'",
} "type": "info"
}
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -35,4 +35,3 @@
} }
] ]
} }

View File

@ -39,5 +39,3 @@
} }
] ]
} }

View File

@ -1,33 +1,32 @@
{ {
"name": "Kimai", "name": "Kimai",
"slug": "kimai", "slug": "kimai",
"categories": [28], "categories": [28],
"date_created": "2024-11-20", "date_created": "2024-11-20",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": "https://www.kimai.org/documentation/", "documentation": "https://www.kimai.org/documentation/",
"website": "https://www.kimai.org/", "website": "https://www.kimai.org/",
"logo": "https://raw.githubusercontent.com/kimai/images/refs/heads/main/logo-transparent.png", "logo": "https://raw.githubusercontent.com/kimai/images/refs/heads/main/logo-transparent.png",
"description": "Kimai is an open-source time-tracking software designed for freelancers, small teams, and businesses to efficiently track, manage, and analyze work hours. This web-based tool enables users to log their work time with ease, associating entries with specific clients, projects, and tasks.", "description": "Kimai is an open-source time-tracking software designed for freelancers, small teams, and businesses to efficiently track, manage, and analyze work hours. This web-based tool enables users to log their work time with ease, associating entries with specific clients, projects, and tasks.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/kimai.sh", "script": "ct/kimai.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 7, "hdd": 7,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "admin@helper-scripts.com", "username": "admin@helper-scripts.com",
"password": "helper-scripts.com" "password": "helper-scripts.com"
}, },
"notes": [] "notes": []
} }

View File

@ -35,5 +35,3 @@
} }
] ]
} }

Some files were not shown because too many files have changed in this diff Show More