Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-mirai-cqhttp
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
docker-mirai-cqhttp
Commits
930e150f
Commit
930e150f
authored
Oct 02, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename
parent
b8b22963
Pipeline
#15736
passed with stages
in 8 minutes and 49 seconds
Changes
2
Pipelines
322
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile.novnc
Dockerfile.novnc
+1
-1
pm2-novnc.json
pm2-novnc.json
+1
-1
No files found.
Dockerfile.novnc
View file @
930e150f
...
...
@@ -6,7 +6,7 @@ RUN apt update && \
npm install -g pm2 && \
git clone --depth=1 https://github.com/kanaka/noVNC.git /usr/src/noVNC && \
git clone --depth=1 https://github.com/kanaka/websockify.git /usr/src/noVNC/utils/websockify \
&& sed -i -- "s/ps -p/ps -o pid | grep/g" /usr/src/noVNC/utils/
launch.sh
\
&& sed -i -- "s/ps -p/ps -o pid | grep/g" /usr/src/noVNC/utils/
novnc_proxy
\
&& rm -rf /usr/src/noVNC/.git /usr/src/noVNC/utils/websockify/.git \
&& apt -y purge git \
&& apt -y autoremove && \
...
...
pm2-novnc.json
View file @
930e150f
...
...
@@ -12,7 +12,7 @@
},
{
"name"
:
"novnc"
,
"script"
:
"/usr/src/noVNC/utils/
launch.sh
"
,
"script"
:
"/usr/src/noVNC/utils/
novnc_proxy
"
,
"args"
:
"--vnc localhost:5900 --listen 8080"
,
"interpreter"
:
"bash"
},
...
...
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