10000 GitHub - six-arm/f5go: The F5 Go Redirector
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

six-arm/f5go

 
 

Repository files navigation

The F5 Go Redirector

Build Status

A simple service for redirecting mnemonic terms to destination urls.

Features include:

  • anyone can add terms easily
  • regex parsing for "special cases" (using regular expressions)
  • automatically appends everything after the second slash to the destination url
  • tracks and displays term usage frequency on frontpage with fontsize
  • variables allow destination URLs to change en masse (e.g. project name)

Required Packages

python-cherrypy3 python-jinja2

Tips

To run, execute go.py and go to localhost:8080 in a browser.

backup go database regularly

    $ ./go.py export
    $ backup newterms.txt

contributed by Saul Pwanson

About

The F5 Go Redirector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.5%
  • HTML 38.2%
  • JavaScript 1.3%
0