Compare commits
2 commits
ca69969dad
...
5979d8a1f9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5979d8a1f9 | ||
![]() |
e76e48604e |
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Type=exec
|
||||||
Environment=NODE_ENV=production
|
Environment=NODE_ENV=production
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2s
|
RestartSec=2s
|
||||||
ExecStart=/opt/hedgedoc/node_modules/yarn/bin/yarn start --production
|
ExecStart=yarn start --production
|
||||||
CapabilityBoundingSet=
|
CapabilityBoundingSet=
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
|
|
|
@ -84,7 +84,7 @@ nodes['htz-cloud.miniserver'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'hedgedoc': {
|
'hedgedoc': {
|
||||||
'version': '1.9.2',
|
'version': '1.9.3',
|
||||||
'config': {
|
'config': {
|
||||||
'production': {
|
'production': {
|
||||||
'allowAnonymousEdits': True,
|
'allowAnonymousEdits': True,
|
||||||
|
|
Loading…
Add table
Reference in a new issue