mirror of
				https://github.com/balkian/jupyterhub-oauth.git
				synced 2025-11-04 00:28:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# add your github oauth config to this file,
 | 
						|
# and run the container with `docker run -it -p 9000:8000 --env-file=env jupyter/oauthenticator`
 | 
						|
GITHUB_CLIENT_ID=
 | 
						|
GITHUB_CLIENT_SECRET=
 | 
						|
OAUTH_CALLBACK_URL=
 |