mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
36 lines
778 B
JSON
36 lines
778 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.5.4",
|
|
|
|
"name" : "PostgreSQL Authentication",
|
|
"namespace" : "postgresql",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.postgresql.PostgreSQLAuthenticationProvider",
|
|
"org.apache.guacamole.auth.postgresql.PostgreSQLSharedAuthenticationProvider"
|
|
],
|
|
|
|
"css" : [
|
|
"styles/jdbc.css"
|
|
],
|
|
|
|
"html" : [
|
|
"html/shared-connection.html"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/ca.json",
|
|
"translations/de.json",
|
|
"translations/en.json",
|
|
"translations/es.json",
|
|
"translations/fr.json",
|
|
"translations/ja.json",
|
|
"translations/ko.json",
|
|
"translations/pt.json",
|
|
"translations/ru.json",
|
|
"translations/zh.json"
|
|
]
|
|
|
|
}
|
|
|