Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit 9aff7b6

Browse files
helper file
1 parent ecb886f commit 9aff7b6

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: python cs_proxy/proxy.py -e heroku -p $PORT --authType allGitHubUsers --owner comsysto --repository github-pages-basic-auth-proxy --obfuscator 086e41eb6ff7a50ad33ad742dbaa2e70b75740c4950fd5bbbdc71981e6fe88e3
1+
web: python heroku.py -e heroku -p $PORT --authType allGitHubUsers --owner comsysto --repository github-pages-basic-auth-proxy --obfuscator 086e41eb6ff7a50ad33ad742dbaa2e70b75740c4950fd5bbbdc71981e6fe88e3

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ git push
8888

8989
Now your app should be up and running.
9090

91+
* You can access the health check `https://protected-foo-21086.herokuapp.com/health`
92+
* Or directly use the proxy and enter credentials `https://protected-foo-21086.herokuapp.com/`
93+
94+
95+
9196

9297
## 2. Installation (Manual)
9398

heroku.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import os
2+
from cs_proxy import proxy
3+
4+
proxy.main()

0 commit comments

Comments
 (0)