mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #3077] default rocket address doesn't match .env.template comment #1465
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#1465
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 @dionysius on GitHub (Dec 31, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3077
Subject of the issue
I assumed the comments in .env.template mean default values (where clearly interpretable as such). But at least for
ROCKET_ADDRESSthis seems to be incorrect. The file states:The actual listen address:
After setting the option explicitly it listens as expected. Either
.env.templateis wrong or the rocket default listen is wrong.Deployment environment
Install method: built from source
Clients used: none
Reverse proxy and version: none
Steps to reproduce
ROCKET_ADDRESSExpected behaviour
Listening on
0.0.0.0Actual behaviour
Listening on
127.0.0.1@stefan0xC commented on GitHub (Dec 31, 2022):
Not sure if this is the case for everything but the file clearly states in the beginning that you have to
github.com/dani-garcia/vaultwarden@10dadfca06/.env.template (L3)That means the values in the file are generally not the default values.