Kürzlich aktualisierte Seiten
Migration from H2 to PostgreSQL
Note that the migration will make you loosing all the OCR extracted text content from files in yo...
Automatic Mail Importing (Inbox Scanning)
This feature can be configured by environment variables! → Environment Configuration
Known Limitations
General issues can be found in https://github.com/sismics/docs/issues If you delete a us...
Reprocess all files for a given user
Note that you can only re-process files which are your's! If you want to reprocess everything f...
Reindex / index repairing script
This script is for use as cron for example. By teedy username and password #!/bin/bash BAS...
Find ugly document titles
This statement looks for titles with unrequired whitespace duplicates /*title which contain doub...
Create new documents which act as collectors
This is an example for document names with german titles. We call this script once per month to a...
Scan for users without groups
To have better control about users, which logged in first time by LDAP and did not get mapped to ...
Undelete document
Once a document was deleted, we can restore most information except document files: SELECT * FRO...
Change owner of tags/files/documents
Within Teedy, there is no function to change the owner of a document. So we cannot transfer docs...
Auto-delete guest tags
In case you have a guest login enabled and don't want to accept guest spamming you can prevent it...
Auto-delete guest comments
In case you have a guest login enabled and don't want to accept guest spamming you can prev...
Auto-delete guest documents
In case you have a guest login enabled and don't want to accept guest spamming you can prevent it...
Build web application server from Source
This short tutorial shows how to build Teedy. Finally you will get a ready-to-deploy dms.war java...
Optical Character Recognition (OCR) and Scanning
Handling OCR data is stored in Teedy database table t_file which containts the string column fil...
Check index integrity / recompute quota
Sometimes the used space is wrong and may look like this: See also: https://github.com/sismics...
Grafana Monitoring / Statistics
Description A Grafana monitoring dashboard for Teedy (Sismics Docs) statistics. Helpful to have ...
Icons in document titles
Inside Teedy we can use funny icons, if we know the correct Unicode number. Copy + Paste. Jus...
Manually fix broken document relations in database
Find documents which have relations to other documents which already were deleted Sometimes docu...
Teedy with PostgreSQL
Teedy 1was tested sucessfully with PostgreSQL Version 16 and lower Install and configure Postgre...