jupyterhub / systemdspawner

Spawn JupyterHub single-user notebook servers with systemd
BSD 3-Clause "New" or "Revised" License
92 stars 45 forks source link

Add USERHOME placeholder #52

Open mxjeff opened 5 years ago

mxjeff commented 5 years ago

Here is a followup of #30 and #31 .

When home directories do not share the same root path, how can we use readonly_paths and readwrite_paths config options? One cannot compose users home dirs with {USERNAME} and {USERID}.

Exposing the full path as given by the password database would still be helpfull IMHO.

Cheers