Skip to content

nginx-proxy/forego

This branch is 168 commits ahead of ddollar/forego:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 25, 2024
May 8, 2023
Mar 27, 2017
Jun 6, 2016
Aug 28, 2016
Aug 28, 2016
Mar 5, 2025
Mar 18, 2025
Dec 23, 2023
Dec 21, 2023
May 22, 2014
Jun 7, 2021
Apr 13, 2016
Apr 13, 2016
Jun 7, 2021
Jun 7, 2021
Aug 27, 2013
Feb 22, 2025
Dec 25, 2023
Aug 27, 2013
Apr 13, 2016
Dec 23, 2023
Jun 7, 2021
Jun 7, 2021
Dec 23, 2014
Dec 25, 2023
Jun 7, 2021
Dec 23, 2023
Apr 13, 2016
Sep 18, 2014
Sep 18, 2014
Sep 18, 2014
May 22, 2014

Repository files navigation

forego

Foreman in Go.

This project was forked from ddollar/forego.

It does not accept issues because its sole purpose is to have a working and maintained version of forego for nginx-proxy/nginx-proxy.

Compile from Source
$ go get -u github.com/nginx-proxy/forego

Usage

$ cat Procfile
web: bin/web start -p $PORT
worker: bin/worker queue=FOO

$ forego start
web    | listening on port 5000
worker | listening to queue FOO

Use forego help to get a list of available commands, and forego help <command> for more detailed help on a specific command.

License

Apache 2.0 © 2015 David Dollar

Languages

  • Go 93.4%
  • Ruby 3.2%
  • Makefile 1.3%
  • Shell 1.3%
  • Procfile 0.8%