feat: create default config on first run
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
c740e0df0e
commit
d2f0340626
2 changed files with 21 additions and 5 deletions
7
config.toml
Normal file
7
config.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Default configuration for jamdl
|
||||
# Please edit these values to match your setup.
|
||||
|
||||
nas_host = "localhost"
|
||||
nas_user = "your_ssh_user"
|
||||
nas_path = "/path/on/nas"
|
||||
cookies_file = "/path/to/your/apple-music-cookies-file.txt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue