Skip to content

Commit

Permalink
docs: remove deprecated configuration keys
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 3, 2024
1 parent 6ee47d6 commit 7eadb6f
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions website/docs/installation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,30 +61,6 @@ The duration after which an inactive session will expire. You can specify the ti

Defaults to 30 minutes.

#### ~~KOMGA_LIBRARIES_SCAN_CRON / komga.libraries-scan-cron: `<cron>`~~

This has been moved to [Library options: scan interval](/guides/libraries.md#scan-interval).

#### ~~KOMGA_LIBRARIES_SCAN_STARTUP / komga.libraries-scan-startup: `<true/false>`~~

This has been moved to [Library options: scan on startup](/guides/libraries.md#scan-on-startup).

#### ~~KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS / komga.libraries-scan-directory-exclusions: `<exclusions>`~~

This has been moved to [Library options: directory exclusions](/guides/libraries.md#directory-exclusions).

#### ~~KOMGA_REMEMBERME_KEY / komga.remember-me.key: `<key>`~~

This has been moved to Server Settings.

#### ~~KOMGA_REMEMBERME_VALIDITY / komga.remember-me.validity: `<duration>`~~

This has been moved to Server Settings.

#### ~~KOMGA_SESSIONTIMEOUT / komga.session-timeout: `<duration>`~~

This has been replaced by `server.servlet.session.timeout`.

#### KOMGA_DATABASE_FILE / komga.database.file: `<file path>`

File path for the SQLite database.
Expand All @@ -101,14 +77,6 @@ A list of origins to allow for CORS.

Defaults to empty list.

#### ~~KOMGA_DELETE_EMPTY_COLLECTIONS / komga.delete-empty-collections: `<true/false>`~~

This has been moved to Server Settings.

#### ~~KOMGA_DELETE_EMPTY_READ_LISTS / komga.delete-empty-read-lists: `<true/false>`~~

This has been moved to Server Settings.

#### KOMGA_OAUTH2_ACCOUNT_CREATION / komga.oauth2-account-creation: `<true/false>`

A boolean indicating whether Komga should create new users when a login via OAuth2/OIDC succeeds, but there is no existing user with that email.
Expand Down Expand Up @@ -146,14 +114,6 @@ Defaults to:

_When overriding this configuration, you need to use `${user.home}` instead of `~` (this is a specific Spring Boot variable)._

#### ~~KOMGA_TASKCONSUMERS / komga.task-consumers: `<int>`~~

This has been removed.

#### ~~KOMGA_TASKCONSUMERSMAX / komga.task-consumers-max: `<int>`~~

This has been removed.

## Sample Configuration File

Here is a sample `application.yml` file in case you need to customize it. Keep only the lines you need.
Expand Down

0 comments on commit 7eadb6f

Please sign in to comment.