Compare commits

..

3 Commits

Author SHA1 Message Date
MickLesk 1ed30503b2 lazylibrarian: reinstall deps after git pull on update 2026-08-12 09:24:14 +02:00
community-scripts-pr-app[bot] 4bf3fda9c5 Update CHANGELOG.md (#16429)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-12 04:39:05 +00:00
CanbiZ (MickLesk) 68246453fe qf 2026-08-12 06:38:30 +02:00
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -521,6 +521,8 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
</details>
## 2026-08-12
## 2026-08-11
### 🚀 Updated Scripts
+1
View File
@@ -34,6 +34,7 @@ function update_script() {
msg_info "Updating $APP LXC"
$STD git -C /opt/LazyLibrarian pull origin master
$STD pip install --break-system-packages /opt/LazyLibrarian
msg_ok "Updated $APP LXC"
msg_info "Starting LazyLibrarian"
+1 -1
View File
@@ -151,7 +151,7 @@ Requires=redis.service
[Service]
WorkingDirectory=/opt/paperless/src
ExecStartPre=uv run -- python manage.py document_index reindex --if-needed --no-progress-bar
#ExecStartPre=uv run -- python manage.py document_index reindex --if-needed --no-progress-bar
ExecStart=uv run -- granian --interface asginl --ws --loop uvloop "paperless.asgi:application"
Environment=GRANIAN_HOST=::
Environment=GRANIAN_PORT=8000