How to manage file and accounts in a unified way by jupyterhub?

As a beginner, I have already deploy the jupyterhub with jupyterlab on my own server.It looks like this:

It works fine!But creating an account is a bit troublesome.Beacuse I want to achieve a function:when I create an account,there should have some default files in the account,also the default settings like themes of jupyterlab.

I thought of some ways,like write some linux shell scripts to create account,to make user’s directory,to copy files to this directory.This way is a little bit hard for me.

So is there a way to manage file and accounts in a unified way?

1 Like