Repo maintenance & add nowplaying

This commit is contained in:
=
2024-06-26 16:48:05 -07:00
parent 3b61566024
commit 9a7a5b69ee
6 changed files with 109 additions and 34 deletions

View File

@@ -8,12 +8,6 @@
"host": "hazeldale:5984",
"authorization": ""
},
"cider": {
"targetHosts": ["localhost:10769"],
"authKeysDoc": "cider"
},
"mailjet": {
"apiKey": "",
@@ -23,14 +17,25 @@
"authKeysDoc": "mailjet"
},
"etyd": {
"randomHexLength": 6,
"authKeyInDb": "apiAuthKeys.etyd"
},
"blog": {
"postsDirectory": "C:/Users/natha/Downloads/proto/posts",
"postsDirUrl": "/posts"
},
"nowplaying": {
"lastfm": {
"apiKey": "",
"target": "enstrayed"
},
"jellyfin": {
"apiKey": "",
"host": "",
"target": ""
},
"cider": {
"apiKeys": [],
"hosts": []
}
}
}