GitDeployHub

suki-9/yuuka

github.com/suki-9/yuuka ↗
Node.js API
1 environment variable found in .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…
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/suki-9/yuuka
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/suki-9/yuuka
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/suki-9/yuuka
Or deploy to a different host
← Try another repo