Simple password manage with sharing features by group and user, but no administration interface.
Deploy this app to Linode with a free $100 credit!
This is a meta repo for general issue tracking, wiki, and deployment information.
Passit on DO App Platform consists of a web, migration job, and postgres database. Start by clicking the following button. Note this link acts as a referral and helps fund Passit.
Leave environment variables blank and click next. Pick the basic or pro plan. One 512 MB RAM | 1 vCPU is fine to start with. Click Launch. Now copy app-platform.yaml to your local computer. Edit the following
The environment variables you will need to set can be found in the "Required settings" section of our install docs.
This can be anything. We default to "passit" and "nyc".
You'll need to install doctl and log in.
Run doctl apps list
to get your app's id.
Now apply your app-platform.yaml spec with doctl apps update 11111111-1111-1111-1111-111111111 --spec app-platform.yaml
(enter your actual id)
After deployment, you should be able to visit the app URL and start using Passit!
If you intend to use Passit in production, consider upgrading your Postgres database to a production instance. In the web interface, go to Manage Components, passit-db, Upgrade to a managed database.
If you haven't already, you'll need to set up email via environment variables.
By default, the docker image tag is "latest". Click Deploy to upgrade to the latest Passit docker image.
Please login to review this project.
No reviews for this project yet.
Comments (0)
Please login to join the discussion on this project.