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

@@ -12,7 +12,7 @@ Cloudflare has a generous free plan, so you don't need to pay anything unless yo
1. Create a GitHub account at https://github.com if you don't have one.
1. Click the `Deploy with workers` button above.
1. Click the `Authorize Workers` button to authorise Cloudflare to talk to GitHub.
1. Click the `Authorize Workers` button to authorize Cloudflare to talk to GitHub.
1. Authorize Cloudflare Workers in the GitHub page that pops up.
1. Follow the instructions to configure your Cloudflare account. Select `I have an account` if you have a Cloudflare account already, otherwise follow the link to create one.
1. Click the link to [`Workers Dashboard`](https://dash.cloudflare.com/sign-up?to=/:account/workers-and-pages){target="\_blank"} to find your account ID.

View File

@@ -4,7 +4,7 @@ title: 'Configuration'
# Proxy Config Reference
Adding environment variables is different for every platform, [here's a guide on how to add environment variables on Cloudflare](https://developers.cloudflare.com/workers/configuration/environment-variables/#add-environment-variables-via-the-dashboard). You'll have to do some research on your own if you aren't hosting the proxy on Cloudflare.
Adding environment variables is different for every platform, [here's a guide on how to add environment variables on Cloudflare](https://developers.cloudflare.com/workers/configuration/environment-variables/#add-environment-variables-via-the-dashboard){target="\_blank"}. You'll have to do some research on your own if you aren't hosting the proxy on Cloudflare.
# Reference
@@ -13,7 +13,7 @@ Adding environment variables is different for every platform, [here's a guide on
- Type: `string`
- Default: `""`
Turnstile secret key from the [Cloudflare dashboard](https://dash.cloudflare.com/sign-up?to=/:account/turnstile).
Turnstile secret key from the [Cloudflare dashboard](https://dash.cloudflare.com/sign-up?to=/:account/turnstile){target="\_blank"}.
::alert{type="warning"}
Keep in mind that you will also need to [configure the Turnstile key on the client](../3.client/3.configuration.md#vite_turnstile_key) and **configure the [`JWT_SECRET`](#jwt_secret) below.**
::

View File

@@ -4,14 +4,14 @@ title: 'Changelog'
# Version 2.1.0
- Added turnstile integration to secure your workers from abuse.
- [Added Turnstile integration](2.configuration.md#turnstile_secret) to secure your workers from abuse.
# Version 2.0.1
- bugfix where sometimes body would double read
- bugfix where sometimes no response would be given at all due to race condition
- Bugfix where sometimes body would double read
- Bugfix where sometimes no response would be given at all due to race condition
# Version 2.0.0
- full rewrite, now supports multiple platforms: nodejs, cloudflare, aws lambda
- standard proxy headers are no longer sent through. Which now doesn't send a client ip through anymore.
- Full rewrite, now supports multiple platforms: nodejs, Cloudflare, AWS lambda
- Standard proxy headers are no longer sent through. Which now doesn't send a client ip through anymore.

View File

@@ -1,3 +1,4 @@
title: 'Proxy'
icon: mdi:connection
navigation.redirect: /proxy/introduction
titleTemplate: '%s | Proxy'