nurdism / neko

A self hosted virtual browser (rabb.it clone) that runs in docker.
Apache License 2.0
2.03k stars 185 forks source link

Other Users #45

Closed TheOnlyBread closed 4 years ago

TheOnlyBread commented 4 years ago

Is there any way to add any other users other than the admin ?

TiredSysOp commented 4 years ago
environment:
  DISPLAY: :99.0
  NEKO_PASSWORD: neko <-- this password is used for standard users
  NEKO_ADMIN: admin
  NEKO_BIND: :8080
nurdism commented 4 years ago

NEKO_PASSWORD and NEKO_ADMIN are just passwords, you can have any username, as long as you have the password. If you use the NEKO_ADMIN password you will be an admin when you login, if you use the NEKO_PASSWORD you will be a normal user

This needs to be added into the documentation, I can see how this could be confusing