/documize-community

Fork of https://github.com/documize/community

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Documize Community Fork

For the original repository, see https://github.com/documize/community

Changes

Attachments get dumped to object storage

See 09931004

To configure:

  • Set DOCUMIZEBUCKET=some-bucket-here
  • If using Minio, set DOCUMIZEMINIO=http://id:secret@minio:9000
  • Otherwise, your AWS S3 config will be pulled from default locations

More DB options

See e81d81, 49e77c

Env Var Func Default
DOCUMIZEDBMAXIDLECONNS SetMaxIdleConns 30
DOCUMIZEDBMAXOPENCONNS SetMaxOpenConns 100
DOCUMIZEDBCONNMAXLIFETIME SetConnMaxLifetime 14400
DOCUMIZEDBCONNMAXIDLETIME SetConnMaxIdleTime 0 (unlimited)

Stuff is stubbed

We stop checking for changelogs and news and don't care about the "What's New" dot

Page loader

A progress bar shows between page loads

Others

Full list