Sign inSign up

jdreinhardt/teedy

By jdreinhardt

Updated over 4 years ago

Unofficial multi-arch builds for Teedy (formerly Sismics Docs)

Image
9

500K+

jdreinhardt/teedy repository overview

Teedy multi-architecture builds

Teedy (formerly Sismics Docs) is an open source, lightweight document management system. The source code and project can be found here - https://github.com/sismics/docs.

The images are multi-architecture builds of Teedy. Currently supported architectures are amd64, arm32v7, and arm64v8. The latest tag builds are built after each push to the source repository. Version tags are based on the release code for that version. Current release version is: 1.9. Beta release version is 1.10. Dated tags are also created when a new built is pushed. Starting with the 20200413 builds there will no longer be separate build tags for each architecture.

Default credentials are admin:admin Make sure to update the default password.

Dockerfile and build script can be found here - https://github.com/jdreinhardt/docker-teedy

Tags

  • latest, 1.10
  • 1.9
  • 1.8

Usage Pattern

The following parameters are available

  • -e JAVA_OPTIONS customize the maximum size of the JAVA heap (default: 512m)
  • -e OCR_LANGS (>= 1.10) add additional OCR language support. Only English by default
  • -p 8080 web interface internal port
  • -v /data Teedy data location
Supported OCR Languages

Specifying additional languages is only supported started with version 1.10. Version 1.9 and earlier include all languages by default.

ara, chi-sim, chi-tra, dan, deu, fin, fra, heb, hin, hun, ita, jpn, jpn, kor, lav, nld, nor, pol, por, rus, spa, swe, tha, tur, ukr

Multiple languages can be added by comma-separating them.

Examples

Basic: docker run -p 80:8080 -v /mnt/teedy:/data jdreinhardt/teedy:latest

Advanced: docker run -e JAVA_OPTIONS=-Xmx1024m -e OCR_LANGS=spa,fra -p 80:8080 -v /mnt/teedy:/data jdreinhardt/teedy:latest

Tag summary

Content type

Image

Digest

Size

338.4 MB

Last updated

over 4 years ago

docker pull jdreinhardt/teedy