Skip to content
Snippets Groups Projects

Adding custom EOSC styling

Merged Jaromír Hradil requested to merge custom-eocs-ui into master
Files
5
@@ -51,8 +51,8 @@ singleuser:
@@ -51,8 +51,8 @@ singleuser:
guarantee: .02
guarantee: .02
defaultUrl: "/lab"
defaultUrl: "/lab"
image:
image:
name: eginotebooks/single-user
name: eginotebooks/single-user-eosc
tag: "sha-0f4a63c"
tag: "sha-d17f966"
profileList:
profileList:
- display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
- display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
description: >
description: >
@@ -139,12 +139,6 @@ singleuser:
@@ -139,12 +139,6 @@ singleuser:
#ResourceUseDisplay.mem_warning_threshold=0.75 sets memory warning at 75%
#ResourceUseDisplay.mem_warning_threshold=0.75 sets memory warning at 75%
#threshold for resource-usage extension which is also used by EGI
#threshold for resource-usage extension which is also used by EGI
#notebooks-resource-warning extension
#notebooks-resource-warning extension
#
#LabApp.custom_css=True allows to use custom CSS for EOSC style
#
#ResourceUseDisplay.mem_warning_threshold=0.75 sets memory warning at 75%
#threshold for resource-usage extension which is also used by EGI
#notebooks-resource-warning extension
stringData: |-
stringData: |-
#! /bin/sh
#! /bin/sh
#
#
@@ -175,7 +169,7 @@ hub:
@@ -175,7 +169,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image:
image:
name: eginotebooks/hub
name: eginotebooks/hub
tag: "sha-999cef7"
tag: "sha-c8ceaaa"
config:
config:
Authenticator:
Authenticator:
enable_auth_state: true
enable_auth_state: true
Loading