mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-09 12:45:33 -05:00
Wrong ip address #4150
Reference in New Issue
Block a user
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 @ymestechwey on GitHub (Nov 29, 2019).
Hello,
I have changed my Hassio to a static ip adress, I can't reach my bitwarden anymore.
I see in the logfile 0.0.0.0, is there anyway i can change this manually?
[2019-11-29 15:01:07][launch][INFO] Configured for production.
[2019-11-29 15:01:07][launch_][INFO] address: 0.0.0.0
[2019-11-29 15:01:07][launch_][INFO] port: 7277
[2019-11-29 15:01:07][launch_][INFO] log: critical
[2019-11-29 15:01:07][launch_][INFO] workers: 2
[2019-11-29 15:01:07][launch_][INFO] secret key: private-cookies disabled
[2019-11-29 15:01:07][launch_][INFO] limits: forms = 32KiB, json* = 10MiB
[2019-11-29 15:01:07][launch_][INFO] keep-alive: 5s
[2019-11-29 15:01:07][launch_][INFO] tls: enabled
[2019-11-29 15:01:07][rocket::fairing::fairings][INFO] Fairings:
[2019-11-29 15:01:07][_][INFO] 2 response: Application Headers, CORS
[2019-11-29 15:01:07][launch][INFO] Rocket has launched from https://0.0.0.0:7277
@mprasil commented on GitHub (Nov 29, 2019):
That 0.0.0.0 in the logs just means that it's listening on all IPs/interfaces. So I don't think you actually want to change that.
@dani-garcia commented on GitHub (May 13, 2020):
Closed due to inactivity.