Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notebooks-operations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
702
Projekty
notebooks-operations
Merge requests
!8
Adding custom EOSC styling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Adding custom EOSC styling
custom-eocs-ui
into
master
Overview
1
Commits
1
Pipelines
0
Changes
5
Merged
Jaromír Hradil
requested to merge
custom-eocs-ui
into
master
10 months ago
Overview
1
Commits
1
Pipelines
0
Changes
5
0
0
Merge request reports
Compare
master
version 6
d5a05524
10 months ago
version 5
64300dde
10 months ago
version 4
85fb9006
10 months ago
version 3
85fb9006
10 months ago
version 2
74cd651d
10 months ago
version 1
f017a230
10 months ago
master (base)
and
latest version
latest version
11f19ecb
1 commit,
10 months ago
version 6
d5a05524
1 commit,
10 months ago
version 5
64300dde
1 commit,
10 months ago
version 4
85fb9006
1 commit,
10 months ago
version 3
85fb9006
1 commit,
10 months ago
version 2
74cd651d
1 commit,
10 months ago
version 1
f017a230
1 commit,
10 months ago
5 files
+
62
−
93
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
cesnet-central/deployments/fullhub.yaml
+
15
−
23
View file @ 11f19ecb
Edit in single-file editor
Open in Web IDE
Show full file
@@ -51,8 +51,8 @@ singleuser:
guarantee
:
.02
defaultUrl
:
"
/lab"
image
:
name
:
eginotebooks/single-user
tag
:
"
sha-
0f4a63c
"
name
:
eginotebooks/single-user
-eosc
tag
:
"
sha-
d17f966
"
profileList
:
-
display_name
:
Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
description
:
>
@@ -131,6 +131,14 @@ singleuser:
singleuser-webdav-wrapper.sh
:
mode
:
0755
mountPath
:
/usr/local/bin/jupyterhub-singleuser-webdav-wrapper
#NotebookNotary.db_file=':memory:' is used due to issues
#notebook notary file was causing in ~/.jupyter in ownCloud mount
#
#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
:
|-
#! /bin/sh
#
@@ -143,30 +151,12 @@ singleuser:
/usr/local/bin/jupyterhub-wait-remote-home
cd .
exec jupyterhub-singleuser \
--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints' \
--NotebookNotary.db_file=':memory:' \
--LabApp.custom_css=True \
--ResourceUseDisplay.mem_warning_threshold=0.25 \
"$@"
disable-labnews
:
mode
:
0644
mountPath
:
/opt/conda/share/jupyter/lab/settings/overrides.json
stringData
:
|-
{
"@jupyterlab/apputils-extension:notification": {
"checkForUpdates": "false",
"fetchNews": "false"
},
"@jupyterlab/application-extension:context-menu": {
"contextMenu": [
{
"command": "filebrowser:share-main",
"selector": ".jp-DirListing-item[data-isdir]",
"disabled": true
}
]
}
}
hub
:
services
:
@@ -179,7 +169,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image
:
name
:
eginotebooks/hub
tag
:
"
sha-
bebde36
"
tag
:
"
sha-
857a93e
"
config
:
Authenticator
:
enable_auth_state
:
true
@@ -324,6 +314,8 @@ hub:
c.WebDavOIDCSpawner.token_mount_path = "/var/run/secrets/oidc/"
c.WebDavOIDCSpawner.http_timeout =
90
{
%
endraw %
}
templatePaths
:
-
/egi-notebooks-hub/ec-templates
extraFiles
:
welcome.html
:
mountPath
:
/usr/local/share/jupyterhub/templates/welcome.html
Loading