forked from HelloZeroNet/ZeroNet
-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Multi User enabled by default #152
Comments
You're expecting multiuser plugin to be disabled by default, right ? |
yes, that is what I am expecting from the docker container,
maybe use a environment variable to enable/disable the multiuser plugin
—Merith
…On Sun, Mar 6, 2022 at 8:39 PM canewsin ***@***.***> wrote:
@Merith-TK <https://github.com/Merith-TK>
Expected Results:
Multiuser to not be disabled
You're expecting multiuser plugin to be disabled by default, right ?
—
Reply to this email directly, view it on GitHub
<#152 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPQOXWKJTEK7JSHMM7U67DU6WCB3ANCNFSM5PASW4WQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I had the same problem. I then disabled the plugin using |
i used docker compose so i just deleted the plugin files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Step 1: Please describe your environment
docker:
canwsin/zeronet
as of 2-21-2022Step 2: Describe the problem:
By default, the container run with multiuser plugin enabled,
this is my config for docker-compose
this is start.sh
I use a docker container with zeronet along with caddy, pi-hole dns, and an self signed SSL certificate to access zeronet from zeronet.link instead of the usual 127.0.0.1, just looks nicer also allows me to actually share the links
Steps to reproduce:
Use docker container
Observed Results:
Multiuser is enabled by default
Expected Results:
Multiuser to not be disabled
The text was updated successfully, but these errors were encountered: