Hey, I just set up dokku and shokku on a brand new Ubuntu server. My first stumbling block was that I couldn't access the web interface as it doesn't have a port set. I then ran dokku ports:add shokku http:5000:5000 which made it possible to access it over the network (Maybe something that could be added to the README)
I then typed in the setup key and selected Username / Password with no TOTP as the login method.
I set up a username (not the default admin name) / password, after saving I was redirected to the login screen and typed in the username / password but nothing happened. In the network inspector I could see that the login method returned "success: true".
I tested this in Safari, Firefox and Chrome so it doesn't seem to be a browser issue.
Hey, I just set up dokku and shokku on a brand new Ubuntu server. My first stumbling block was that I couldn't access the web interface as it doesn't have a port set. I then ran
dokku ports:add shokku http:5000:5000
which made it possible to access it over the network (Maybe something that could be added to the README)I then typed in the setup key and selected Username / Password with no TOTP as the login method.
I set up a username (not the default admin name) / password, after saving I was redirected to the login screen and typed in the username / password but nothing happened. In the network inspector I could see that the login method returned "success: true".
I tested this in Safari, Firefox and Chrome so it doesn't seem to be a browser issue.
Any ideas what's going wrong there?