Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make seamless updates possible #25

Open
jeff-zucker opened this issue Nov 15, 2024 · 3 comments
Open

Make seamless updates possible #25

jeff-zucker opened this issue Nov 15, 2024 · 3 comments

Comments

@jeff-zucker
Copy link
Member

I currently have Data-Kitchen (the stand-alone SolidOS running simultaneously on local and remote file systems) running on NSS. I previously had it on CSS but switched because there was no way I could count on updates. It uses a very specific config script which needs to run on installation but the config for CSS changes its @context settings with each version so I have no option but to manually install CSS and distribute that to users of Data-Kitchen. I would love to go back to CSS/Pivot but I hope the updating path becomes easier.

@jeff-zucker
Copy link
Member Author

Ideally, I'd like to simply include pivot as a dependency in Data-Kitchen's package.json and then have the start script fire up electron, then pivot using a config file in Data-Kitchen's install folder.

@timbl
Copy link

timbl commented Nov 18, 2024

Yes, please make the configuration language a stable slowly changing thing, so in most cases the same config file can be used by many different versions. Even maybe share it with other servers like NSS

@michielbdejong
Copy link
Collaborator

Makes sense!
It depends on how much you want to configure. The config needed for solidcommunity.net is part of Pivot so then the only things you need to configure are:

  • data folder
  • httpsKey / httpsCert
  • port
  • public-facing domain name

Pro: You can pass these 4 things directly on the command line and don't need to worry about config files, dependency versions, or contexts.
Con: This means you get subdomains, https, and mashlib, which may not be what you want on localhost.

If you tell me what your CSS config for Data-Kitchen was then we can include it in Pivot and version it here for you, would that work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants