mirror of
https://github.com/ION606/sharing.git
synced 2026-05-14 21:56:54 +00:00
17 lines
394 B
Bash
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
|