Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Lynchburg Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lynchburg
Lynchburg Server
Commits
1582cd5f
Commit
1582cd5f
authored
4 years ago
by
Nils G.
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
c471e9e4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfiles/README.md
+17
-0
17 additions, 0 deletions
Dockerfiles/README.md
README.md
+5
-1
5 additions, 1 deletion
README.md
with
22 additions
and
1 deletion
Dockerfiles/README.md
+
17
−
0
View file @
1582cd5f
...
@@ -70,3 +70,20 @@ sudo do-release-upgrade
...
@@ -70,3 +70,20 @@ sudo do-release-upgrade
```
```
ausgefuehrt werden. Das dauert so 30min und erfordert eventuell Benutzereingaben
ausgefuehrt werden. Das dauert so 30min und erfordert eventuell Benutzereingaben
8) LetsEncrypt
Die Zertifikate werden automatisch erneuert. Definiert ist das in der Crontab vom Root Nutzer dazu:
```
sudo su
```
dann
```
crontab -e
```
und die Datei:
```
00 5 * * 1 /usr/bin/certbot renew
55 5 * * 1 /usr/sbin/service nginx restart
```
Holt sich 1x in der Woche automatisch neue Zertifikate und startet nginx neu.
This diff is collapsed.
Click to expand it.
README.md
+
5
−
1
View file @
1582cd5f
...
@@ -23,7 +23,11 @@ To communicate with the WebClients directly the server uses websockets. To make
...
@@ -23,7 +23,11 @@ To communicate with the WebClients directly the server uses websockets. To make
python ./websocket_messaging.py -k <KEY> -p 8888
python ./websocket_messaging.py -k <KEY> -p 8888
```
```
the hmac hardcoded into this app is
``67c371fd204fbcbf9742310d1a9d951bcca1aa86``
the hmac hardcoded into this app is
``67c371fd204fbcbf9742310d1a9d951bcca1aa86``
1) If you run web2py with https enabled, you MUST also provide the
c
ertificat to the websockets server (Provide the path). More help via:
1) If you run web2py with https enabled, you MUST also provide the
C
ertificat
e
to the websockets server (Provide the path). More help via:
```
```
python ./websocket_messaging.py --help
python ./websocket_messaging.py --help
```
```
### Serveradministration
See
[
Serveradministration
](
/Dockerfiles
)
\ 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