emanuelegori

emanuelegori

Joined 2 years ago

emanuelegori
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
emanuelegori
Last active 3 months ago footer header plugin wordpress

semplice plugin per aggiungere codice personalizzato sia nel header che nel footer del tuo sito WordPress

0 0 1
1 <?php
2 /*
3 Plugin Name: Custom Header & Footer Code
4 Plugin URI: https://emanuelegori.uno
5 Description: Aggiunge codice personalizzato nel header e nel footer di tutte le pagine del sito.
6 Author: Emanuele Gori
7 Author URI: https://emanuelegori.uno
8 Requires at least: 5.9
9 Tested up to: 5.9
10 License: GPL v2 or later