Updated app

master
Dennis Schwerdel 2017-05-03 20:39:52 +02:00
parent 26022774f9
commit c1f205a321
4 changed files with 12 additions and 5 deletions

View File

@ -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

View File

@ -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": {

View File

@ -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}"

View File

@ -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