Base system: Ubuntu 22.04.1
Hello,
where can in find the login data for Traefik?
username: ?
password: ?
Thank you
jannis
Base system: Ubuntu 22.04.1
Hello,
where can in find the login data for Traefik?
username: ?
password: ?
Thank you
jannis
In your command history may be.
section Install Traefik from here frappe_docker/docs/single-server-example.md at main · frappe/frappe_docker · GitHub has commands that generates the password.
echo 'HASHED_PASSWORD='$(openssl passwd -apr1 changeit | sed 's/\$/\\\$/g') >> ~/gitops/traefik.env
It is copied from here for more info: Traefik Proxy with HTTPS - Docker Swarm Rocks
unsername: admin@example.com
password: apr1$K.4gp7RT$tj9R2jHh0D4Gb5o5fIAzm
This template should work?
you cannot get back the password from that string. Create hashed password again and remember it.
I want to see this.
unsername: ?
password: ?
How can i get the username and password?
I’m remember my password, for the hash code.
Which username should i use?
jannis
or
it is admin
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.