Opengist Logo emanuelegori's Gists

Explore

  • All gists
  • Topics
  • Users
Copyright 2024 - 2025 emanuelegori.uno
Give feedback on the new UI Powered by Opengist ⋅ 32ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
v

vaultwarden

Recently created Least recently created Recently updated Least recently updated
emanuelegori

emanuelegori / Vaultwarden

Last active 3 months ago docker vaultwarden

Vaultwarden is an unofficial port of Bitwarden server compatible with the official Bitwarden clients and is less resource-heavy than Bitwarden

0 0 1
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