Final rewordings, postgres.ssl, dark/light icon + dir based titles.

This commit is contained in:
qtchaos
2024-01-02 04:13:28 +02:00
parent 927b23873f
commit f6de7b2240
21 changed files with 87 additions and 65 deletions

View File

@@ -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.

View File

@@ -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)

View File

@@ -1,3 +1,4 @@
title: 'Backend'
icon: mdi:database
navigation.redirect: /backend/introduction
titleTemplate: '%s | Backend'