Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from major/icanhaz

The code behind icanhaz 2.0

lykinsbd/icanhaz

 
 

Repository files navigation

icanhaz

There's no need to check this code out and run it yourself. These services are available now! Go read the icanhazip FAQ on my blog for more details.

This is some of the code behind the scenes of some goofy websites like:

It's Apache 2.0 licensed and it's poorly written code. ;)

Enjoy! -- Major Hayden

Deploying the Container

If you do want to deploy this yourself:

  • Build the container:
    • make container
  • Run the container:
    • docker run --restart=unless-stopped --name icanhaz-1 -i -d -p 46000:5000 --log-opt max-size=20m --log-opt max-file=5 lykinsbd/icanhaz:latest
  • Profit!

About

The code behind icanhaz 2.0

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 68.3%
  • Dockerfile 19.7%
  • Makefile 12.0%