From 0dfae07ef00ed056f4415ebe03db0e2e00250e20 Mon Sep 17 00:00:00 2001 From: Anton Prokhorov Date: Tue, 30 Jul 2024 22:41:45 +0100 Subject: [PATCH] Small fixes in server docs --- docs/docs/install/server.md | 6 +++--- docs/docs/intro.md | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/docs/install/server.md b/docs/docs/install/server.md index 66c988d..03e3f7d 100644 --- a/docs/docs/install/server.md +++ b/docs/docs/install/server.md @@ -4,13 +4,13 @@ sidebar_position: 1 # Server -Sonar is self-hosted only, so to get started you need to install and configure its backend first. +Sonar is **self-hosted only**, so to get started you must install it to your own server. ## Prerequisites To install the Sonar Server, you must have: -- A Linux server with a public IP address (``) and Docker and Docker Compose installed. +- A Linux server with a public IP address (``) with Docker and Docker Compose installed. - A registered domain name (``). ## DNS configuration @@ -98,7 +98,7 @@ dsn = "postgres://sonar:@db:5432/sonar?sslmode=disable" # and renewed automatically. # Use "custom" only if you already have a long-lived wildcard TLS certificate for your domain and # you want to use it. -type = "custom" +type = "letsencrypt" # Let's Encrypt TLS configuration. [tls.letsencrypt] diff --git a/docs/docs/intro.md b/docs/docs/intro.md index e2c2cd4..a1ab8da 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -10,12 +10,10 @@ It is similar to [Burp Collaborator](https://portswigger.net/burp/documentation/ ## Features - Ability to create named payloads and receive notifications in the messenger of choice of all interactions with these payloads via DNS, HTTP, FTP and SMTP protocols. -- Currently supported messengers: - - [Telegram](https://telegram.org/) - - [Lark](https://www.larksuite.com/) +- Currently supported messengers: Telagram, Lark. - Ability to manage payloads and configure payloads via the messenger of choice or CLI tool. - Configurable DNS responses with the ability to return multiple records for a name or set up DNS rebinding. -- Configurable HTTP responses: static or dynamic using Go templates. +- Configurable HTTP responses: static or dynamic using Go template language. - Automatic TLS certificates with Let's Encrypt. - REST API.