docs: change redirection

docs: incl. public url
pull/112/head
Paul Makles 2 months ago
parent 1cdb6b7ae0
commit 61f21fa38c
No known key found for this signature in database
GPG Key ID: 5059F398521BB0F6

@ -23,8 +23,10 @@ This repository contains configurations and instructions that can be used for de
## Quick Start (for advanced users) ## Quick Start (for advanced users)
> [!IMPORTANT] > [!CAUTION]
> This guide is intended for system administrators that wish to know the bare minimum to deploy, please go to the [Deployment section](#deployment) for detailed instructions! > This guide is intended for system administrators that wish to know the bare minimum to deploy.
>
> # [Read full deployment guide here!](#deployment)
Prerequisites before continuing: Prerequisites before continuing:
@ -45,6 +47,7 @@ Copy `.env` and download `Revolt.toml`, then modify them according to your requi
```bash ```bash
echo "HOSTNAME=http://local.revolt.chat" > .env.web echo "HOSTNAME=http://local.revolt.chat" > .env.web
echo "REVOLT_PUBLIC_URL=http://local.revolt.chat/api" >> .env.web
wget -O Revolt.toml https://raw.githubusercontent.com/revoltchat/backend/main/crates/core/config/Revolt.toml wget -O Revolt.toml https://raw.githubusercontent.com/revoltchat/backend/main/crates/core/config/Revolt.toml
``` ```

Loading…
Cancel
Save