1: 2022-02-04 (金) 09:46:18 iseki  |
現: 2022-02-04 (金) 10:30:12 iseki  |
| * configurable-http-proxy [#pe68509b] | | * configurable-http-proxy [#pe68509b] |
| + | - https://github.com/jupyterhub/configurable-http-proxy |
| + | #br |
| + | *** 単体で動かす [#da4eff50] |
| + | **** configurable-http-proxy [#dbfdafe3] |
| + | configurable-http-proxy --port 8000 --api-port 8001 --default-target=http://202.26.150.55:8081 --ssl-cert /etc/gitlab/ssl/gitlab.crt --ssl-key /etc/gitlab/ssl/gitlab.key |
| + | #br |
| + | |
| + | **** jupyterhub.config [#e321da18] |
| + | c.JupyterHub.cleanup_proxy = False |
| + | c.ConfigurableHTTPProxy.should_start = False |
| + | c.ConfigurableHTTPProxy.api_url = 'http://localhost:8001' |
| + | c.ConfigurableHTTPProxy.auth_token = "ABCDEFG" |
| + | #br |
| + | *** Hack [#tecc4ae0] |
| + | ./fesvr -h 127.0.0.1:8002 -p 8001 -m feplg_xxx.so |
| + | ./fesvr -h 202.26.150.55:8081 -p 8099 -m feplg_nop.so --config gitlab.conf |
| + | ./fesvr -h 127.0.0.1:8000 -p 8100 -c -s -m feplg_nop.so --config gitlab.conf |
| + | configurable-http-proxy --port 8000 --api-port 8002 --default-target=http://202.26.150.55:8099 --ssl-cert /etc/gitlab/ssl/gitlab.crt --ssl-key /etc/gitlab/ssl/gitlab.key |
| + | |
| + | c.JupyterHub.cleanup_proxy = False |
| + | c.ConfigurableHTTPProxy.should_start = False |
| + | c.ConfigurableHTTPProxy.api_url = 'http://localhost:8001' |
| + | c.ConfigurableHTTPProxy.auth_token = "ABCDEFG" |
|
|
|