Skip to content

Commit

Permalink
Merge pull request #3 from kemboi22/main
Browse files Browse the repository at this point in the history
Removed White Spaces On UI_HOMEDESCRIPTION in stirling-pdf-app.service
  • Loading branch information
kemboi22 authored Feb 7, 2024
2 parents 617c08f + fcd0d62 commit 4bb5643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion imageroot/etc/state-include.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
volumes/data
volumes/paperlessngx-media
volumes/config
volumes/log
state/stilringpdf.spdf_dump
Expand Down
8 changes: 4 additions & 4 deletions imageroot/systemd/user/stirling-pdf-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/stirling-pdf-app.pid \
--env METRICS_ENABLED=true \
--env SYSTEM_MAXFILESIZE=128 \
--env UI_APPNAMENAVBAR=Stirling-PDF \
--env UI_HOMEDESCRIPTION=site for Stirling-PDF \
--env UI_HOMEDESCRIPTION=Stirling-PDF \
--env UI_APPNAME=Stirling-PDF \
--env SYSTEM_DEFAULTLOCALE=en_US \
--env DOCKER_ENABLE_SECURITY=false \
--env SECURITY_ENABLELOGIN=false \
--volume=stirling-pdf/data:/usr/share/tesseract-ocr/5/tessdata:rw \
--volume=stirling-pdf/config:/configs:rw \
--volume=stirling-pdf/logs:/logs:rw \
--volume=stirling-pdf-data:/usr/share/tesseract-ocr/5/tessdata \
--volume=stirling-pdf-config:/configs \
--volume=stirling-pdf-logs:/logs \
${S_PDF_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/stirling-pdf-app.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP stirling-pdf-app
Expand Down

0 comments on commit 4bb5643

Please sign in to comment.