emanuelegori / Vaultwarden
0 j'aimes
0 forks
1 fichiers
Dernière activité
Vaultwarden is an unofficial port of Bitwarden server compatible with the official Bitwarden clients and is less resource-heavy than Bitwarden
1 | services: |
2 | vaultwarden: |
3 | image: vaultwarden/server:latest |
4 | container_name: vaultwarden |
5 | restart: unless-stopped |
6 | environment: |
7 | WEBSOCKET_ENABLED: true |
8 | ADMIN_TOKEN: your-admin-authentication-token ## Aggiungi 32 caratteri casuali, sia lettere che numeri. |
9 | DOMAIN: https://vault.emanuelegori.uno ## https://tuo_dominio |
10 | SIGNUPS_ALLOWED: false ## true se vuoi creare un utente senza invito |
Plus récent
Plus ancien