mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-19 17:25:17 -05:00
docs: change redirection
docs: incl. public url
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user