forgemo / heroku-static-basic-auth

Static website hosting with basic authentication using Heroku

Home Page:https://heroku-static-basic-auth.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroku-static-basic-auth

Static website hosting with BASIC authentication using Heroku.

$ git clone https://github.com/mika-sandbox/heroku-static-basic-auth
$ heroku create heroku-static-basic-auth
$ heroku config:set APP_USERNAME=YOUR_USERNAME
$ heroku config:set APP_PASSWORD=YOUR_PASSWORD
$ git push heroku master
$ heroku open

About

Static website hosting with basic authentication using Heroku

https://heroku-static-basic-auth.herokuapp.com/

License:The Unlicense


Languages

Language:HTML 100.0%