pglombardo / PasswordPusher

🔐 Securely share sensitive information with automatic expiration & deletion after a set number of views or duration. Track who, what and when with full audit logs.
https://docs.pwpush.com
Apache License 2.0
1.99k stars 343 forks source link

customize template #2474

Closed radunan closed 2 weeks ago

radunan commented 2 weeks ago

Checklist

❓ Question

How can I customize just one template? For example i want to customize template which appears when user click on the link and u see the password. I want to add logo here. I tried to use volume in docker-compose.yml but it didnt work. Thanks

github-actions[bot] commented 2 weeks ago

Hello @radunan, thanks for contributing to the Password Pusher community! We will respond as soon as possible.

Yudis53732 commented 2 weeks ago

@radunan

pglombardo commented 2 weeks ago

Hi @radunan - are you using pwpush.com or self-hosting the application?

pglombardo commented 2 weeks ago

I tried to use volume in docker-compose.yml but it didnt work.

Ah ok/missed this - currently, push branding is released as a premium feature on pwpush.com.

See below for an example. This is part of the new feature pipeline for the project..

I have this lined up to be added to the open source version soon. There are a couple other items that have to be pushed out first.

premium-delivery-page

radunan commented 2 weeks ago

Ok thank you for the information. Keep going. Good work.

radunan commented 2 weeks ago

Sorry i have one more question. Im trying to set my own favicon. I again tried it through volumes and the icons are in the container. But when i set it into docker-compose.yml it doesnt change anything.

radunan commented 2 weeks ago

Nevermind i already figured out my mistake. Thank you