[GH-ISSUE #954] Install on Heroku #678

Closed
opened 2026-03-03 02:02:05 +03:00 by kerem · 5 comments
Owner

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?

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?
kerem 2026-03-03 02:02:05 +03:00
Author
Owner

@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.

<!-- gh-comment-id:610953027 --> @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.
Author
Owner

@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)

<!-- gh-comment-id:611463131 --> @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)
Author
Owner

@fxzxmic commented on GitHub (Oct 18, 2020):

image
I don't know what went wrong.

<!-- gh-comment-id:711274927 --> @fxzxmic commented on GitHub (Oct 18, 2020): ![image](https://user-images.githubusercontent.com/54622331/96373841-a163a100-11a1-11eb-9b7d-97d6ed21f77b.png) I don't know what went wrong.
Author
Owner

@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.

<!-- gh-comment-id:731936633 --> @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.
Author
Owner

@std2main commented on GitHub (Mar 8, 2021):

image
I don't know what went wrong.

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

<!-- gh-comment-id:792402737 --> @std2main commented on GitHub (Mar 8, 2021): > ![image](https://user-images.githubusercontent.com/54622331/96373841-a163a100-11a1-11eb-9b7d-97d6ed21f77b.png) > I don't know what went wrong. 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#678
No description provided.