imagegenius / docker-semaphore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User not created

motionthings opened this issue · comments

I'm trying to run semaphore through the unraid 'Community Applications' plugin.

I'm using the built in bolt db

image

image

Is the docker run command adding ' that should not be there?

commented

You need to tell it where the config is:

semaphore user list --config /config/config.json

It's adding the user but I can not log in.

image

image

I restarted the container

commented

strange, works for me

root@ee0a7c767b36:/# semaphore user add --name test --login test --email test@test.com --password test --config /config/config.json 
User test <test@test.com> added!
root@ee0a7c767b36:/# semaphore user get --login test --config /config/config.json 
ID: 2
Created: 2023-04-17 08:23:31 +0000 UTC
Login: test
Name: test
Email: test@test.com
Admin: false
root@ee0a7c767b36:/#

Screenshot 2023-04-17 at 8 24 41 am

I deleted the container and set it up again. It works now.
Only thing I did different was not using ! as the first character in my password.

Thank you for helping :)