-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
240 changed files
with
1,200 additions
and
882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
} | ||
"notes": [], | ||
"status": "\ud83d\udea7" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,5 +39,6 @@ | |
"text": "Execute within the Proxmox shell", | ||
"type": "info" | ||
} | ||
] | ||
], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,6 @@ | |
"text": "Adguard Home can be updated via the user interface.", | ||
"type": "info" | ||
} | ||
] | ||
} | ||
], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,6 @@ | |
"text": "To Update Alpine: `apk update && apk upgrade`", | ||
"type": "info" | ||
} | ||
] | ||
], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,6 @@ | |
"text": "Show Login Credentials: `cat CouchDB.creds`", | ||
"type": "info" | ||
} | ||
] | ||
], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,35 @@ | ||
{ | ||
"name": "Apache Guacamole", | ||
"slug": "apache-guacamole", | ||
"categories": [ | ||
11 | ||
], | ||
"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": [ | ||
11 | ||
], | ||
"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": [], | ||
"status": "\ud83d\udea7" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": "archivebox", | ||
"password": "helper-scripts.com" | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
} | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,6 @@ | |
"text": "Blocky Configuration Path: `/opt/blocky/config.yml`", | ||
"type": "info" | ||
} | ||
] | ||
], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,6 @@ | |
"text": "Add Calibre-Web Extras via `update`", | ||
"type": "info" | ||
} | ||
] | ||
], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,6 @@ | |
"username": null, | ||
"password": null | ||
}, | ||
"notes": [] | ||
"notes": [], | ||
"status": "\u2705" | ||
} |
Oops, something went wrong.