updated layout for small screens - colapsable sidepanel, fix issue with link to favicon when url_prefix is used

This commit is contained in:
2026-04-23 06:49:02 +00:00
parent a30eb4d42d
commit 62bf16589f
7 changed files with 156 additions and 55 deletions
+18
View File
@@ -0,0 +1,18 @@
[Unit]
Description=Gobsidian Notes Service
After=network.target
[Service]
Type=simple
User=webuser
Group=webuser
WorkingDirectory=/opt/projects/gobsidian
ExecStart=/opt/projects/gobsidian/gobsidian
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
# sudo cp gobsidian.service /etc/systemd/system/
# sudo systemctl daemon-reload && sudo systemctl enable gobsidian --now