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, expanded as user home directory. #31

Closed mxjeff closed 6 years ago

mxjeff commented 6 years ago

Trying to fix #30

MinorDudle commented 6 years ago

@yuvipanda could you review this PR?

yuvipanda commented 6 years ago

I'm going to close this in favor of #34. Apologies for not getting back to this earlier. Let me know if #34 doesn't do what you wanted this to do?

mxjeff commented 5 years ago

Hi @yuvipanda

Actually #34 fixed only a part of the problem. systemdspawner falls back to whatever is set in the password database, that's fine.

But then how can I use readonly_paths and readwrite_paths config options? I cannot compose my users home dirs with {USERNAME} and {USERID}. Exposing the full path as given by the password database would still be helpfull IMHO.

Cheers