Commit Graph

619 Commits

Author SHA1 Message Date
Min RK
23ea539b28 move generating traefik basic auth to traefik.py
compute this when we write the template, not when we load config
2019-02-22 10:53:36 +01:00
Yuvi Panda
9fd29417a6 Merge pull request #284 from leportella/add-native-auth-option
Add NativeAuth as an optional authenticator
2019-02-21 07:31:26 -08:00
Leticia Portella
283cb7be28 Change title on NativeAuth docs for keeping pattern 2019-02-21 10:25:42 +00:00
Leticia Portella
d41347f933 Add NativeAuth as an optional authenticator 2019-02-20 20:16:12 +00:00
GeorgianaElena
436610f83e Use the actual installation path of chp service, changed traefik-proxy version 2019-02-19 17:28:43 +02:00
GeorgianaElena
84d8000114 Removed chp service 2019-02-18 15:08:53 +02:00
GeorgianaElena
ffa635dda3 Fixed tests 2019-02-13 14:59:57 +02:00
GeorgianaElena
e8b303d01b Generate random traefik api password 2019-02-13 14:23:02 +02:00
GeorgianaElena
f7f686f540 Fixed unit test 2019-02-13 14:23:02 +02:00
GeorgianaElena
956c95e527 Fixed minor issues 2019-02-13 14:23:02 +02:00
GeorgianaElena
03b4c6218b Fixed cfg runtime entry in test 2019-02-13 14:23:02 +02:00
GeorgianaElena
3ee387cd3b Fixed some issues 2019-02-13 14:23:02 +02:00
GeorgianaElena
eee29a0957 Replace chp with traefik-proxy 2019-02-13 14:23:02 +02:00
Leticia Portella
5d533735aa Merge pull request #276 from minrk/contributing
update dev-setup commands
2019-02-12 18:57:22 +00:00
Min RK
04f00943af update dev-setup commands
- Dockerfile moved
- remove sudo from commands (usually not needed, better added by users where it is)
2019-02-12 10:00:39 +01:00
Yuvi Panda
33cde5f2eb Merge pull request #275 from minrk/yaml
single yaml implementation
2019-02-11 12:30:32 -08:00
Min RK
13648050ae single yaml implementation
consolidate to a single yaml implementation,
removing pyyaml
2019-02-11 13:29:01 +01:00
Yuvi Panda
d3af75a1d7 Merge pull request #271 from jupyterhub/image-size
updating the image size text
2019-01-31 13:33:56 -08:00
Chris Holdgraf
1d931b18f3 updating the image size text 2019-01-31 11:24:00 -08:00
Yuvi Panda
cfe3aaec74 Merge pull request #261 from huhuhang/master
fix GitHub login config missing callback URL
2019-01-31 09:33:07 -08:00
Yuvi Panda
d7ad9ddefa Update docs/howto/auth/github.rst
Co-Authored-By: huhuhang <huhuhang@users.noreply.github.com>
2019-01-31 10:24:44 +08:00
Yuvi Panda
e72c55adb7 Merge pull request #265 from yuvipanda/no-system
Use --sys-prefix for installing nbextensions
2019-01-30 17:33:24 -08:00
Yuvi Panda
5caf4abd92 Merge pull request #262 from yuvipanda/flaky-test
Mark flaky test as flaky
2019-01-30 17:32:23 -08:00
yuvipanda
185f7c9716 Mark flaky test as flaky
We'll need to figure out why this is failing
2019-01-30 10:38:33 -08:00
Yuvi Panda
fdbe8a4162 Merge pull request #268 from minrk/fix-permissions
Run fix-permissions on each install command
2019-01-30 10:29:19 -08:00
Min RK
5bf2b1bb0a Run fix-permissions on each install command
ensures files have the right permissions

conda and pip may not guarantee installed files are not world-writeable
2019-01-30 16:42:35 +01:00
yuvipanda
ff36c1363a Use --sys-prefix for installing nbextensions
--system installs stuff into /etc, and should practically never
be used alongside conda / virtualenv.
2019-01-29 14:27:12 -08:00
huhuhang
3cdb9dfc8c fix GitHub login config missing callback URL 2019-01-26 10:03:50 +08:00
Yuvi Panda
6a0d8bb9c3 Merge pull request #260 from willirath/patch-1
Use newer firstuseauthenticator
2019-01-24 16:58:54 -08:00
Willi Rath
29d4419e49 Use newer firstuseauthenticator
This uses v0.12 which allow for deleting users before they have set their password.
2019-01-24 18:31:26 +01:00
Yuvi Panda
058377229d Merge pull request #253 from yuvipanda/cleanup-server
Move custom server troubleshooting code to its own page
2019-01-11 10:20:28 -08:00
Yuvi Panda
4a1c1b821c Merge pull request #254 from yuvipanda/install-git
Install git explicitly during bootstrap
2019-01-11 10:20:02 -08:00
yuvipanda
55ec5f5ab9 Move custom server troubleshooting code to its own page
Most people won't need to do this, so let's move it
to the troubleshooting page
2019-01-09 15:58:13 -08:00
yuvipanda
d7672bf907 Install git explicitly during bootstrap
Some servers don't have git on by default
2019-01-09 15:56:28 -08:00
Yuvi Panda
d1bc9cf708 Merge pull request #249 from yuvipanda/ipywidgets
Add ipywidgets to base installation
2018-12-22 11:55:01 -08:00
yuvipanda
04934c0bf1 Test that ipywidgets nbextension is enabled 2018-12-22 11:21:50 -08:00
yuvipanda
600bf225f2 Add ipywidgets to base installation 2018-12-22 11:06:43 -08:00
Yuvi Panda
ae9bf702f1 Merge pull request #248 from fm75/FixInstallerLogging
Use tljh logger in installer
2018-12-12 12:11:50 -08:00
fred
f23f36eaf2 Use tljh logger in installer 2018-12-12 14:45:39 -05:00
Yuvi Panda
896e211b3b Merge pull request #230 from fm75/documentation-behind-proxy
Documentation behind proxy
2018-12-03 09:49:14 -08:00
Min RK
7e291b8a60 Merge pull request #244 from jupyterhub/choldgraf-patch-1
Fixing RTD badge
2018-11-30 20:28:49 +01:00
Chris Holdgraf
fa4319d953 Fixing RTD badge
The old badge hard-coded to "passing", this switches to the dynamic version that'll change based on the status of the docs build
2018-11-30 08:35:21 -08:00
Fred Mitchell
339bb839e6 Update custom-server.rst 2018-11-28 17:22:53 -05:00
Fred Mitchell
24a0c860c7 Delete temp-log-example 2018-11-28 16:43:03 -05:00
Fred Mitchell
553e75a9c8 Update custom-server.rst 2018-11-28 16:40:42 -05:00
Fred Mitchell
bcc9014e96 Create temp-log-example 2018-11-28 07:43:11 -05:00
Fred Mitchell
988f198958 Update custom-server.rst 2018-11-28 07:29:21 -05:00
Fred Mitchell
eb68a80991 Update custom-server.rst
Relax the item about public IP address?
Currently the install does **not** report "Done!"
2018-11-27 17:15:18 -05:00
Yuvi Panda
a9f49f9172 Merge pull request #238 from yuvipanda/node-10
Update nodejs to 10.x LTS
2018-11-23 12:11:52 -08:00
yuvipanda
2a30063736 Update nodejs to 10.x LTS
Reverts https://github.com/jupyterhub/the-littlest-jupyterhub/pull/138 and
fixes https://github.com/jupyterhub/the-littlest-jupyterhub/issues/236.
2018-11-23 11:58:45 -08:00