mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
854a596da3
The first use case for periodic task is the cleanup of expired invitation keys. This is part of a house-keeping periodic task.
20 lines
657 B
Markdown
20 lines
657 B
Markdown
---
|
|
layout: docs
|
|
title: ADRs
|
|
---
|
|
|
|
# ADR
|
|
|
|
- [0001 Components](adr/0001_components)
|
|
- [0002 Component Interaction](adr/0002_component_interaction)
|
|
- [0003 Encryption](adr/0003_encryption)
|
|
- [0004 ISO8601 vs Unix](adr/0004_iso8601vsEpoch)
|
|
- [0005 Job Executor](adr/0005_job-executor)
|
|
- [0006 More File Types](adr/0006_more-file-types)
|
|
- [0007 Convert HTML](adr/0007_convert_html_files)
|
|
- [0008 Convert Text](adr/0008_convert_plain_text)
|
|
- [0009 Convert Office Files](adr/0009_convert_office_docs)
|
|
- [0010 Convert Image Files](adr/0010_convert_image_files)
|
|
- [0011 Extract Text](adr/0011_extract_text)
|
|
- [0012 Periodic Tasks](adr/0012_periodic_tasks)
|