Skip to content

Instantly share code, notes, and snippets.

View Dobika's full-sized avatar

David Dobronszki Dobika

View GitHub Profile
@Dobika
Dobika / setup.md
Created August 8, 2018 09:49 — forked from novemberborn/setup.md
OS X Redirect ports 80 and 443 to 8080 and 8443 respectively

Changes with .dev domains in mind.

Create /etc/pf.anchors/dev, containing:

rdr pass inet proto tcp from any to any port 80 -> 127.0.0.1 port 8080
rdr pass inet proto tcp from any to any port 443 -> 127.0.0.1 port 8443

@crufter
crufter / heroku-alternative.md
Last active January 3, 2018 09:42
Cheaper Heroku alternative

Cheaper, consumption based heroku alternative

https://github.com/1backend/1backend <--- You can drop this on your dedicated own server or servers and cut costs immensely.

Alternatively use the managed version at https://1backend.com and live a worry free life.

You can even get a ton of free credits. For startups and nonprofits who make a lot of calls custom pricing is available.