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