Is it possible to use environment variables in bookmarks.yaml?
#5024
Replies: 3 comments 7 replies
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
0 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
I'd like to know if it is possible to
.env_filein mydocker-compose.yaml(well, that is possible, but hear me out)MY_URL=https://some-url.com)bookmarks.yaml, like so:I've tried just doing it as outlined above, but it will just result in the URL pointing to my homepage URL and (literally) $MY_URL tacked to the end. So this is not the right way to do it. Does anyone have either a definitive "no, this isn't possible", or alternatively suggestions on how I might get it to run?
My use case is I'm running Redlib (a free Reddit frontend), which stores subreddit subscriptions as GET parameters inside the URL. I want to create an easy way to update my subscriptions by just overwriting the entire .env_file, instead of going through the whole bookmarks.yaml and selectively replacing the line in question.
homepage version
latest
Installation method
Docker
Configuration
No response
Container Logs
No response
Browser Logs
No response
Troubleshooting
All reactions