Screenshots
This commit is contained in:
parent
f108fe482b
commit
26022774f9
|
@ -1,2 +1,5 @@
|
||||||
[0.1.0]
|
[0.1.0]
|
||||||
* Initial version
|
* Initial version
|
||||||
|
|
||||||
|
[0.1.1]
|
||||||
|
* Added screenshots
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
|
"tagline": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8080,
|
"httpPort": 8080,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@ -20,7 +20,9 @@
|
||||||
"vnc", "rdp", "ssh", "rdesktop"
|
"vnc", "rdp", "ssh", "rdesktop"
|
||||||
],
|
],
|
||||||
"mediaLinks": [
|
"mediaLinks": [
|
||||||
"http://www.example.com"
|
"https://git.cloudron.io/dswd/guacamole-app/raw/master/screenshots/1.png",
|
||||||
|
"https://git.cloudron.io/dswd/guacamole-app/raw/master/screenshots/2.png",
|
||||||
|
"https://git.cloudron.io/dswd/guacamole-app/raw/master/screenshots/3.png"
|
||||||
],
|
],
|
||||||
"postInstallMessage": "file://POSTINSTALL.md"
|
"postInstallMessage": "file://POSTINSTALL.md"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue