github-actions[bot] on nightly
Update binny to 0.6.0 Update scribe to 3.9.0 Merge pull request #1610 from e… (compare)
mergify[bot] on master
Update binny to 0.6.0 Update scribe to 3.9.0 Merge pull request #1610 from e… (compare)
eikek on update-deps
Update binny to 0.6.0 Update scribe to 3.9.0 (compare)
github-actions[bot] on nightly
Update sbt-scalajs, scalajs-com… Merge pull request #1608 from e… (compare)
mergify[bot] on master
Update sbt-scalajs, scalajs-com… Merge pull request #1608 from e… (compare)
eikek on sbt-scalajs-1.10.1
Update sbt-scalajs, scalajs-com… (compare)
eikek on binny-core-0.5.0
eikek on binny-core-0.6.0
Update binny-core, binny-fs, bi… (compare)
eikek on http4s-circe-0.23.13
Update http4s-circe, http4s-dsl… (compare)
eikek on improve-zip
github-actions[bot] on nightly
Update dependency postgres to v… (compare)
renovate[bot] on postgres-14.x
renovate[bot] on master
Update dependency postgres to v… (compare)
renovate[bot] on postgres-14.x
Update dependency postgres to v… (compare)
eikek on binny-core-0.5.0
Update binny-core, binny-fs, bi… (compare)
github-actions[bot] on nightly
Improve performance of zip/unzi… Fail addon validation when joex… Merge pull request #1603 from e… (compare)
mergify[bot] on master
Improve performance of zip/unzi… Fail addon validation when joex… Merge pull request #1603 from e… (compare)
eikek on improve-zip
Fail addon validation when joex… (compare)
eikek on improve-zip
Improve performance of zip/unzi… (compare)
eikek on improve-zip
Improve performance of zip/unzi… (compare)
With unoconv -l Running it works
Have I run it as a systemd service ?
dsc admin generate-previews
to create preview images from the pdfs.
dsc admin generate-previews
to create preview images from the pdfs.
Finally. Basically I had two errors:
docspell.joex.base-url
is very much like docspell.restserver.base-url
so I thought those had to be the same which made the restserver try to ping itself.Bonus error: The error message I got from the joex was Cannot resolve host
which wasn't true at all and very misleading - making me try to work around mdns. The correct message would have been Connection refused
which curl gave me.
If you have examples for more http servers (e.g. apache), please let me know or add it to this site.
Caddy:
docspell.example.com {
reverse_proxy http://192.168.1.11:7880
}
http:
routers:
docspell:
rule: "Host(`docspell.example.com`)"
service: docspell
entryPoints:
- web-secure # or whatever you named it for SSL
services:
docspell:
loadBalancer:
servers:
- url: http://172.27.0.16:7880 # the ip of the container, localhost if you use docker port mapping
healthCheck:
path: /api/info/version
docker-compose logs -f consumedir
should show the logs of the consumedir container.
-r
flag for dsc
.
Hi eikek , I broke my setup running the wrong version of docker-compose file.. (a realy old one with SNAPSHOT...) now starting the correct one again I get some migration errors like this one:
docspell-restserver | SQL State : 42P07
docspell-restserver | Error Code : 0
docspell-restserver | Message : ERROR: relation "empty_trash_setting" already exists
docspell-restserver | Location : db/migration/postgresql/V1.25.0__add_empty_trash.sql (/opt/file:/opt/docspell-restserver-0.35.0/lib/com.github.eikek.docspell-store-0.35.0.jar!/db/migration/postgresql/V1.25.0__add_empty_trash.sql)
docspell-restserver | Line : 1
docspell-restserver | Statement : CREATE TABLE "empty_trash_setting" (
docspell-restserver | "cid" varchar(254) not null primary key,
docspell-restserver | "schedule" varchar(254) not null,
docspell-restserver | "created" timestamp not null,
docspell-restserver | foreign key ("cid") references "collective"("cid")
docspell-restserver | )
Is there a safe way to fix this? A flag or something to skip migrations if already done?
Many thanks in advance...
FULLTEXT
index type. But tbh, I'm not so fond of MariaDB and so this particular thing is not likely to happen soon (unless someone else is giving it a go :)). As an alternative, I like to add fulltext search for H2 in a nearer future… This would at least allow to use a file-based fulltext search backend, so you don't need to spin up another database or solr.