Direkt zum Hauptinhalt

Kürzlich aktualisierte Seiten

Migration from H2 to PostgreSQL

Inventar und Handbücher Teedy Installation and Configuration

Note that the migration will make you loosing all the OCR extracted text content from files in yo...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Automatic Mail Importing (Inbox Scanning)

Inventar und Handbücher Teedy Installation and Configuration

This feature can be configured by environment variables! → Environment Configuration

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Known Limitations

Inventar und Handbücher Teedy Installation and Configuration

General issues can be found in https://github.com/sismics/docs/issues If you delete a us...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Reprocess all files for a given user

Inventar und Handbücher Teedy API Scripts / database queries

Note that you can only re-process files which are your's! If you want to reprocess everything f...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Reindex / index repairing script

Inventar und Handbücher Teedy API Scripts / database queries

This script is for use as cron for example. By teedy username and password #!/bin/bash BAS...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Find ugly document titles

Inventar und Handbücher Teedy API Scripts / database queries

This statement looks for titles with unrequired whitespace duplicates /*title which contain doub...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Create new documents which act as collectors

Inventar und Handbücher Teedy API Scripts / database queries

This is an example for document names with german titles. We call this script once per month to a...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Scan for users without groups

Inventar und Handbücher Teedy API Scripts / database queries

To have better control about users, which logged in first time by LDAP and did not get mapped to ...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Undelete document

Inventar und Handbücher Teedy API Scripts / database queries

Once a document was deleted, we can restore most information except document files: SELECT * FRO...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Change owner of tags/files/documents

Inventar und Handbücher Teedy API Scripts / database queries

Within  Teedy, there is no function to change the owner of a document. So we cannot transfer docs...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Auto-delete guest tags

Inventar und Handbücher Teedy API Scripts / database queries

In case you have a guest login enabled and don't want to accept guest spamming you can prevent it...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Auto-delete guest comments

Inventar und Handbücher Teedy API Scripts / database queries

In case you have a guest login enabled and don't want to accept guest spamming you can prev...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Auto-delete guest documents

Inventar und Handbücher Teedy API Scripts / database queries

In case you have a guest login enabled and don't want to accept guest spamming you can prevent it...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Build web application server from Source

Inventar und Handbücher Teedy Installation and Configuration

This short tutorial shows how to build Teedy. Finally you will get a ready-to-deploy dms.war java...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Optical Character Recognition (OCR) and Scanning

Inventar und Handbücher Teedy File and Document Processing

Handling OCR data is stored in Teedy database table t_file which containts the string column fil...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Check index integrity / recompute quota

Inventar und Handbücher Teedy File and Document Processing

Sometimes the used space is wrong and may look like this: See also: https://github.com/sismics...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Grafana Monitoring / Statistics

Inventar und Handbücher Teedy File and Document Processing

Description A Grafana monitoring dashboard for Teedy (Sismics Docs) statistics. Helpful to have ...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Icons in document titles

Inventar und Handbücher Teedy File and Document Processing

Inside Teedy we can use  funny icons, if we know the correct Unicode number. Copy + Paste. Jus...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Manually fix broken document relations in database

Inventar und Handbücher Teedy File and Document Processing

Find documents which have relations to other documents which already were deleted Sometimes docu...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt

Teedy with PostgreSQL

Inventar und Handbücher Teedy Installation and Configuration

Teedy 1was tested sucessfully with PostgreSQL Version 16 and lower Install and configure Postgre...

Zuletzt aktualisiert: vor 3 Wochen von Mario Voigt