Skip to content
Snippets Groups Projects
  1. Feb 01, 2022
  2. Feb 02, 2021
  3. Feb 01, 2021
  4. Jan 21, 2021
  5. Nov 23, 2020
  6. Aug 16, 2020
    • Yuvi Panda's avatar
      Merge pull request #23 from manics/binder-badge · e7b907f9
      Yuvi Panda authored
      Add binder-badge.yaml
    • Simon Li's avatar
      Fix permissions on /opt/install · a3a047e6
      Simon Li authored
      a3a047e6
    • Simon Li's avatar
      Add ?urlpath=desktop to binder badge link · a7ec79f2
      Simon Li authored
      a7ec79f2
    • Simon Li's avatar
    • Simon Li's avatar
      Fix permissions on ~/.cache · cca5c031
      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
      ```
      cca5c031
  7. Jul 27, 2020
  8. Jul 26, 2020
  9. Jul 08, 2020
  10. Jul 07, 2020
  11. Jun 30, 2020
  12. Jun 29, 2020
  13. Jun 28, 2020
  14. May 14, 2020
  15. Nov 20, 2019
  16. Nov 19, 2019
  17. Nov 12, 2019
  18. Nov 06, 2019
  19. Nov 01, 2019
    • YuviPanda's avatar
      Remove start file · d839035d
      YuviPanda authored
      Not needed. This will also stop the error about not
      being able to create a Desktop directory
      d839035d
    • YuviPanda's avatar
      Vendor in tigervnc as well · d7f64257
      YuviPanda authored
      This helps us get rid of postBuild completely, and
      possibly lets us publish this as a package that can
      be used elsewhere
      d7f64257
    • YuviPanda's avatar
      Vendor in noVNC · 9de27ba5
      YuviPanda authored
      This sucks - we are vendoring in a library *and*
      modifying a single file (vnc_lite.html) in there.
      
      Pathway out of this is to make this into a Jupyter Server
      extension that can render the standalone vnc_lite.html UI
      properly in the Jupyter theme.
      
      Until then...
      9de27ba5
  20. Oct 31, 2019
  21. Oct 29, 2019