nixos/hosts/vm/mediakiwi/WSONoteKfetAuth/extension.json

26 lines
681 B
JSON

{
"name": "WSONoteKfetAuth",
"author": [
"Pyjacpp"
],
"url": "https://gitlab.crans.org/nounous/nixos/-/tree/main/hosts/vm/mediakiwi/WSONoteKfetAuth",
"description": "Implementation of the NoteKfet OAuth2 for the WSOAuth extension",
"type": "other",
"requires": {
"MediaWiki": ">= 1.35.0",
"extensions": {
"WSOAuth": ">= 9.0"
}
},
"AutoloadNamespaces": {
"WSOAuth\\AuthenticationProvider\\": "src/"
},
"config": {
"NoteKfetUrl": {
"description": "The url of the NoteKfet.",
"value": "https://note.crans.org/"
}
},
"manifest_version": 2
}