Extend server group
This commit is contained in:
parent
3d5a90cb90
commit
6b43c75c76
|
@ -165,6 +165,13 @@ hub:
|
|||
"admin:auth_state"
|
||||
]
|
||||
}
|
||||
{
|
||||
'name': 'server',
|
||||
'scopes': [
|
||||
"inherit",
|
||||
"read:services"
|
||||
],
|
||||
}
|
||||
]
|
||||
c.JupyterHub.services = [
|
||||
{
|
||||
|
@ -172,7 +179,6 @@ hub:
|
|||
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
||||
}
|
||||
]
|
||||
|
||||
extraEnv:
|
||||
NEXTCLOUD_DEBUG_OAUTH: "yes"
|
||||
NEXTCLOUD_HOST: sunet.drive.test.sunet.se
|
||||
|
|
Loading…
Reference in a new issue