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
64aa9ae8c8
updated singleuser configs for other image builds.
2019-01-03 17:05:45 -07:00
M. Pilosov
f7760967a6
cant quite get rstudio working in the image but its good enough and works.
2019-01-03 17:05:25 -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
312ed0188e
stable!
2019-01-02 21:15:38 +00:00
Michael Pilosov
5e1be2c0b1
stablest release. docker-spawner.
2019-01-02 19:29:25 +00:00
Michael Pilosov
55b99e04a2
postmerge and makefile.
2019-01-02 19:26:24 +00:00
Michael Pilosov
8b16c01d0a
Merge branch 'test'
2019-01-02 19:25:35 +00:00
Michael Pilosov
52ee80b471
everything working.
2019-01-02 07:43:09 +00:00
Michael Pilosov
607318772c
stopping here, not working but building.
2019-01-02 06:01:42 +00:00
Michael Pilosov
ebd879b883
restarting on a new ish.
2019-01-02 04:35:56 +00:00
Michael Pilosov
0c9dda690d
not working but i am about to try something different.
2019-01-02 03:41:11 +00:00
Michael Pilosov
ccd1ee7e4b
getting ready for deploy.
2019-01-02 01:43:28 +00:00
Michael Pilosov
aaa8e7c7d0
updated dockerfile version.
2019-01-02 01:14:38 +00:00
Michael Pilosov
8473a44985
updates to working config with spawner.
2018-12-28 04:09:31 +00:00
Min RK
d2bed7a1ce
Merge pull request #75 from minrk/bumps
...
jupyterhub 0.9.2
2018-09-03 14:53:41 +02:00
Min RK
04e1900691
jupyterhub 0.9.2
2018-09-03 14:53:04 +02:00
Min RK
16a970ec6b
Merge pull request #73 from BlueCocoa/patch-1
...
in case of newline at the end of userlist file
2018-09-03 14:43:59 +02: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
Min RK
1baac27d90
Merge pull request #64 from aothms/patch-1
...
volume_driver is no longer a keyword argument to create_container()
2018-02-19 18:30:47 +01: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
96e41209e5
Merge pull request #51 from dalg24/edit_postgres_db_mountpoint
...
Change mountpoint of the PostgreSQL database
2017-10-30 11:42:05 +01:00
Damien L-G
691815382b
Edit the mount point of the PostgreSQL database to match the VOLUME declaration in the official postgres image Dockerfile
...
Otherwise docker-compose creates an unamed volume mounted at /var/lib/postgresql/data along with the jupyterhub-db-data volume.
2017-10-20 17:13:52 -04:00
Min RK
c02a505d5b
Merge pull request #47 from minrk/08
...
Use JUPYTERHUB_VERSION as a build arg
2017-10-13 13:09:51 +02:00
Min RK
9d50233417
0.8.0 is out
2017-10-04 22:59:31 +02:00
Min RK
65ac9b2a3f
make JUPYTERHUB_VERSION a config option
...
and use it as a build arg for the Hub and single-use images
2017-10-03 16:23:31 +02:00
Min RK
fab261a2dd
bump base image
2017-10-03 16:02:58 +02:00
Min RK
7a129c42bf
bump oauthenticator, dockerspawner
2017-10-03 16:02:25 +02:00
Carol Willing
9ab7441312
Merge pull request #44 from jupyterhub/mention-zero-to-jupyterhub-k8s
...
Mention zero-to-jupyterhub-k8s project in README
2017-09-02 08:07:47 -05:00
Justin Tyberg
20f60f7374
Mention zero-to-jupyterhub-k8s project in README
2017-09-01 22:39:55 -04:00
Carol Willing
d6657a77ae
Merge pull request #42 from fm75/master
...
Update and rename LICENSE.md to LICENSE
2017-08-26 22:14:03 -04:00
Fred Mitchell
7e2d9c9f3f
Update and rename LICENSE.md to LICENSE
2017-08-26 12:17:17 -04:00
Justin Tyberg
30be6397a6
Merge pull request #38 from bryanwweber/fix-makefile
...
Add oauth.env target to Makefile
2017-08-23 22:45:20 -04:00
Bryan W. Weber
8d887f7a38
Add oauth.env target to Makefile
...
Since 6917060
, docker compose relies on an oauth.env file to get
the OAuth parameters, so the Makefile is updated to handle here
this change. In addition, the README is updated.
2017-08-23 09:22:45 -04:00
Min RK
ac6468e312
bump notebook tag
2017-08-20 09:57:18 +02:00
Min RK
e13b7c9407
update oauthenticator, dockerspawner
2017-08-16 16:44:30 +02:00
Min RK
7389e16821
docker package is not required for dockerspawner
2017-08-16 16:44:15 +02:00
Carol Willing
4d823a7fe0
Create CONTRIBUTING.md
2017-08-04 04:06:01 -07:00
Carol Willing
a9dfabe7c5
Merge pull request #37 from minrk/postgres
...
use postgres for the database
2017-08-03 09:54:52 -07:00
Min RK
6917060215
use postgres for the database
2017-08-02 22:26:29 +02:00
Min RK
a671e520fd
Merge pull request #23 from willingc/user-docs
...
[WIP] Edit README to be more user friendly
2017-08-02 22:22:41 +02:00
Carol Willing
cc3162f216
Merge pull request #35 from jtyberg/bump-0.7.2
...
Bump JupyterHub version to 0.7.2
2017-06-02 07:15:05 -07:00