Benutzer-Werkzeuge

Webseiten-Werkzeuge


playground:about:coworking:jupyterhub

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
playground:about:coworking:jupyterhub [2025/03/19 18:44]
47.128.31.156 alte Version wiederhergestellt (2024/01/08 18:22)
playground:about:coworking:jupyterhub [2025/03/30 12:23] (aktuell)
20.171.207.32 alte Version wiederhergestellt (2025/03/14 07:26)
Zeile 1: Zeile 1:
 +http://wiki.itbs.selfhost.co/doku.php?id=offen:jhub
 +
 offizielle Doku: https://jupyterhub.readthedocs.io/en/4.0.2/ offizielle Doku: https://jupyterhub.readthedocs.io/en/4.0.2/
  
Zeile 113: Zeile 115:
 You cannot delete the only client secret. Generate a new client secret first. You cannot delete the only client secret. Generate a new client secret first.
  
 +bearbeite die Konfiguration:
 +<code>
 +sudo tljh-config set auth.GitHubOAuthenticator.client_secret '<my-tljh-client-secret>'
 +sudo tljh-config set auth.GitHubOAuthenticator.oauth_callback_url 'http(s)://<my-tljh-ip-address>/hub/oauth_callback'
 +sudo tljh-config set auth.type oauthenticator.github.GitHubOAuthenticator
 +sudo tljh-config reload
 +</code>
 +
 +==== Authentifikation zurück setzen ====
 +
 +the FirstUseAuthenticator is enabled by default in TLJH.
 +<code>
 +sudo tljh-config set auth.type firstuseauthenticator.FirstUseAuthenticator
 +sudo tljh-config reload
 +</code>
 +Users who are currently logged in will continue to be logged in. When they log out and try to log back in, they will be asked to provide a username and password.
 +Users changing their own password
 +
 +Users can change their password by first logging into their account and then visiting the url <your_server_ip>/hub/auth/change-password.
 +
 +Allowing anyone to log in to your JupyterHub
 +
 +By default, you need to manually create user accounts before they will be able to log in to your JupyterHub. If you wish to allow any user to access the JupyterHub, run the following command.
 +<code>
 +tljh-config set auth.FirstUseAuthenticator.create_users true
 +tljh-config reload
 +</code>
 +
 +
 +----
 +$ docker network create --subnet=255.255.255.0/24 synologynet
 ====== Startvoraussetzungen ====== ====== Startvoraussetzungen ======
   intrepid-ibex@intrepid-ibex:~$ cat /etc/issue.net    intrepid-ibex@intrepid-ibex:~$ cat /etc/issue.net 
/volume1/web/dokuwiki/data/attic/playground/about/coworking/jupyterhub.1742406257.txt.gz · Zuletzt geändert: 2025/03/19 18:44 von 47.128.31.156