New version authelia bitwarden-desktop element-web joplin-desktop vaultwarden vaultwarden-web

This commit is contained in:
thomas 2022-08-12 23:00:22 +02:00
parent 9359602185
commit 5ecefd0f87
22 changed files with 120 additions and 148 deletions

View file

@ -0,0 +1,17 @@
[Unit]
Description=joplin server
Documentation=https://github.com/laurent22/joplin
After=network.target
[Service]
User=joplin-server
Group=joplin-server
EnvironmentFile=/etc/default/joplin-server
ExecStart=/usr/bin/yarn --cwd /usr/lib/joplin-server/server/ start
WorkingDirectory=/var/lib/joplin-server/
Restart=on-failure
RestartSec=30s
[Install]
WantedBy=multi-user.target