Updated app
This commit is contained in:
parent
26022774f9
commit
c1f205a321
|
@ -3,3 +3,10 @@
|
|||
|
||||
[0.1.1]
|
||||
* Added screenshots
|
||||
|
||||
[0.1.2]
|
||||
* Rebuild
|
||||
|
||||
[0.1.3]
|
||||
* Updated to base image 0.10.0
|
||||
* Updated to version 0.9.12
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.3",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8080,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM cloudron/base:0.9.0
|
||||
FROM cloudron/base:0.10.0
|
||||
MAINTAINER Guacamole Developers <support@cloudron.io>
|
||||
|
||||
EXPOSE 8000
|
||||
|
@ -9,7 +9,7 @@ RUN apt-get update \
|
|||
libtelnet-dev libvncserver-dev libpulse-dev libssl-dev libvorbis-dev libwebp-dev \
|
||||
tomcat8 freerdp ghostscript
|
||||
|
||||
ENV VERSION 0.9.10-incubating
|
||||
ENV VERSION 0.9.12-incubating
|
||||
ENV MYSQL_CONNECTOR_VERSION 5.1.40
|
||||
ENV DOWNLOAD_URL "http://apache.org/dyn/closer.cgi?action=download&filename=incubator/guacamole/${VERSION}"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ This repository contains the Cloudron app package source for [Guacamole](http://
|
|||
|
||||
[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=org.apache.incubator.guacamole.cloudronapp)
|
||||
|
||||
or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)
|
||||
or using the [Cloudron command line tooling](https://git.cloudron.io/cloudron/cloudron-cli/)
|
||||
|
||||
```
|
||||
cloudron install --appstore-id org.apache.incubator.guacamole
|
||||
|
@ -14,7 +14,7 @@ cloudron install --appstore-id org.apache.incubator.guacamole
|
|||
|
||||
## Building
|
||||
|
||||
The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
|
||||
The app package can be built using the [Cloudron command line tooling](https://git.cloudron.io/cloudron/cloudron-cli/).
|
||||
|
||||
```
|
||||
cd guacamole-app
|
||||
|
|
Loading…
Reference in New Issue