Skip to content

Commit

Permalink
Fixes (#67)
Browse files Browse the repository at this point in the history
* enable sitemaps and add twitter link

* add description

* Update docs
amalshaji authored May 17, 2024
1 parent 20f69cb commit 5f48469
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/content/docs/server/index.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,11 @@ description: Guide to setting up portr server
### Prerequisites

- A virtual machine with docker installed (Hetzner 4GB 2 vCPU is cheap)
- DNS records for example.com (or your domain)
| Type | Name | Value |
|---|---|---|
| A | @ | your-server-ipv4 |
| A | * | your-server-ipv4 |
- [Cloudflare API token](/server/cloudflare-api-token/) - Required for wildcard subdomain SSL setup
- [Github oauth app credentials](/server/github-oauth-app/) - Required for admin dashboard login
- Port `2222` open on the server to accept incoming ssh connections

0 comments on commit 5f48469

Please sign in to comment.