homebase icon indicating copy to clipboard operation
homebase copied to clipboard

Read configuration file from dat archive

Open brechtcs opened this issue 6 years ago • 2 comments

I'm thinking it could be useful to read the configuration file from a dat archive, rather than just the local file system. If this were possible, I could build a Beaker app to graphically manage my homebase settings. Then you could start Homebase like so, and it would watch any changes in configuration just like it currently does with the local config file:

homebase --config="dat://1234...789/homebase.yml"

When starting Homebase like this, the web API would have to be disabled, because the server probably doesn't have write access to the archive in question (at least until multiwriter lands).

Would you be interested in a PR that implements this feature?

brechtcs avatar Jun 02 '19 15:06 brechtcs

Yeah I love the idea, go for it

pfrazee avatar Jun 03 '19 10:06 pfrazee

I will probably be moving to a hyperdrive-daemon + Nginx setup in the near feature, so I probably won't be looking into this anymore. Feel free to close if you think this is not a priority anymore.

brechtcs avatar May 06 '20 20:05 brechtcs