Files
2025-08-25 23:09:03 -04:00

17 lines
394 B
Bash

cat >.env <<EOF
LETSENCRYPT_EMAIL=ion606@protonmail.com
ADMIN_EMAIL=ion606@protonmail.com
PASTE_DOMAIN=bin.ion606.com
FILES_DOMAIN=tfiles.ion606.com
SHORT_DOMAIN=s.ion606.com
HOME_DOMAIN=share.ion606.com
INITIAL_API_KEY=$(openssl rand -hex 32)
LUFI_SECRET=$(openssl rand -hex 32)
SHLINK_DB_PASSWORD=$(openssl rand -hex 24)
SHLINK_API_KEY=$(openssl rand -hex 32)
EOF
sudo chmod 644 Caddyfile