GitXplorerGitXplorer
t

angry-unicorn

public
2 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
3f6b9a163dc61e3793dc04e568e2489d575fbfa9

Merge pull request #6 from thaJeztah/add_header

tthaJeztah committed 7 months ago
Verified
105d14a25dac37626d485a844fb395d81d4ecde6

add header

tthaJeztah committed 7 months ago
Verified
adb19e23db121cf5eb368ae3a1b19ef1d4fcbcba

Merge pull request #5 from thaJeztah/update_all_the_things

tthaJeztah committed 7 months ago
Verified
32d75416d178a99fdec96b81c5571c0599d2c512

Dockerfile: update for multi-arch

tthaJeztah committed 7 months ago
Verified
a8ce662f337228ebc12f28e67bfacfbc1dfad21c

Merge pull request #4 from thaJeztah/add_gomod

tthaJeztah committed 7 months ago
Verified
5dced38000a4b3118b6d88b81ba394335e0ee302

add go.mod

tthaJeztah committed 7 months ago

README

The README file for this repository.

Angry Unicorn!

Run your own Angry Unicorn if GitHub is down!

Environment variables to customize the page:

  • TOP_MSG (defaults to "This page is taking way too long to load.")
  • BOTTOM_MSG (defaults to "Sorry about that. Please try refreshing and contact us if the problem persists.")
  • LISTEN_PORT tcp port on which the service is listening (defaults to 8080)

Run the image:

$ docker run -d -p 8080:8080 \
  -e TOP_MSG="My other page is a 500" \
  -e BOTTOM_MSG='But it does not have Unicornzzzzzz!!!' \
  thajeztah/angry-unicorn:latest 

And visit http://localhost:8080 in your browser.