Extend server group

This commit is contained in:
Micke Nordin 2024-01-15 16:39:54 +01:00
parent 3d5a90cb90
commit 6b43c75c76
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -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