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-12-24 10:03:28 +01:00
version = "1.5.4~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-12-24 10:03:28 +01:00
url = "https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-header-1.5.4.tar.gz"
sha256 = "7a0adc0daa19ec69a0244f491222c62124b02f81f40aa91e9a94d06a2635d038"
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-12-24 10:03:28 +01:00
url = "https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-ldap-1.5.4.tar.gz"
sha256 = "f912fe921cd0d429a752709e31a37b931e95d88a47bc4007ab49377d1c1a6336"
2023-05-29 17:10:43 +02:00
[resources.sources.client]
2023-12-24 10:03:28 +01:00
url = "https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-1.5.4.war"
sha256 = "5728b563911bd64bce0a0b81c74ea8ccb2190d1785bff34030fc6885a8273d3e"
2023-05-29 17:10:43 +02:00
in_subdir = false
[resources.sources.server]
2023-12-24 10:03:28 +01:00
url = "https://downloads.apache.org/guacamole/1.5.4/source/guacamole-server-1.5.4.tar.gz"
sha256 = "4c0add552b1fc387c23a35c430155e01f2dfcf9daa0f96fbf805d0ace756729e"
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-12-24 10:03:28 +01:00
url = "https://downloads.apache.org/guacamole/1.5.4/binary/guacamole-auth-jdbc-1.5.4.tar.gz"
sha256 = "f45736b28eb6647b7eb0d2b48331e12e5a432661f61115b63d1a05a5bd20244d"
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"