oae / kaizoku

Self-hosted manga downloader
https://kaizoku.app
MIT License
578 stars 34 forks source link

Save config #57

Closed hvmzx closed 1 year ago

hvmzx commented 1 year ago

Feature Description

Settings/User preferences are not exportable

Solution you would like

Having a config file in the kaizoku config folder would be nice, a file like a json or something where the settings are saved in case we re deploy later and want to save our settings.

A backup system can also work instead of a config file, and of course we can also add to the config/backup a list of the mangas monitored maybe ?

Alternatives you have considered

No response

Additional context

No response

oae commented 1 year ago

All settings and manga information are saved in the PostgreSQL database. You export/import from the DB.

hvmzx commented 1 year ago

Alright I will save that then