Skip to content

Commit b2cfca0

Browse files
committed
Polish self-hosting copy
1 parent e4580a0 commit b2cfca0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/get-involved/self-hosting.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 3
66
---
77

8-
Turn any website into an RSS feed. Self-host your own instance and take back control of your information diet while helping the html2rss ecosystem grow.
8+
Turn any website into an RSS feed. Self-host your own instance to take back control of your information diet and help the html2rss ecosystem grow for everyone.
99

1010
## Before You Begin
1111

@@ -19,17 +19,17 @@ If that feels new, start with the [Getting Started guide](/web-application/getti
1919
Before you deploy, double-check this quick checklist:
2020

2121
- Docker Engine and Docker Compose Plugin are installed on the host.
22-
- Ports 80/443 (or the ports used by your TLS terminator) are open to the Internet if you plan to serve other users.
22+
- Ports 80/443 (or the ports used by your TLS terminator) are open to the internet if you plan to serve other users.
2323
- You can publish DNS for your chosen domain.
2424

2525
## Deployment Overview
2626

27-
1. Generate your `docker-compose.yml` and `config/feeds.yml` by following [Step 2 of the getting started guide](/web-application/getting-started/#step-2-create-the-configuration-file), then copy the resulting files into your deployment directory.
27+
1. Generate your `docker-compose.yml` and `config/feeds.yml` by following [Step 2 of the Getting Started guide](/web-application/getting-started/#step-2-create-the-configuration-file), then copy the resulting files into your deployment directory.
2828
2. Create an `.env` file with production credentials and the values documented in the [environment reference](/web-application/reference/env-variables). Generate new secrets (`openssl rand -hex 32`) and avoid reusing the samples from local testing.
2929
3. Adjust the compose file to match your host (volumes, proxy service, watchtower, resource limits). The [deployment guide](/web-application/how-to/deployment) shows complete examples for Caddy, health-check protection, and automatic updates.
3030
4. Start the stack with `docker compose up -d` and verify the application is reachable at your chosen domain or internal endpoint.
3131

32-
Need extra reliability? Integrate the instance with your existing reverse proxy, DNS, or platform tooling rather than running it ad hoc on a laptop. Treat it like any other production service so readers can trust it.
32+
For extra reliability, integrate the instance with your existing reverse proxy, DNS, or platform tooling rather than running it ad hoc on a laptop. Treat it like any other production service so readers can trust it.
3333

3434
## Harden & Secure
3535

0 commit comments

Comments
 (0)