Experiment with addons

Addons allow to execute external programs in some context inside
docspell. Currently it is possible to run them after processing files.
Addons are provided by URLs to zip files.
This commit is contained in:
eikek
2022-04-22 14:07:28 +02:00
parent e04a76faa4
commit 7fdd78ad06
166 changed files with 8181 additions and 115 deletions

View File

@ -264,6 +264,9 @@ object Dependencies {
val circeGenericExtra = Seq(
"io.circe" %% "circe-generic-extras" % CirceVersion
)
val circeYaml = Seq(
"io.circe" %% "circe-yaml" % CirceVersion
)
// // https://github.com/Log4s/log4s;ASL 2.0
// val loggingApi = Seq(