1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-20 07:50:05 +02:00
vaultwarden/docker
Michael Powers f5f9861a78
Adds support for PostgreSQL which resolves #87 and is mentioned in #246.
This includes migrations as well as Dockerfile's for amd64.

The biggest change is that replace_into isn't supported by Diesel for the
PostgreSQL backend, instead requiring the use of on_conflict. This
unfortunately requires a branch for save() on all of the models currently
using replace_into.
2019-09-12 16:12:22 -04:00
..
aarch64 Allow self signed certs and increase a bit the timings 2019-09-11 22:01:42 +02:00
amd64 Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 2019-09-12 16:12:22 -04:00
armv6 Allow self signed certs and increase a bit the timings 2019-09-11 22:01:42 +02:00
armv7 Allow self signed certs and increase a bit the timings 2019-09-11 22:01:42 +02:00
healthcheck.sh Allow self signed certs and increase a bit the timings 2019-09-11 22:01:42 +02:00