Allow adding new sites - Multiuser Plugin#42
Closed
mx5kevin wants to merge 2 commits into
Closed
Conversation
Allow adding new sites by default
MULTIUSER_README: Allow adding new sites by default
5 tasks
|
Closing again — the documentation gap you identified is being addressed in #46, which adds a corrected `plugins/disabled-Multiuser/README.md` with the proper CLI flag semantics, admin/proxy-user explanation, and a cross-reference to `NoNewSites`. You're credited in both the commit and PR description. The code changes from this PR (`details=True`, comment edit) aren't being carried over — those are the parts that were net-negative (info disclosure on `--debug` gateways, misleading comment). If you'd like to discuss anything in #46 or propose further doc improvements, that's a great place to engage. Thanks again @mx5kevin. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Allow adding new sites by default if the NoNewSites plugin is not enabled.
This restores an original ZeroNet feature that allowed browsing the network from the clearnet and helped with seeding newly created sites.
Additionally, this could be extended with a 24-hour retention option, where user-added content is stored for 24 hours and then automatically deleted, similar to temporary content pinning approaches used in systems like IPFS. In this model, each user can only see the content they have added themselves, and content added by other users is not publicly visible on the dashboard, meaning it is not exposed to other users or shown in the global/server-wide view.