Harry-zklcdc commited on
Commit
a2d8bb5
Β·
1 Parent(s): 6c602ed

[Del] πŸ˜… Remove Cloudflare Zero Trust

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -3
  2. supervisor.conf +0 -11
Dockerfile CHANGED
@@ -16,9 +16,6 @@ RUN curl -L https://github.com/Harry-zklcdc/go-bingai-pass/releases/latest/downl
16
  tar -zxvf go-bingai-pass-linux-amd64.tar.gz && \
17
  chmod +x go-bingai-pass
18
 
19
- RUN curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o cloudflared && \
20
- chmod +x cloudflared
21
-
22
  RUN apt-get remove -y curl && \
23
  apt-get clean && \
24
  rm -rf /var/lib/apt/lists/* && \
 
16
  tar -zxvf go-bingai-pass-linux-amd64.tar.gz && \
17
  chmod +x go-bingai-pass
18
 
 
 
 
19
  RUN apt-get remove -y curl && \
20
  apt-get clean && \
21
  rm -rf /var/lib/apt/lists/* && \
supervisor.conf CHANGED
@@ -37,14 +37,3 @@ autorestart=true
37
  startsecs=5
38
  stopwaitsecs = 5
39
  killasgroup=true
40
-
41
- [program:cloudflared]
42
- command=/app/cloudflared tunnel --no-autoupdate run --token %(ENV_CF_ZERO_TRUST_TOKEN)s
43
- directory=/app
44
- stdout_logfile=/dev/stdout
45
- stderr_logfile=/dev/stderr
46
- autostart=true
47
- autorestart=true
48
- startsecs=5
49
- stopwaitsecs = 5
50
- killasgroup=true
 
37
  startsecs=5
38
  stopwaitsecs = 5
39
  killasgroup=true