mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
30 lines
548 B
JSON
30 lines
548 B
JSON
{
|
|
|
|
"guacamoleVersion" : "1.6.0",
|
|
|
|
"name" : "Restriction Authentication Backend",
|
|
"namespace" : "restrict",
|
|
|
|
"authProviders" : [
|
|
"org.apache.guacamole.auth.restrict.RestrictionAuthenticationProvider"
|
|
],
|
|
|
|
"translations" : [
|
|
"translations/en.json"
|
|
],
|
|
|
|
"js" : [
|
|
"restrict.min.js"
|
|
],
|
|
|
|
"css" : [
|
|
"restrict.min.css"
|
|
],
|
|
|
|
"resources" : {
|
|
"templates/hostRestrictionField.html" : "text/html",
|
|
"templates/timeRestrictionField.html" : "text/html"
|
|
}
|
|
|
|
}
|