[GH-ISSUE #1485] A possibility to use local ip instead domain #976

Closed
opened 2026-03-03 02:05:14 +03:00 by kerem · 1 comment
Owner

Originally created by @Darkyere on GitHub (Mar 14, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1485

I have a Raspberry PI 4 on which i wont to have my BitWardenrs server.

And i just want to WireGuard into my network and get access to my BitWardenrs server though its IP address.

Following the guide on
Using Docker-Compose
I go to the bottom of the page and choose
DNS-alias-mode

But i cant seem to figure out how to do this with certificates and just a local IP on my LAN.

This is my config

# docker-compose.yml
version: '3'

services:
 bitwarden:
  image: bitwardenrs/server:latest
  restart: always
  volumes:
      - ./bw-data:/data
      - ./ssl:/ssl
  ports:
    - 443:80
  environment:
   ROCKET_TLS: '{certs = "/ssl/fullchain.pem", key = "/ssl/key.pem"}'
   LOG_FILE: '/data/bitwarden.log'
   SIGNUPS_ALLOWED: 'true'

Any help would be appreciated

Originally created by @Darkyere on GitHub (Mar 14, 2021). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1485 I have a Raspberry PI 4 on which i wont to have my BitWardenrs server. And i just want to WireGuard into my network and get access to my BitWardenrs server though its IP address. Following the guide on [Using Docker-Compose](https://github.com/dani-garcia/bitwarden_rs/wiki/Using-Docker-Compose) I go to the bottom of the page and choose [DNS-alias-mode](https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode) But i cant seem to figure out how to do this with certificates and just a local IP on my LAN. This is my config ``` # docker-compose.yml version: '3' services: bitwarden: image: bitwardenrs/server:latest restart: always volumes: - ./bw-data:/data - ./ssl:/ssl ports: - 443:80 environment: ROCKET_TLS: '{certs = "/ssl/fullchain.pem", key = "/ssl/key.pem"}' LOG_FILE: '/data/bitwarden.log' SIGNUPS_ALLOWED: 'true' ``` ---- Any help would be appreciated
kerem closed this issue 2026-03-03 02:05:14 +03:00
Author
Owner
<!-- gh-comment-id:798905418 --> @fe-data commented on GitHub (Mar 14, 2021): https://github.com/dani-garcia/bitwarden_rs/wiki/Running-a-private-bitwarden_rs-instance-with-Let%27s-Encrypt-certs
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#976
No description provided.