ci: auto-regenerate files

This commit is contained in:
lowlighter
2022-04-23 21:11:28 -04:00
parent fa66157a24
commit 1b4b2b1a9c
15 changed files with 311 additions and 161 deletions

11
settings.example.json generated
View File

@@ -109,6 +109,9 @@
"starlists":{
"enabled": false, "//": "Enable starlists plugin"
},
"calendar":{
"enabled": false, "//": "Enable calendar plugin"
},
"skyline":{
"enabled": false, "//": "Enable skyline plugin"
},
@@ -116,10 +119,6 @@
"token": null, "//":"PageSpeed token\n\nAlthough not mandatory, it strongly advised to create one to avoid triggering the rate limiter. See [PageSpeed documentation](https://developers.google.com/speed/docs/insights/v5/get-started) for more informations.\n",
"enabled": false, "//": "Enable pagespeed plugin"
},
"music":{
"token": null, "//":"Music provider token\n\nBelow is the expected token format for each provider:\n- `apple`: *(not supported)*\n- `spotify`: \"client_id, client_secret, refresh_token\"\n- `lastfm`: \"api_key\"\n- `youtube`: \"cookie\"\n",
"enabled": false, "//": "Enable music plugin"
},
"stackoverflow":{
"enabled": false, "//": "Enable stackoverflow plugin"
},
@@ -133,6 +132,10 @@
"posts":{
"enabled": false, "//": "Enable posts plugin"
},
"music":{
"token": null, "//":"Music provider token\n\nBelow is the expected token format for each provider:\n- `apple`: *(not supported)*\n- `spotify`: \"client_id, client_secret, refresh_token\"\n- `lastfm`: \"api_key\"\n- `youtube`: \"cookie\"\n",
"enabled": false, "//": "Enable music plugin"
},
"rss":{
"enabled": false, "//": "Enable rss plugin"
},