Obsidian icon indicating copy to clipboard operation
Obsidian copied to clipboard

Allow configuration through ENV variables

Open Naamloos opened this issue 1 year ago • 5 comments

This would make it easier to configure Obsidian when hosting it through docker, since no files will have to be modified manually.

Naamloos avatar Nov 23 '23 17:11 Naamloos

To add to this, We should make use of IConfigurationManager stuff and move away from how we currently do configuration ^ ^

Tides avatar Nov 24 '23 18:11 Tides

What configuration is planned? Ports only? Or all settings?

Craftplacer avatar Nov 25 '23 01:11 Craftplacer

(oops, thanks shithub)

Craftplacer avatar Nov 25 '23 01:11 Craftplacer

if doable: all

Naamloos avatar Nov 27 '23 23:11 Naamloos

To add to this, We should make use of IConfigurationManager stuff and move away from how we currently do configuration ^ ^

Probably a good idea, IConfigurationManager can fetch config values from multiple sources, be it env variables, a config file, etc etc

Naamloos avatar Jan 23 '24 18:01 Naamloos