It would be great to be able to ship a ceramic-one configuration in a compose or env file which includes which models it should initially care about, and not have to manually set interests with the http-client or a request to /interests.
I imagine this functionality: when the daemon starts, pass any models in --initial-interests to whatever handles interests, and "upsert" those into potentially existing interests.
(Note: I do plan to PR this myself, but any pointers to where/how would be appreciated 👌 )
It would be great to be able to ship a ceramic-one configuration in a compose or env file which includes which models it should initially care about, and not have to manually set interests with the http-client or a request to
/interests.I imagine this functionality: when the daemon starts, pass any models in
--initial-intereststo whatever handles interests, and "upsert" those into potentially existing interests.(Note: I do plan to PR this myself, but any pointers to where/how would be appreciated 👌 )