mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add traefik in front of CHP
introduces configuration for manual tls and letsencrypt
This commit is contained in:
@@ -26,16 +26,30 @@ default = {
|
||||
'users': {
|
||||
'allowed': [],
|
||||
'banned': [],
|
||||
'admin': []
|
||||
'admin': [],
|
||||
},
|
||||
'limits': {
|
||||
'memory': '1G',
|
||||
'cpu': None
|
||||
'cpu': None,
|
||||
},
|
||||
'http': {
|
||||
'port': 80,
|
||||
},
|
||||
'https': {
|
||||
'enabled': False,
|
||||
'port': 443,
|
||||
'tls': {
|
||||
'cert': '',
|
||||
'key': '',
|
||||
},
|
||||
'letsencrypt': {
|
||||
'email': '',
|
||||
'domains': [],
|
||||
},
|
||||
},
|
||||
'user_environment': {
|
||||
'default_app': 'classic'
|
||||
}
|
||||
|
||||
'default_app': 'classic',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user