Skip to content

notheowner/Flygon

 
 

Repository files navigation

Flygon

Discord

Flygon is an experimental device controller. It includes a basic proof of concept Mode and Device Manager.

Support and discussion

There is a Discord server for support and discussion. At this time this is likely to be mostly development discussion.

Requirements

Instructions

  1. cp config.toml.example config.toml
  2. modify it as you want
  3. go run .

Run in pm2 (Recommended)

  1. go build
  2. pm2 start ./flygon --name flygon -o "/dev/null"

Updating

  1. git pull
  2. go build
  3. pm2 restart flygon

Run in docker (Full Stack)

  1. wget -O docker-compose.yml https://raw.githubusercontent.com/UnownHash/Flygon/main/docker-compose.yml.example
  2. wget -O flygon_config.toml https://raw.githubusercontent.com/UnownHash/Flygon/main/config.toml.example
  3. wget -O golbat_config.toml https://raw.githubusercontent.com/UnownHash/Golbat/main/config.toml.example
  4. modify it as you want - adapt also admin service in docker-compose.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.7%
  • Dockerfile 0.3%