mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
The modifications add translation file for the webapp and the following extensions: - guacamole-auth-cas - guacamole-auth-duo - guacamole-auth-jdbc - guacamole-auth-openid - guacamole-auth-quickconnect - guacamole-auth-radius - guacamole-auth-saml - guacamole-auth-totp Modify the guac-manifest file of the different translated extensions and place translations in alphabetical order
33 lines
581 B
JSON
33 lines
581 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.2.0",
|
|
|
|
"name" : "Duo TFA Authentication Backend",
|
|
"namespace" : "duo",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.duo.DuoAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/ca.json",
|
|
"translations/de.json",
|
|
"translations/en.json",
|
|
"translations/ja.json",
|
|
"translations/ru.json"
|
|
],
|
|
|
|
"js" : [
|
|
"duo.min.js"
|
|
],
|
|
|
|
"css" : [
|
|
"duo.min.css"
|
|
],
|
|
|
|
"resources" : {
|
|
"templates/duoSignedResponseField.html" : "text/html"
|
|
}
|
|
|
|
}
|