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
89b02fdc
Commit
89b02fdc
authored
Apr 30, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clea
parent
cd3e3b0d
Pipeline
#3070
canceled with stage
in 11 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
+0
-25
Dockerfile.novnc
Dockerfile.novnc
+0
-1
novnc-supervisord.conf
novnc-supervisord.conf
+0
-24
No files found.
Dockerfile.novnc
View file @
89b02fdc
...
@@ -22,6 +22,5 @@ ENV HOME=/root \
...
@@ -22,6 +22,5 @@ ENV HOME=/root \
DISPLAY_HEIGHT=900 \
DISPLAY_HEIGHT=900 \
VNC_PASS=nanahira
VNC_PASS=nanahira
#COPY ./novnc-supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY ./pm2-novnc.json /usr/src/app/pm2-novnc.json
COPY ./pm2-novnc.json /usr/src/app/pm2-novnc.json
CMD ["pm2-docker", "/usr/src/app/pm2-novnc.json"]
CMD ["pm2-docker", "/usr/src/app/pm2-novnc.json"]
novnc-supervisord.conf
deleted
100644 → 0
View file @
cd3e3b0d
[
supervisord
]
nodaemon
=
true
[
program
:
X11
]
command
=
Xvfb
:
0
-
screen
0
425
x900x24
autorestart
=
true
[
program
:
x11vnc
]
command
=/
usr
/
bin
/
x11vnc
autorestart
=
true
[
program
:
novnc
]
command
=/
usr
/
src
/
noVNC
/
utils
/
launch
.
sh
--
vnc
localhost
:
5900
--
listen
8080
autorestart
=
true
[
program
:
socat
]
command
=
socat
tcp
-
listen
:
6000
,
reuseaddr
,
fork
unix
:/
tmp
/.
X11
-
unix
/
X0
autorestart
=
true
[
program
:
mirai
]
command
=
java
-
jar
./
mcl
.
jar
directory
=/
usr
/
src
/
app
autorestart
=
true
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