Skip to content

hubigaga/agar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Ogar

Build

docker build -t agar .

Run

docker run -d -p 8088:88 -p 8080:8080 -p 8090:9000 agar

Example caddy config

agar.games.tld {
    reverse_proxy 127.0.0.1:8080
}

admin.agar.games.tld {
    reverse_proxy 127.0.0.1:8090
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.0%
  • HTML 8.3%
  • CSS 1.9%
  • Python 1.2%
  • PHP 0.4%
  • Dockerfile 0.1%
  • Shell 0.1%