-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bootstrap FreshRSS entirely via environment variables #3349
Copy link
Copy link
Closed
Milestone
Description
Copying most of: #3340 (comment)
Since most of the data is in a DB, is there any way to pass in the following values via environment files:
Language
DB:
Host
Username
Password
DB
Table Prefix
Default User:
Name
Auth
Password
These are all asked during the initial setup. I am currently running a centralized database and would love to be able to pass these values in and not have to worry about which host my FreshRSS install lives on since its mostly running in docker with an orchestrator.
I am able to enter these manually and everything works fine, but that is an annoyance when nomad schedules the docker container on a different host.
Let me know if this is possible, and thanks for the awesome work!
Reactions are currently unavailable