From fda7fe07e6046d003937e4e9ba8554afcd9f5e89 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Mon, 1 Jun 2026 18:22:37 +0100 Subject: [PATCH] remove digital ocean --- docs/ROUTERS.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/ROUTERS.md b/docs/ROUTERS.md index 39735dd86..a0aa9fa0a 100644 --- a/docs/ROUTERS.md +++ b/docs/ROUTERS.md @@ -169,19 +169,6 @@ Configuration options: After deployment (up to 5 minutes), get the server address from Linode tags or SSH: `smp://@`. -### DigitalOcean 1-click - -[SimpleX Server 1-click app](https://marketplace.digitalocean.com/apps/simplex-server) from DigitalOcean marketplace. - -After deployment, get the fingerprint from the Droplet console (`/etc/opt/simplex/fingerprint`). Server address: `smp://@`. - -To use FQDN instead of IP: - -```sh -smp-server delete -smp-server init [-l] -n -``` - ## Monitoring SMP and XFTP routers expose Prometheus metrics via a control port. The control port also supports commands for runtime inspection (queue counts, client counts, statistics). See module specs linked from each router section in [`spec/routers.md`](../spec/routers.md) (Control, Prometheus, Stats).