mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #954] Install on Heroku #678
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#678
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 7, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/954
Hello! Can I install it on Heroku?
@dani-garcia commented on GitHub (Apr 8, 2020):
We haven't had any users try that before, but as long as you can deploy either the docker image or build the rust code itself in the heroku machine it should work. I'm afraid I can't help you with the details, as I've never used heroku.
@mqus commented on GitHub (Apr 9, 2020):
If you want to help other users with installing it on heroku and think it will help, you are welcome to create a wiki article. If you encounter any problems, try posting on the forum. (Both are linked to in the readme file of this project)
@fxzxmic commented on GitHub (Oct 18, 2020):
I don't know what went wrong.
@davidjameshowell commented on GitHub (Nov 23, 2020):
I know this is closed, but I wanted to link to an example of Heroku deploy I had been working on.
https://github.com/davidjameshowell/bitwarden_rs_heroku
It's a really simple script and I don't begin to call my Bash scripting good by any means, but this sets up a Bitwarden_rs instance ready to use.
@std2main commented on GitHub (Mar 8, 2021):
The reason is that ROCKET_PORT is 80 by default.
It need to be adjusted to $PORT that provided by heroku.
Here is my simple work that deploy bitwarden_rs on heroku.
https://github.com/std2main/bitwardenrs_heroku