-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Color Themes #58
Comments
I've come across quite a few deployments of FlashPaper on the internet with logos added in, so this is definitely a feature others want as well. I will take a look into getting this implemented. Thanks! As for adding in new templates: You need to map a volume to volumes:
- './data:/var/www/html/data'
- './templates:/var/www/templates' |
Thanks for the consideration, the way I guess I envision it within docker would be one of two ways. 1, inside the /data volume you could have an "images" folder with a "logo.png" and a "favicon.ico" that users could override with their own files. |
Seconded. I would also like to use this for my personal business and the ability to add logos/color themes would be super cool. Also, how about sub-headers for message view_secret and confirm_view_secret? |
Any update to this request? A dark theme and an option to add a logo would be amazing! |
Hey @trulow thanks for reaching out! There hasn't been any movement on implementing this yet. This is something I'd like to see added some day, but it's not a priority right now and more of a nice-to-have feature. If you'd like to take a shot at adding, we'd be happy to review a PR. Otherwise, please just keep an eye on this issue. |
Hi, that would be very awesome to have colors and logos ! I've seen that a PR was created for this feature (thanks @barry-smithjr) (at least dark mode even if no custom colors) Thanks for this awesome project anyway ! |
Hey @krumka. A lot has been happening in my personal life over the past two weeks, so I haven't been able to give the PR a good review yet. I plan on reviewing it this weekend. Keep an eye out for more updates! |
Any updates on this? |
Hey @dotziph. We're still discussing this internally. An update will be posted to this request as soon as we have new info to share. Thanks! |
Quick update: Working on adding a custom colors section and support for Bootswatch themes. |
Another update: @barry-smithjr and I are working to review the PR he submitted. I hope to have this approved and merged as soon as possible |
@barry-smithjr and I spent multiple hours working on this PR tonight. We've run into quite a few issues, but we're working on it. Stay tuned! |
I'd love a way to set a docker container variable to change the color of certain elements, or possibly even to add a logo somewhere on the page. I'd love to use this for work to request password data from clients.
Right now we are using a branded version of onetimesecret with our primary color, a favicon, and our logo, but it doesn't play very nice on a mobile phone.
If I could replicate our use case for that and set this up instead, I think that would be easier/better for us, but we'd want it branded and to have our logo in it.
Or perhaps we could just embed this via an iFrame on on our website instead?
PS - How can we edit the templates via Docker install?
The text was updated successfully, but these errors were encountered: