rage

command module
v0.0.0-...-46f298d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2023 License: MIT Imports: 12 Imported by: 0

README

rage

Because we all get a little pissed sometimes...

What?

This app has a LONG history, and unfortunately it's referenceable past has experienced link rot. In short, a co-worker of mine from many years ago had a silly bash alias that worked by pinging a service like this, and then it died. Soooo, I recreated it... and then it sat for 10+ years untouched. And yea, amazingly it ran without issues all that time.

Recently, I (Trevor Suarez (Rican7)) started some maintenance on some old projects and servers, and I found this app just sitting, still running all this time, but on a VERY old version of PHP, with it's version-controlled source having never been pushed to a remote... So, I pushed the source to my GitHub, containerized the app, and now it's running on modern serverless fully-managed compute. Yay!

And, well, then I decided to re-write it in Go! Why? Well, because honestly the old PHP source would have taken a bit of effort just to update to be properly compatible (and secure) with modern PHP versions, and because PHP isn't super well-suited for these kinds of serverless workloads. Oh, yea, and just because I love Go. :)

Anyway, this is silly. Enjoy!

PS: Alias this in your shell environment for a good time, like this:

alias fuck="curl -Ls https://rage.metroserve.me/?format=plain"

Run

[!IMPORTANT] This service requires a Redis instance, of which it connects via information provided in environment variables.

Entire Service

If you have Docker, and the docker-compose plugin, you should be able to run via docker compose:

docker compose up
App Only

If you just want the HTTP service app, and you have a working Go environment, you can run via go run:

go run github.com/Rican7/rage@latest

... Otherwise, if you have Docker, you should be able to just build it with docker build and run it with docker run:

docker build -t 'rican7/rage' .
docker run --rm --publish 8080:80 --env-file .env 'rican7/rage'

Configuration

This app is predominantly configured via environment variables.

To see what environment variables are available to configure, see the .env.example file.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL