-
-
Notifications
You must be signed in to change notification settings - Fork 181
Description
I recently noticed there's an import/export option for settings and subscriptions. Side note, the Copy and Import buttons aren't scaled properly, see image below.
I think it would be helpful if there was a way to copy the settings and subscriptions in .env format directly in the browser. Because there is no persistence (see #110) I have to manually edit the .env file (using nano, which I dislike) when I want to make persistent changes (I use many different browsers, different profiles, and remove cookies after browser restarts). Bookmarks aren't as convenient, as I explained in the referenced issue.
Example workflow when making persistent changes currently, using docker. I have to recreate the container every time I make changes:
- open terminal
- cd into .env directory (mine is in ~/home/redlib/)
nano .env- make changes as necessary
- Ctrl+X, y, enter
docker stop redlibdocker rm <redlib container id>docker compose up -d --force-recreate- refresh redlib in browser
Being able to change settings or subscriptions in the browser, and export an .env, makes this easier. Typing it in the terminal is a pain, and using bookmarks is even more of a pain. Feel free to argue why I'm wrong about these things but at the end of the day having to make changes to redlib is not very convenient at the moment, I'm unaware of any easier way. Thankfully I don't update my subscriptions very often, but...this is also why.
Image below is of the weird scaling for copy/import buttons. Also there are no ascii characters to copy.