wahyd4 / aria2-ariang-docker

The Docker image for Aria2 + AriaNg + File Browser + Rclone
Apache License 2.0
1.05k stars 236 forks source link

Filebrowser DB Reset #193

Closed capriciousduck closed 2 years ago

capriciousduck commented 2 years ago

When heroku dyno restarts the filebrowser wipes login credentials.

wahyd4 commented 2 years ago

Hi @capriciousduck this is the reality of using Heroku, due to it doesn't support mount files, so you can't persist any configuration changes you made to FileBrowser.

capriciousduck commented 2 years ago

Does that apply to rclone as well?

wahyd4 commented 2 years ago

You can manually use rclone to copy/sync files to third-party cloud storage providers. But by default, nothing gonna stay after a restart on Heroku.

capriciousduck commented 2 years ago

Is it possible to set filebrowser password to something else right before deployment?

Moreover, does filebrowser support resumable downloads?

wahyd4 commented 2 years ago

Is it possible to set filebrowser password to something else right before deployment?

Not now.

Moreover, does filebrowser support resumable downloads?

You can go to the GitHub repo page of filebrowser to ask for help on this question.