Replies: 2 comments 10 replies
-
|
Hi @Zaisuru, If you access the logo directly, what happens? For example: https://your-pwpusher-url.com/logos/regno.png |
Beta Was this translation helpful? Give feedback.
10 replies
-
|
It's even possible to embed the new logo as a image/png (Data URI). Answer over at Stack Overflow, e.g.: Then you store that string as the value for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I use pwpush with docker and i have configure the application with my settings.yml
i setting.yml i changed that

After that i need run the docker with this command
docker run -d --mount type=bind,source=/root/PasswordPusher/config/settings.yml,target=/opt/PasswordPusher/config/settings.yml -v /var/lib/pwpush/logos:/opt/PasswordPusher/public/logos -p "5100:5100" pglombardo/pwpush:latest
But i have no change ....
Possible for help please ?
Beta Was this translation helpful? Give feedback.
All reactions