Added Guacamole app
This commit is contained in:
parent
406ddf0a0e
commit
81420b474f
2 changed files with 23 additions and 0 deletions
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",
|
||||
|
|
Loading…
Reference in a new issue