Skip to content

NFAcz/peertube-auth-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeerTube Auth Proxy

Requirements

  • Python 3
  • python-requests
  • Flask

Usage

$ pip install -r requirements.txt
$ ./app.py 
                              [-s CLIENT_SECRET] [-c CLIENT_ID] [-H HOST]
                              [-P PORT]

optional arguments:
  -h, --help            show this help message and exit
  -u USERNAME, --username USERNAME
                        Username
  -p PASSWORD, --password PASSWORD
                        Password
  -s CLIENT_SECRET, --client_secret CLIENT_SECRET
                        Client secret to use
  -c CLIENT_ID, --client_id CLIENT_ID
                        Channel ID to use
  -H HOST, --host HOST  Host name
  -P PORT, --port PORT  Port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published