vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

config.toml (475B)


      1 database_max_conns=4
      2 #database_timeout=30
      3 db_connection_retries=8
      4 domain="pmd.philomathiclife.com"
      5 ip="fdb5:d87:ae42:1::1"
      6 #password_iterations=600000
      7 port=8443
      8 #web_vault_enabled=true
      9 workers=4
     10 [tls]
     11 cert="/etc/ssl/pmd.philomathiclife.com.fullchain"
     12 ciphers=["TLS_CHACHA20_POLY1305_SHA256","TLS_AES_256_GCM_SHA384","TLS_AES_128_GCM_SHA256","TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256"]
     13 key="/etc/ssl/pmd.philomathiclife.com.fullchain.key"
     14 prefer_server_cipher_order=true