Peter Giacomo Lombardo

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by Peter Giacomo Lombardo

  1. The times are always shown in UTC currently. There is a feature request filed to display timestamps in local timezone. When that feature is delivered in a future version, it'll show up automatically for users. User preferences are being worked on now (to save default expiration settings and more) - there will be an option to set preferred timezone. I hope this helps! Best, Peter Giacomo Lombardo
  2. Hello Unraid community - just a quick update that Password Pusher now bundles 26 themes in the application: See the gallery of themes here. To select a theme with the latest version, just set the following environment variables: PWP__THEME=<theme-name> PWP_PRECOMPILE=true This is in addition to branding to change logo and site name. The application now also supports File and URL pushes. Push files and URLs that expire same as password pushes do. Audit logs included. Any trouble or issues - let me know! Best/Peter Giacomo Lombardo
  3. Hi All - some recent updates: * Documentation on how to enable logins with environment variables * You can force the base URL of generated links to be whatever you want (e.g. for when behind a proxy) * You can set the default language of the application to something other than English with PWP__DEFAULT_LOCALE env var * The front page can now be locked down to require a login via PWP__ALLOW_ANONYMOUS env var * There are Docker compose files to run database backed versions easily * A bunch of other small fixes/improvements, dependency updates and new language translations (14 languages now) If you have any issues, feel free to ask here or post an issue in the Github repo: https://github.com/pglombardo/PasswordPusher/issues/new
  4. Yes - once expired the passwords are always deleted entirely from the database. With logins, an audit trail persists (but never the original password) for your pushes:
  5. @CorneliousJD is right re: the ephemeral version - logins don't make much sense there although it will still likely work. I haven't documented how to enable logins yet but it is possible by setting a list of environment variables. You can see a summary here: https://github.com/pglombardo/PasswordPusher/discussions/276
  6. Could you post a screenshot & explanation of what is broken before you turn off the proxy feature in cloudflare DNS?
  7. You can pass an environment variable to the container: https://github.com/pglombardo/PasswordPusher/blob/master/Configuration.md#ssl
  8. That would be a very big help. Send me an email at pglombardo AT pwpush.com and I'll add you to the translation.io project.
  9. I've seen that re-theme 🙂 The code base has moved on quite a bit since that fork. But it's understood what you'd like to do and I take that into account when I figure out a customization strategy for the application. > It’s also vital for me to change the language text to Dutch for example! Internationalization is in progress now. The initial languages will likely be Italian, English & Spanish but let's see if I can get a Dutch translation in too. > Thank you so much for taking the time to respond to me! It's my pleasure. The feedback helps a lot.
  10. Besides digging into the code, there is no way to customize the CSS or anything like that (yet). The possible customizations today are listed here: https://github.com/pglombardo/PasswordPusher/blob/master/Configuration.md I'm expanding on this soon. What specifically would you want to customize? Do you want to write CSS or just rename the application and get some new colors? /PGL
  11. We don't have anything official/prepared. There have been discussions around this in the Github issues. Some specific info posted by the community: Kubernetes setup Nginx as a SSL termination point If you do put something together, a Github pull request with documentation would be greatly appreciated.
  12. Apologies for the issue. I'm going to change the documentation away from recommending the `latest` tag. (And maybe introduce a `stable` tag... ) Try switching to the version tagged images (e.g. 1.9.1) - they are more tested/reliable/stable. `latest` builds nightly off of the latest code. docker run -d -p "5100:5100" pglombardo/pwpush-ephemeral:1.9.1 In any case, `latest` should be fixed on the next nightly build tonight.
  13. I appreciate the feedback. It's really helpful. Understood on the customizations feature. After logins & audit trails go out next week, I believe next up would be teams and team policies where you can set enforceable defaults for everyone. To make "1-click password retrieval" default enabled right now can be done with an environment variable - but it would be deselectable/users can unclick it. With the eventual policies, it would be enabled (and the checkbox disabled) if enforced by the team policy.
  14. Hi all. I'm the author of Password Pusher. It was a nice find to see pwpush on Unraid. A couple comments: 5100 is the port going forward now. Apologies for the unintended change. We now have tests/validations to test this going forward. CSS Customization has been requested a good number of times. I plan to add some options make this easier. To add custom branding such as changing the logo, tag line and text. On the list but not done yet. The app has recently had a facelift and coming in the next couple weeks will be logins with full audit logs for each password your push. If you all have any other problems/ issues, please feel free to contact me. I'll be following this thread. Best, Peter Giacomo Lombardo