mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 04:50:14 +00:00
formatting
This commit is contained in:
parent
7b5d3e276d
commit
7e0012ca14
@ -12,31 +12,30 @@
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/2fauth.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/2fauth.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Database credentials: `cat ~/2FAuth.creds`",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "The very first account created is automatically set up as an administrator account.",
|
||||
"type": "info"
|
||||
}
|
||||
{
|
||||
"text": "Database credentials: `cat ~/2FAuth.creds`",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "The very first account created is automatically set up as an administrator account.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -30,5 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -43,5 +43,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -43,5 +43,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -39,4 +39,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,5 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1,34 +1,32 @@
|
||||
{
|
||||
"name": "Apache Guacamole",
|
||||
"slug": "apache-guacamole",
|
||||
"categories": [21],
|
||||
"date_created": "2024-12-19",
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": 8080,
|
||||
"documentation": null,
|
||||
"website": "https://guacamole.apache.org/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/apache-guacamole.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "guacadmin",
|
||||
"password": "guacadmin"
|
||||
},
|
||||
"notes": []
|
||||
"name": "Apache Guacamole",
|
||||
"slug": "apache-guacamole",
|
||||
"categories": [21],
|
||||
"date_created": "2024-12-19",
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": 8080,
|
||||
"documentation": null,
|
||||
"website": "https://guacamole.apache.org/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/apache-guacamole.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "guacadmin",
|
||||
"password": "guacadmin"
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -35,5 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,5 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -1,33 +1,33 @@
|
||||
{
|
||||
"name": "Checkmk",
|
||||
"slug": "checkmk",
|
||||
"categories": [9],
|
||||
"date_created": "2024-12-19",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://docs.checkmk.com/",
|
||||
"website": "https://checkmk.com/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/checkmk.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"name": "Checkmk",
|
||||
"slug": "checkmk",
|
||||
"categories": [9],
|
||||
"date_created": "2024-12-19",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://docs.checkmk.com/",
|
||||
"website": "https://checkmk.com/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/checkmk.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Login Credentials : `cat ~/checkmk.creds`",
|
||||
@ -35,5 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,5 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -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`",
|
||||
"type": "info"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,5 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -54,4 +54,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -39,4 +39,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1,41 +1,37 @@
|
||||
{
|
||||
"name":"Dotnet ASP Web API",
|
||||
"slug":"dotnetaspwebapi",
|
||||
"categories":[
|
||||
0
|
||||
],
|
||||
"date_created":"2025-01-15",
|
||||
"type":"ct",
|
||||
"updateable":true,
|
||||
"privileged":true,
|
||||
"interface_port":80,
|
||||
"documentation":"https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu",
|
||||
"website":"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",
|
||||
"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",
|
||||
"resources":{
|
||||
"cpu":1,
|
||||
"ram":1024,
|
||||
"hdd":8,
|
||||
"os":"Ubuntu",
|
||||
"version":"24.04"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials":{
|
||||
"username":null,
|
||||
"password":null
|
||||
},
|
||||
"notes":[
|
||||
{
|
||||
"text":"FTP server credentials: `cat ~/ftp.creds`",
|
||||
"type":"info"
|
||||
}
|
||||
]
|
||||
"name": "Dotnet ASP Web API",
|
||||
"slug": "dotnetaspwebapi",
|
||||
"categories": [0],
|
||||
"date_created": "2025-01-15",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": true,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu",
|
||||
"website": "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",
|
||||
"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",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 8,
|
||||
"os": "Ubuntu",
|
||||
"version": "24.04"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "FTP server credentials: `cat ~/ftp.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,5 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,39 +1,37 @@
|
||||
{
|
||||
"name": "Firefly III",
|
||||
"slug": "firefly",
|
||||
"categories": [23],
|
||||
"date_created": "2025-01-01",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://docs.firefly-iii.org/",
|
||||
"website": "https://firefly-iii.org/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/firefly.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 2,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Database credentials: `cat ~/firefly.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
"name": "Firefly III",
|
||||
"slug": "firefly",
|
||||
"categories": [23],
|
||||
"date_created": "2025-01-01",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://docs.firefly-iii.org/",
|
||||
"website": "https://firefly-iii.org/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/firefly.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 2,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Database credentials: `cat ~/firefly.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -39,4 +39,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -39,4 +39,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -12,30 +12,26 @@
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/ghost.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 5,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/ghost.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 5,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"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`.",
|
||||
"type": "info"
|
||||
}
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -12,28 +12,26 @@
|
||||
"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",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/glance.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/glance.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Config file is located in /opt/glance/glance.yml",
|
||||
"type": "info"
|
||||
}
|
||||
{
|
||||
"text": "Config file is located in /opt/glance/glance.yml",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1,34 +1,32 @@
|
||||
{
|
||||
"name": "GLPI",
|
||||
"slug": "glpi",
|
||||
"categories": [28],
|
||||
"date_created": "2025-01-06",
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://glpi-project.org/documentation/",
|
||||
"website": "https://glpi-project.org/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/glpi.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 10,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "glpi",
|
||||
"password": "glpi"
|
||||
},
|
||||
"notes": []
|
||||
"name": "GLPI",
|
||||
"slug": "glpi",
|
||||
"categories": [28],
|
||||
"date_created": "2025-01-06",
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://glpi-project.org/documentation/",
|
||||
"website": "https://glpi-project.org/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/glpi.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 10,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "glpi",
|
||||
"password": "glpi"
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -41,4 +41,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -1,34 +1,32 @@
|
||||
{
|
||||
"name": "Grist",
|
||||
"slug": "grist",
|
||||
"categories": [12],
|
||||
"date_created": "2024-12-27",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 8484,
|
||||
"documentation": null,
|
||||
"website": "https://www.getgrist.com/",
|
||||
"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",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/grist.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"name": "Grist",
|
||||
"slug": "grist",
|
||||
"categories": [12],
|
||||
"date_created": "2024-12-27",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 8484,
|
||||
"documentation": null,
|
||||
"website": "https://www.getgrist.com/",
|
||||
"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",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/grist.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -39,4 +39,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1,34 +1,32 @@
|
||||
{
|
||||
"name": "Hoarder",
|
||||
"slug": "hoarder",
|
||||
"categories": [12],
|
||||
"date_created": "2024-12-02",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 3000,
|
||||
"documentation": "https://docs.hoarder.app/",
|
||||
"website": "https://hoarder.app/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/hoarder.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"name": "Hoarder",
|
||||
"slug": "hoarder",
|
||||
"categories": [12],
|
||||
"date_created": "2024-12-02",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 3000,
|
||||
"documentation": "https://docs.hoarder.app/",
|
||||
"website": "https://hoarder.app/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/hoarder.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,5 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
|
@ -47,4 +47,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -43,4 +43,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,5 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -35,5 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -39,4 +39,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -12,23 +12,21 @@
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/inspircd.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": null,
|
||||
"version": null
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/inspircd.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 512,
|
||||
"hdd": 2,
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -39,4 +39,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -30,4 +30,3 @@
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -12,23 +12,21 @@
|
||||
"logo": "https://www.jenkins.io/images/logos/jenkins/jenkins.svg",
|
||||
"description": "Jenkins provides hundreds of plugins to support building, deploying and automating any project. ",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/jenkins.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/jenkins.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -28,11 +28,10 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [{
|
||||
"text": "To enable folder adding append your lxc.conf on your host with 'lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1'",
|
||||
"type": "info"
|
||||
}
|
||||
"notes": [
|
||||
{
|
||||
"text": "To enable folder adding append your lxc.conf on your host with 'lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1'",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,4 +35,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -35,9 +35,7 @@
|
||||
},
|
||||
{
|
||||
"text": "This script requires some extra steps after the installation, Please checkout the 'documentation'",
|
||||
"type": "info"
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,33 +1,32 @@
|
||||
{
|
||||
"name": "Kimai",
|
||||
"slug": "kimai",
|
||||
"categories": [28],
|
||||
"date_created": "2024-11-20",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": null,
|
||||
"documentation": "https://www.kimai.org/documentation/",
|
||||
"website": "https://www.kimai.org/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/kimai.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 7,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin@helper-scripts.com",
|
||||
"password": "helper-scripts.com"
|
||||
},
|
||||
"notes": []
|
||||
"name": "Kimai",
|
||||
"slug": "kimai",
|
||||
"categories": [28],
|
||||
"date_created": "2024-11-20",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": null,
|
||||
"documentation": "https://www.kimai.org/documentation/",
|
||||
"website": "https://www.kimai.org/",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/kimai.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 7,
|
||||
"os": "Debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin@helper-scripts.com",
|
||||
"password": "helper-scripts.com"
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
|
||||
|
@ -1,39 +1,37 @@
|
||||
{
|
||||
"name": "Komga",
|
||||
"slug": "komga",
|
||||
"categories": [13],
|
||||
"date_created": "2024-11-15",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 25600,
|
||||
"documentation": "https://komga.org/docs/introduction",
|
||||
"website": "https://komga.org/",
|
||||
"logo": "https://raw.githubusercontent.com/gotson/komga/25a1cfa8660c57335313c244e41c248371ffd9d6/komga-webui/src/assets/logo.svg",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/komga.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Starting Komga (Web UI) may take up to 2 minutes after a restart or fresh installation.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
"name": "Komga",
|
||||
"slug": "komga",
|
||||
"categories": [13],
|
||||
"date_created": "2024-11-15",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 25600,
|
||||
"documentation": "https://komga.org/docs/introduction",
|
||||
"website": "https://komga.org/",
|
||||
"logo": "https://raw.githubusercontent.com/gotson/komga/25a1cfa8660c57335313c244e41c248371ffd9d6/komga-webui/src/assets/logo.svg",
|
||||
"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.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/komga.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 2048,
|
||||
"hdd": 4,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Starting Komga (Web UI) may take up to 2 minutes after a restart or fresh installation.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user