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

Merge pull request #39 from YunoHost-Apps/testing

Update guacamole.properties
This commit is contained in:
Éric Gaspar 2023-06-05 16:28:25 +02:00 committed by GitHub
commit f3f627d91c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH Clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH
**Shipped version:** 1.5.2~ynh1 **Shipped version:** 1.5.2~ynh2
## Screenshots ## Screenshots

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Service de bureau à distance sans client. Fonctionne avec des protocoles standard comme VNC, RDP, et SSH Service de bureau à distance sans client. Fonctionne avec des protocoles standard comme VNC, RDP, et SSH
**Version incluse :** 1.5.2~ynh1 **Version incluse :** 1.5.2~ynh2
## Captures décran ## Captures décran

View file

@ -9,4 +9,5 @@ mysql-port: 3306
mysql-database: __DB_NAME__ mysql-database: __DB_NAME__
mysql-username: __DB_USER__ mysql-username: __DB_USER__
mysql-password: __DB_PWD__ mysql-password: __DB_PWD__
mysql-auto-create-accounts: true mysql-auto-create-accounts: true
mysql-ssl-mode: disabled

View file

@ -6,7 +6,7 @@
"en": "Clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH", "en": "Clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH",
"fr": "Service de bureau à distance sans client. Fonctionne avec des protocoles standard comme VNC, RDP, et SSH" "fr": "Service de bureau à distance sans client. Fonctionne avec des protocoles standard comme VNC, RDP, et SSH"
}, },
"version": "1.5.2~ynh1", "version": "1.5.2~ynh2",
"url": "https://guacamole.apache.org/", "url": "https://guacamole.apache.org/",
"upstream": { "upstream": {
"license": "Apache-2.0", "license": "Apache-2.0",