.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
YUUKA_ENCRYPTION_SECRET
secret
保存時暗号化のマスターシークレット【必須】 DBに保存する Discordトークン・APIキー・パスワードマネージャ等の暗号化に使う マスターシークレットです。未設定の場合は起動しません。 十分に長いランダム文字列を設定してください。 生成例: openssl rand…
brew install flyctl && fly launch --from https://github.com/suki-9/yuuka
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/suki-9/yuuka
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/suki-9/yuuka