mirror of
https://github.com/SelfhostedPro/selfhosted_templates.git
synced 2026-04-02 02:38:27 +00:00
Added Guacamole app
This commit is contained in:
BIN
Images/guacamole.png
Normal file
BIN
Images/guacamole.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -1,4 +1,27 @@
|
||||
[
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Guacamole",
|
||||
"name": "Guacamole",
|
||||
"description": "A clientless remote desktop gateway.",
|
||||
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png",
|
||||
"image": "oznu/guacamole:latest",
|
||||
"categories": [
|
||||
"Other",
|
||||
"Tools"
|
||||
],
|
||||
"platform": "linux",
|
||||
"restart_policy": "unless-stopped",
|
||||
"ports": [
|
||||
"8901:8080/tcp"
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/config",
|
||||
"bind": "/portainer/Files/AppData/Config/Guacamole"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Pi-Hole",
|
||||
|
||||
Reference in New Issue
Block a user