FlyGB Installer

Production installer for flygb.shop. It installs FlyGB on the production server, keeps the system Caddy as the public reverse proxy, and does not store any secrets on this download site.

One-command install

curl -fsSL https://install.flygb.shop/install.sh | sudo bash

Safer manual install

curl -fsSLO https://install.flygb.shop/install.sh
curl -fsSLO https://install.flygb.shop/checksums.txt
sha256sum -c checksums.txt --ignore-missing
less install.sh
sudo bash install.sh

Files

Run this installer on production server 156.234.79.82, not on download server 137.59.19.66.