Files
sharing/setup.sh
T

17 lines
394 B
Bash
Raw Normal View History

2025-08-25 17:34:49 -04:00
cat >.env <<EOF
2025-08-25 16:49:04 -04:00
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
2025-08-25 23:09:03 -04:00
HOME_DOMAIN=share.ion606.com
2025-08-25 16:49:04 -04:00
2025-08-25 18:07:05 -04:00
INITIAL_API_KEY=$(openssl rand -hex 32)
2025-08-25 16:49:04 -04:00
LUFI_SECRET=$(openssl rand -hex 32)
2025-08-25 18:07:05 -04:00
2025-08-25 16:49:04 -04:00
SHLINK_DB_PASSWORD=$(openssl rand -hex 24)
SHLINK_API_KEY=$(openssl rand -hex 32)
2025-08-25 17:34:49 -04:00
EOF
sudo chmod 644 Caddyfile