ElectricBrainUK / UnraidAPI

A WIP open source Node JS API for controlling UNraid
GNU General Public License v3.0
125 stars 13 forks source link

Allow server key storage option #3

Closed willnnotdan closed 4 years ago

willnnotdan commented 4 years ago

Currently the server keys are kept in the containers memory so as not to save the encoded password in a file. This means the user must enter their password each time the container is updated.

Should add an option to allow these keys to be stored.

willnnotdan commented 4 years ago

Implemented