1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
guacamole_ynh/manifest.toml

95 lines
3.3 KiB
TOML
Raw Normal View History

2023-05-29 17:10:43 +02:00
packaging_format = 2
id = "guacamole"
name = "Guacamole"
description.en = "Clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH"
description.fr = "Service de bureau à distance sans client. Fonctionne avec des protocoles standard comme VNC, RDP, et SSH"
2023-06-05 14:28:42 +02:00
version = "1.5.2~ynh1"
2023-05-29 17:10:43 +02:00
maintainers = ["Jules Bertholet"]
[upstream]
license = "Apache-2.0"
website = "https://guacamole.apache.org/"
admindoc = "https://guacamole.apache.org/doc/gug/"
code = "https://github.com/search?utf8=%E2%9C%93&q=repo%3Aapache%2Fguacamole-server+repo%3Aapache%2Fguacamole-client+repo%3Aapache%2Fguacamole-website&type=Repositories&ref=searchresults"
[integration]
2023-12-19 08:35:43 +01:00
yunohost = ">= 11.2"
2023-05-29 17:23:44 +02:00
architectures = "all"
2023-05-29 17:10:43 +02:00
multi_instance = true
2023-12-19 08:35:43 +01:00
2023-06-05 14:34:14 +02:00
ldap = true
2023-12-19 08:35:43 +01:00
2023-05-29 17:23:44 +02:00
sso = false
2023-12-19 08:35:43 +01:00
2023-05-29 17:23:44 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-05-29 17:10:43 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/guacamole"
[install.admin]
type = "user"
[install.init_main_permission]
help.en = "Not recommended"
help.fr = "Pas reccomandé"
type = "group"
default = false
[resources]
[resources.sources]
[resources.sources.auth-header]
2023-05-29 20:51:37 +02:00
url = "https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-header-1.5.2.tar.gz"
sha256 = "c80c11de87993e1732d65c059d53d400961afcf61e7c12501bc2197002af7730"
2023-05-29 17:10:43 +02:00
[resources.sources.mariadb-java-client]
url = "https://downloads.mariadb.com/Connectors/java/connector-java-2.7.4/mariadb-java-client-2.7.4.jar"
sha256 = "f06577b19e89b33028b96cd4f031248e761de7ebc712f4ef535e268df76edb2a"
[resources.sources.auth-ldap]
2023-05-29 20:56:48 +02:00
url = "https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-ldap-1.5.2.tar.gz"
sha256 = "49420bbe6f12f56a6ad8b31139512f289faada004074709b6a3a8e1475e9bd23"
2023-05-29 17:10:43 +02:00
[resources.sources.client]
2023-05-29 20:51:37 +02:00
url = "https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-1.5.2.war"
sha256 = "86efc30016e4038948d8c1a5c37a0b05e38dadd3104db6ec03755bc6e3111c40"
2023-05-29 17:10:43 +02:00
in_subdir = false
[resources.sources.server]
2023-06-05 14:28:03 +02:00
url = "https://downloads.apache.org/guacamole/1.5.2/source/guacamole-server-1.5.2.tar.gz"
2023-05-29 20:56:48 +02:00
sha256 = "a8d4813feaeb1e6f35fbfd2cf57cb0429db2225960cbfed36252f65ac93dffc4"
2023-05-29 17:10:43 +02:00
[resources.sources.tomcat9_deb]
url = "https://ftp.debian.org/debian/pool/main/t/tomcat9/tomcat9_9.0.70-1_all.deb"
sha256 = "c062cd3ff27a566fdc6fed7dd2602c4e4ffe2216c8a19822bcaf03bd739e39b5"
2023-12-24 09:55:19 +01:00
format = "whatever"
2023-05-29 17:10:43 +02:00
rename = "tomcat9.deb"
[resources.sources.auth-jdbc]
2023-05-29 20:56:48 +02:00
url = "https://downloads.apache.org/guacamole/1.5.2/binary/guacamole-auth-jdbc-1.5.2.tar.gz"
sha256 = "0c050fcf9e062eadb242f2962217870919cd02a119bc3e71d77efdd4b7f88e06"
2023-05-29 17:10:43 +02:00
2023-05-29 17:23:44 +02:00
[resources.ports]
main.default = 8080
guacd.default = 4822
2023-05-29 17:10:43 +02:00
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-05-29 17:23:44 +02:00
[resources.apt]
2023-12-19 08:35:43 +01:00
packages = "mariadb-server, acl, build-essential, libcairo2, libjpeg62-turbo-dev, libpng-dev, libtool-bin, libossp-uuid-dev, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, freerdp2-dev, libpango1.0-dev, libssh2-1-dev, libtelnet-dev, libvncserver-dev, libwebsockets-dev, libpulse-dev, libssl-dev, libvorbis-dev, libwebp-dev, tomcat9"
2023-05-29 17:23:44 +02:00
2023-05-29 17:10:43 +02:00
[resources.database]
type = "mysql"