mathematicalmichael
c01aa8af68
updated templating.
2019-01-11 14:47:21 -07:00
mathematicalmichael
2623ec044d
added some utilty functions for passwords into makefile.
2019-01-11 11:26:26 -07:00
mathematicalmichael
389d934f40
automatic naming to make deploying hubs easier.
2019-01-11 10:42:54 -07:00
mathematicalmichael
ec9ecbe628
updated configs.
2019-01-08 17:20:40 -07:00
mathematicalmichael
bd0428ae02
shared directories working now.
2019-01-04 18:07:30 -07:00
mathematicalmichael
293edb616c
enable_options
2019-01-04 17:30:41 -07:00
mathematicalmichael
bc63e7af95
secret hash key moved to secrets/auth.
2019-01-04 17:18:38 -07:00
mathematicalmichael
990faa0df7
cull idle servers was missing.
2019-01-04 16:59:31 -07:00
mathematicalmichael
b0e08e9a28
updated configs (but removed key on line 79 from commit)
2019-01-04 14:52:42 -07:00
M. Pilosov
7a8931e74c
stable.
2019-01-03 15:54:55 -07:00
M. Pilosov
0dc860068a
everything now working from a centralized place.
2019-01-03 14:39:12 -07:00
M. Pilosov
46263c24e3
everything works on master perfectly.
2019-01-03 09:47:52 -07:00
M. Pilosov
b2c33c7549
working
2019-01-03 02:17:00 -07:00
M. Pilosov
88ba451f37
jupyterhub config hash
2019-01-03 02:05:58 -07:00
Michael Pilosov
37f78caac4
permissions.
2019-01-03 04:53:17 +00:00
Michael Pilosov
5b0d688437
volumes now mounted with correct permissions
2019-01-02 21:19:52 +00:00
Michael Pilosov
8473a44985
updates to working config with spawner.
2018-12-28 04:09:31 +00:00
Cocoa Oikawa
5fc9d78a1f
in case of newline at the end of userlist file
...
It's a habit for some developers to append a newline at the end of the file, but line 82 did not take this into consideration. And the consequence is that JupyterHub would keep restarting.
2018-07-05 15:20:50 +08:00
Thomas Krijnen
807f82b24f
volume_driver is no longer a keyword argument to create_container()
...
Probably on account of https://github.com/docker/docker-py/issues/1543
2018-02-19 17:03:28 +01:00
Min RK
6917060215
use postgres for the database
2017-08-02 22:26:29 +02:00
Justin Tyberg
4c896ffe64
Do not pass host config options as start keyword args.
...
* Docker 1.12+ does not support host config options at container start.
(c) Copyright IBM Corp. 2016
2016-08-01 16:58:01 -04:00
Min RK
9e10f27b38
allow configuring the notebook directory
...
Makes it a bit easier if the image isn't based on docker-stacks.
2016-05-12 16:32:59 +02:00
Justin Tyberg
65c2a7c3da
Connect to Docker daemon on host through Unix socket.
...
Use Unix socket on host to communicate with daemon instead of
setting DOCKER_HOST and connecting using TLS over public IP.
(c) Copyright IBM Corp. 2016
2016-05-09 20:26:20 -04:00
Justin Tyberg
e1b9f8ed9a
Rename DOCKER_CONTAINER_IMAGE => DOCKER_NOTEBOOK_IMAGE
...
(c) Copyright IBM Corp. 2016
2016-04-19 12:21:46 -04:00
Justin Tyberg
73163c76b9
Initial version.
...
(c) Copyright IBM Corp. 2016
2016-04-14 15:17:14 -04:00