Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Mumble Web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Armin Co
Mumble Web
Commits
5fb15d6d
Verified
Commit
5fb15d6d
authored
4 years ago
by
Armin Co
Browse files
Options
Downloads
Patches
Plain Diff
updated README.md
parent
f1d693b2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-1
27 additions, 1 deletion
README.md
with
27 additions
and
1 deletion
README.md
+
27
−
1
View file @
5fb15d6d
...
...
@@ -19,3 +19,29 @@ Therefore the command 'docker create' needs to be executed.
Afterwards the directory can be copied with 'docker cp'.
The container and the image are not longer needed, so they will be removed at the end.
**Verifying commits**
Commits made from the online editor are signed with the github web-flow key.
Other commits are not verified.
[
https://github.com/web-flow.gpg
](
https://github.com/web-flow.gpg
)
**Testing**
To test if the generation of the website files was succesfully
a test version can be run with websockify.
```
openssl req -newkey rsa:2048 -nodes -keyout test.key -x509 -days 365 -out test.crt
websockify --cert=test.crt --key=test.key --ssl-only --ssl-target --web=/home/node/dist 443 MUMBLE_SERVER:64738
```
**Deploy**
When the website is not deployed with websockify, it is still needed for the websocket.
```websockify --ssl-target 64737 MUMBLE_SERVER:64738```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment