Compare commits

...

2 commits

Author SHA1 Message Date
Sophie Schiller 5979d8a1f9 hedgedoc: use global yarn in systemd unit
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
2022-04-11 00:34:56 +02:00
Sophie Schiller e76e48604e miniserver hedgedoc update 2022-04-11 00:34:33 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ Type=exec
Environment=NODE_ENV=production
Restart=always
RestartSec=2s
ExecStart=/opt/hedgedoc/node_modules/yarn/bin/yarn start --production
ExecStart=yarn start --production
CapabilityBoundingSet=
NoNewPrivileges=true
PrivateDevices=true

View file

@ -84,7 +84,7 @@ nodes['htz-cloud.miniserver'] = {
},
},
'hedgedoc': {
'version': '1.9.2',
'version': '1.9.3',
'config': {
'production': {
'allowAnonymousEdits': True,