16 Commits

Author SHA1 Message Date
Min RK
e15b7c2620 apply pyupgrade fixes via ruff
ruff check --fix --select UP
2024-03-11 09:16:02 +01:00
Min RK
5f19989467 suggest roles instead of admin_users
and make admin link permission check match admin page

it would be nice if this could be consolidated (maybe an `admin:ui` permission?)
2021-09-16 11:57:36 +02:00
Min RK
40de16e0e1 Update service examples and documentation with access scopes and roles 2021-06-07 14:02:13 +02:00
Min RK
9331dd13da run pre-commit (prettier) 2021-02-12 15:25:58 +01:00
Min RK
5e60582ef3 run autoformat
apologies to anyone finding this commit via git blame or log

run the autoformatting by

    pre-commit run --all-files
2019-02-19 17:00:10 +01:00
Min RK
9cdda101c7 Move onbuild step to jupyterhub-onbuild
Removes onbuild from from jupyter/jupyterhub image,
though it remains incomplete and will not run without a config file.
2016-04-19 13:21:24 +02:00
Min RK
fb7cc171c6 s/JupyterHubApp/JupyterHub/
users shouldn't need to know wtf Applications are
2014-11-25 19:55:24 -08:00
Min RK
0562e0491b Jupyter has a mailing list 2014-11-25 11:02:27 -08:00
Min RK
e6335482c5 update some file names
default config file is now `jupyterhub_config.py`,
to be consistent with everything else

add config files, runtime files to .gitignore
2014-11-04 11:58:33 -08:00
Scott Sanderson
cdca10378f DOC: Fix more typos in warning messages. 2014-11-03 14:34:14 -05:00
Scott Sanderson
b6d230e04d DOC: Fix typo in postgres example message. 2014-11-03 13:51:20 -05:00
Scott Sanderson
b34a6d7f83 DEV: Use docker links to set password environment variable in the hub.
Also, yell at people if they use the default password.
2014-11-02 21:40:58 -05:00
Scott Sanderson
eee5e5d2ed DOC: Add note about default username/password configuration. 2014-10-31 15:57:35 -04:00
Scott Sanderson
d084d98783 DOC: More tweaks to postgres example. 2014-10-31 15:44:37 -04:00
Scott Sanderson
b5a288587e DOC: Update the README for postgres example. 2014-10-31 14:55:10 -04:00
Scott Sanderson
1a1687f27a DEV: Split postgres example into separate db and hub containers. 2014-10-31 14:38:50 -04:00