-
Hi - I've configured my docker-compose.yml as per below:-
```
# docker-compose.yml
version: '3'
services:
bitwarden:
image: bitwardenrs/server
restart: always
volumes:
- /etc…
yuljk updated
4 years ago
-
Hi,
Has anybody noticed or problems with syncing new or changed items in Bitwarden on iOS devices?
Every time I create I new item or change an item in Bitwarden they aren’t synced on refreshing…
BobWs updated
4 years ago
-
I've tried this in both the CLI and GUI versions of the application. I'm receiving a duplicate response as the one in issue #21. I didn't want to necro that issue, so here we are. My redacted configu…
-
Hi there
I originally created a template for the bitwarden_rs docker container for use with unRAID. Now that there is an official docker image and unRAID template I have depreciated my template.
…
ghost updated
4 years ago
-
While playing with OTP, I noticed that when I typed the wrong OTP, the event was logged, but not the IP.
Could you print the IP in the log, so this could be used by fail2ban?
Could you adapt the …
iBLtz updated
4 years ago
-
https://telegra.ph/VPS能做什么总结几个我正在用的服务的配置过程--Zcps-Zone-08-06
-
10.2.30-MariaDB
```
sqlite3 db.sqlite3 .dump > sqlitedump.sql
grep "INSERT INTO" sqlitedump.sql | grep -v "__diesel_schema_migrations" > mysqldump.sql
```
Then error loading data mysqldump.sql …
-
```
bitwarden_rs: Version 1.14.1-843604c9
os: debian 10.3
Docker version 19.03.8, build afacb8b7f0
docker-compose version 1.25.4, build 8d51620a
nginx version: nginx/1.17.8
```
I've setup b…
-
### Subject of the issue
I changed timezone in Dockerfile to my local TZ and created bitwarden_rs container with correct timezone. All logs have correct timestamp. Running 'date' command inside c…
andpp updated
4 years ago
-
Hallo
Is it possible to run bitwarden_rs behind a reverse proxy in a subdirectoy?
Like `mydomain.tld/bitwarden`?
If I try I get errors:
> GET /bitwarden text/html:
=> Matched: GET /
…