hh
This commit is contained in:
27
readme.md
27
readme.md
@@ -4,6 +4,33 @@
|
||||
- Image
|
||||
- Text
|
||||
|
||||
### Configuration
|
||||
|
||||
The default config format is `config.conf`.
|
||||
|
||||
- Required: `temp` (where temporary/intermediate files are written)
|
||||
- Optional: any number of stores and provider credentials
|
||||
- Modular: you can add extra `.conf` fragments in `config.d\*.conf` (they will be merged)
|
||||
|
||||
Example `config.conf`:
|
||||
|
||||
```ini
|
||||
temp="C:\\Users\\Admin\\Downloads"
|
||||
|
||||
[store=folder]
|
||||
name="default"
|
||||
path="C:\\Media Machina"
|
||||
|
||||
[store=hydrusnetwork]
|
||||
name="home"
|
||||
Hydrus-Client-API-Access-Key="..."
|
||||
url="http://localhost:45869"
|
||||
|
||||
[provider=OpenLibrary]
|
||||
email="user@example.com"
|
||||
password="..."
|
||||
```
|
||||
|
||||
### File Store
|
||||
- HydrusNetwork https://github.com/hydrusnetwork/hydrus
|
||||
- Local drive (C://mylibrary/path)
|
||||
|
||||
Reference in New Issue
Block a user