mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 10:23:26 +00:00
Final rewordings, postgres.ssl
, dark/light icon + dir based titles.
This commit is contained in:
@@ -142,6 +142,13 @@ Log all postgres queries in the console. Useful for debugging issues with the da
|
||||
This outputs sensitive, **DO NOT** run it in production.
|
||||
::
|
||||
|
||||
### `postgres.ssl`
|
||||
|
||||
- Type: `boolean`
|
||||
- Default: `false`
|
||||
|
||||
Enable SSL for postgres connections. Useful if you're using a hosted postgres database.
|
||||
|
||||
## Cryptography
|
||||
|
||||
All configurations related to cryptography.
|
||||
|
@@ -4,21 +4,19 @@ title: 'Changelog'
|
||||
|
||||
# Version 1.2.0
|
||||
|
||||
Bugfixes and optimization.
|
||||
|
||||
::alert{type="warning"}
|
||||
For this update, you will need to run migrations.
|
||||
::
|
||||
|
||||
- Added option to trust cloudflare IP headers for ratelimits
|
||||
- [Added option to trust Cloudflare IP headers for ratelimits](2.configuration.md#servertrustcloudflare)
|
||||
- Removed unused table
|
||||
- Optimized prometheus metrics, should make less indexes
|
||||
|
||||
# Version 1.1.5
|
||||
|
||||
Initial version of the backend.
|
||||
|
||||
- Prometheus metrics endpoint
|
||||
- Account creation/deletion endpoints
|
||||
- Endpoints for importing old account data
|
||||
- Endpoints for syncing data
|
||||
- Ratelimit system
|
||||
- Captcha system
|
||||
- [Ratelimit system](2.configuration.md#ratelimit)
|
||||
- [Captcha system](2.configuration.md#captcha)
|
||||
|
@@ -1,3 +1,4 @@
|
||||
title: 'Backend'
|
||||
icon: mdi:database
|
||||
navigation.redirect: /backend/introduction
|
||||
titleTemplate: '%s | Backend'
|
||||
|
Reference in New Issue
Block a user