Compare commits

..

9 Commits

Author SHA1 Message Date
47b8e5f80c Add config.json 2025-11-26 01:42:36 -05:00
1011b0639e Delete config.json 2025-11-26 01:37:38 -05:00
nose
9384169c0e Merge branch 'main' of https://code.glowers.club/goyimnose/Medios-Macina 2025-11-25 22:36:47 -08:00
nose
4df4fb3bd9 kk 2025-11-25 22:34:41 -08:00
090cb8484e Update README.md 2025-11-25 23:33:12 -05:00
e6dfcdafea Update README.md 2025-11-25 23:27:45 -05:00
264f8ee0f8 Update README.md 2025-11-25 23:27:14 -05:00
00a1371793 Update README.md 2025-11-25 23:24:20 -05:00
a25f5fff42 Add config.json 2025-11-25 23:15:58 -05:00

32
config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"debug": false,
"provider": {
"openlibrary": {
"email": "openlibrary.org-email",
"password": "openlibrary.org-pass"
},
"soulseek": {
"password": "putinsomethingrandom3",
"username": "dfsdfsdf"
}
},
"storage": {
"debrid": {
"All-debrid": null
},
"hydrus": {
"home": {
"key": "access-api-key-goes-here",
"url": "http://192.168.#.###:45869"
},
"work": {
"key": null,
"url": null
}
},
"local": {
"path": "C:\\put\\path\\for\\files"
}
},
"temp": "C:\\do\\not\\use\\system\\temp"
}