198b2f8f96
To make it work as before, some env variables are necessary to be available to the consumedir container. It's only needed there, but since the env file exists, they are now listed there. Also partially reverts the consumedir.dockerfile. Using the base-image makes sure that all build images are created from the same sources. |
||
---|---|---|
artwork | ||
docker | ||
modules | ||
nix | ||
project | ||
tools | ||
website | ||
.dockerignore | ||
.gitignore | ||
.mergify.yml | ||
.projectile | ||
.scala-steward.conf | ||
.scalafix.conf | ||
.scalafmt.conf | ||
.travis.yml | ||
build.sbt | ||
Changelog.md | ||
Contributing.md | ||
elm-analyse.json | ||
elm-package.json | ||
elm.json | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.md | ||
version.sbt |
Docspell
Docspell is a personal document organizer. You'll need a scanner to convert your papers into files. Docspell can then assist in organizing the resulting mess 😉. It is targeted for home use, i.e. families and households and also for (smaller) groups/companies.
You can associate tags, set correspondends and lots of other predefined and custom metadata. If your documents are associated with such meta data, you can quickly find them later using the search feature. But adding this manually is a tedious task. Docspell can help by suggesting correspondents, guessing tags or finding dates using machine learning. It can learn metadata from existing documents and find things using NLP. This makes adding metadata to your documents a lot easier. For machine learning, it relies on the free (GPL) Stanford Core NLP library.
Docspell also runs OCR (if needed) on your documents, can provide fulltext search and has great e-mail integration. Everything is accessible via a REST/HTTP api. A mobile friendly SPA web application is the default user interface. An Android app exists for conveniently uploading files from your phone/tablet. The feature overview lists some more points.
Impressions
Checkout the short demo videos (<1min), present on the project page. Here are some screenshots:
Try it
Docspell consists of several components. The probably quickest way to get started is to use the docker setup as described in the get started page. This is only three commands away:
git clone https://github.com/eikek/docspell
cd docspell/docker
DOCSPELL_HEADER_VALUE="my-secret-123" docker-compose up
Then go to http://localhost:7880
, sign up and login. Use the same
name for collective and user for now. More on that can be found
here.
Other ways are documented here:
- Install the provided
deb
file at your debian based system. - Download provided zip
file and run the script in
bin/
, as described here. - Using the nix package manager as described here. A NixOS module is available, too.
Documentation
The project page has lots of information on how to use and setup docspell.
Contributions/Support
Feedback and other contributions are very welcome! There is a gitter
room for chatting and questions.
You can also open an
issue for questions,
problems and other feedback; or make a mail to info [at] docspell.org
. I'll try to answer in time. You may want to check
Contributing.md for some starting points, too.
If you find this project any useful and want to support it via other means, giving a ⭐ is always encouraging and much appreciated. You can also support activity by donating via liberapay or paypal.
Thank you so much!
License
Docspell is free software, distributed under the GPLv3 or later.