bdashore3 / Tsuchi

Push notifications for manga updates from various sources
Apache License 2.0
11 stars 0 forks source link

Add database configuration #11

Closed bdashore3 closed 3 years ago

bdashore3 commented 3 years ago

A database is far more performant than using many JSON files since file reads won't have to be done all the time.

Key encryption will be accomplished later and a method will be made to encrypt all current keys in the database.

References #6

bdashore3 commented 3 years ago

UserJson creation is broken, further commits required for systemd and userjson fixes.

bdashore3 commented 3 years ago

Tested with single-user and database configurations.

Resolves #6