Flygon is an experimental device controller. It includes a basic proof of concept Mode and Device Manager.
There is a Discord server for support and discussion. At this time this is likely to be mostly development discussion.
- go 1.21
- Golbat (optional)
- Flygon-Admin (optional)
- Database
cp config.toml.example config.toml
- modify it as you want
go run .
go build
pm2 start ./flygon --name flygon -o "/dev/null"
git pull
go build
pm2 restart flygon
wget -O docker-compose.yml https://raw.githubusercontent.com/UnownHash/Flygon/main/docker-compose.yml.example
wget -O flygon_config.toml https://raw.githubusercontent.com/UnownHash/Flygon/main/config.toml.example
wget -O golbat_config.toml https://raw.githubusercontent.com/UnownHash/Golbat/main/config.toml.example
- modify it as you want - adapt also admin service in
docker-compose.yml