- 18 Oct, 2022 1 commit
-
-
Thijs Walcarius authored
-
- 24 Jul, 2021 1 commit
-
-
Erik Sundell authored
Update TurboVNC to 2.2.6
-
- 23 Jul, 2021 1 commit
-
-
Simon Li authored
-
- 18 Jul, 2021 1 commit
-
-
Simon Li authored
Update noVNC to 1.2.0
-
- 23 Apr, 2021 8 commits
-
-
Simon Li authored
Add novnc-vnc_lite.html.patch to make future noVNC upgrades easier
-
Simon Li authored
-
Simon Li authored
-
Simon Li authored
-
Simon Li authored
binder-badge workflow needs permissions.pull-requests:write
-
Simon Li authored
-
Simon Li authored
binder-badge workflow needs permissions.issues:write
-
Simon Li authored
-
- 29 Mar, 2021 1 commit
-
-
Yuvi Panda authored
Add setup.py metadata
-
- 28 Mar, 2021 1 commit
-
-
Simon Li authored
-
- 11 Mar, 2021 3 commits
- 08 Feb, 2021 4 commits
-
-
Simon Li authored
Copied from https://github.com/jupyterhub/jupyterhub-idle-culler/pull/19
-
Simon Li authored
-
Simon Li authored
-
Simon Li authored
-
- 02 Feb, 2021 1 commit
-
-
Yuvi Panda authored
-
- 01 Feb, 2021 2 commits
-
-
-
Simon Li authored
-
- 21 Jan, 2021 1 commit
-
-
Simon Li authored
-
- 23 Nov, 2020 1 commit
-
-
Yuvi Panda authored
Fix permissions on ~/.cache
-
- 16 Aug, 2020 5 commits
-
-
Yuvi Panda authored
Add binder-badge.yaml
-
Simon Li authored
-
Simon Li authored
-
Simon Li authored
`apt-get install xorg` somehow results in a `/home/jovyan/.cache` directory being created and owned by `root`, maybe because `HOME` is set to `/home/jovyan`? This prevents the `jovyan` user running other programs such as Firefox: ``` $ podman build -t jupyter-desktop-server . ... $ podman run --rm jupyter-desktop-server ls -la total 40 drwxrwxr-x. 7 jovyan users 4096 Aug 16 17:04 . drwxr-xr-x. 3 root root 4096 Aug 16 17:04 .. -rw-rw-r--. 1 jovyan users 220 Feb 25 12:03 .bash_logout -rw-rw-r--. 1 jovyan users 3770 Jun 18 03:05 .bashrc drwx------. 2 root root 4096 Aug 16 17:02 .cache drwxrwxr-x. 2 jovyan users 4096 Aug 16 17:04 .conda drwsrws---. 3 jovyan users 4096 Jun 18 03:10 .config drwsrws---. 2 jovyan users 4096 Jun 18 03:10 .jupyter -rw-rw-r--. 1 jovyan users 807 Feb 25 12:03 .profile drwsrwsr-x. 2 jovyan users 4096 Jun 18 03:05 work ``` Note `fix-permissions $HOME` only makes it group writeable, it doesn't fix the owner which is why I'm using `chown` instead. ``` drwxrwxr-x. 7 jovyan users 4096 Aug 16 17:08 . drwxr-xr-x. 3 root root 4096 Aug 16 17:08 .. -rw-rw-r--. 1 jovyan users 220 Feb 25 12:03 .bash_logout -rw-rw-r--. 1 jovyan users 3770 Jun 18 03:05 .bashrc drwxrwx---. 3 root users 4096 Aug 16 17:08 .cache drwxrwxr-x. 2 jovyan users 4096 Aug 16 17:08 .conda drwsrws---. 3 jovyan users 4096 Jun 18 03:10 .config drwsrws---. 2 jovyan users 4096 Jun 18 03:10 .jupyter -rw-rw-r--. 1 jovyan users 807 Feb 25 12:03 .profile drwsrwsr-x. 2 jovyan users 4096 Jun 18 03:05 work ```
-
- 27 Jul, 2020 2 commits
-
-
Yuvi Panda authored
-
Simon Li authored
-
- 26 Jul, 2020 1 commit
-
-
Simon Li authored
-
- 08 Jul, 2020 1 commit
-
-
YuviPanda authored
-
- 07 Jul, 2020 1 commit
-
-
Yuvi Panda authored
-
- 30 Jun, 2020 1 commit
-
-
Christian Kniep authored
-
- 29 Jun, 2020 1 commit
-
-
Christian Kniep authored
-
- 28 Jun, 2020 2 commits
-
-
Yuvi Panda authored
Start session from $HOME
-
Mario Juric authored
Otherwise the user will start in noVNC directory when they open a terminal (or any other application that inherits the cwd from the session)
-