Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
W
Warp Proxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Warp Proxy
Commits
32714061
"...Demo/svn:/svn.code.sf.net/p/irrlicht/code/trunk@5055" did not exist on "ab330c120405140828c568f5816c599fd09732b9"
Commit
32714061
authored
Oct 12, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow existing account
parent
389ce135
Pipeline
#6225
failed with stages
in 1 minute and 26 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
Dockerfile
Dockerfile
+2
-1
entrypoint.sh
entrypoint.sh
+6
-1
No files found.
Dockerfile
View file @
32714061
...
...
@@ -20,7 +20,8 @@ RUN apt update && \
apt
-y
install
cloudflare-warp
&&
\
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
&&
\
mkdir
-p
/root/.local/share/warp
&&
\
echo
'yes'
>
~/.local/share/warp/accepted-tos.txt
echo
'yes'
>
~/.local/share/warp/accepted-tos.txt
&&
\
mkdir
-p
/var/lib/cloudflare-warp
WORKDIR
/usr/src/app
...
...
entrypoint.sh
View file @
32714061
#!/bin/bash
echo
''
>
/var/lib/cloudflare-warp/cfwarp_service_log.txt
warp-svc &
daemonReady
=
1
...
...
@@ -9,7 +11,10 @@ while [[ "$daemonReady" != "0" ]]; do
done
echo
"Daemon started"
warp-cli
--accept-tos
register
if
[[
!
-f
"/var/lib/cloudflare-warp/reg.json"
]]
;
then
warp-cli
--accept-tos
register
fi
warp-cli set-mode proxy
warp-cli set-proxy-port
$LOCAL_PROXY_PORT
warp-cli connect
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment