Fix Paperless URL

This commit is contained in:
Jan Kremer 2026-02-20 14:49:20 +01:00
parent a90011ae2f
commit b5152fc2ea
No known key found for this signature in database

View file

@ -10,6 +10,7 @@
# port = 28981; # port = 28981;
settings = { settings = {
PAPERLESS_URL = "https://docs.alpine-centauri.ts.net";
PAPERLESS_OCR_LANGUAGE = "deu+eng"; PAPERLESS_OCR_LANGUAGE = "deu+eng";
}; };
}; };