docs: Update bewcloud-nixos link and description #138
Merged
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It’s now actually Docker-level easy to use (no more manual installation) and also hosted on Codeberg.
Solution before was not a lot better than completely manual (even if there were still a bunch of things going on behind the scenes), this is now actually user-friendly even if it commits the crime of having Deno download all bewCloud dependencies on startup as Deno is a truely cursed thing to work with if your setup involves read-only filesystems (which Nix uses for reproducibility). – You’re only not affected by this in Docker because it mounts you a throw-away read-write filesystem that Deno can mess around in for no good reason, but yeah, not something users have to worry about now.