NS8 Password Pusher

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.

help in testing installation, backup and restore

add-module ghcr.io/geniusdynamics/passwordpusher:dev 1
1 Like

Done, but version 1.60.2 is still displayed in my browser. It doesn’t disappear even after clearing the browser cache.

1 Like

Now it’s clear, why…

The command above installs a new version and dont update the existing version.

@transocean i was about to text in, what command you are suppose to use to update:

api-cli run update-module --data '{"module_url":"ghcr.io/geniusdynamics/passwordpusher:latest","instances":["passwordpusher1"],"force":true}'

But discovered it was you, and i guess you know what to do, but since we are already here, there you go

1 Like

Sorry, my mistake. I’m not fully awake yet.

OK…, update was done and everything looks good. Backup and restore works.

3 Likes

Is there a way to remove users who are no longer needed? In the management console, where I am logged in as an administrator, I can view the users individually, but I cannot delete them.

Edit:

When I log in as a user, I can delete my account myself. So far, so good… But as a logged-in administrator, it should also be possible to delete users.

Just curious, does it use any directory service or a seperate user database?

it uses postgresql

Features | Password Pusher

There is an update to version 1.66.2, fresh from today.

1 Like

Will check it

2 Likes

for password pusher, i think if you reconfigure, it will pull the latest version, as the version number is 1.66
and not 1.66.*

1 Like

New images are pulled only when the version tag changes else the local image is used AFAIK.
We should use full version tags like 1.66.2 to make updates possible.

1 Like