Compare commits

..

No commits in common. "da5edf863b845f564f1fbfbf2445066a416b1e37" and "ee42ceb023a709916cca5652985cffed4ab43c6e" have entirely different histories.

6 changed files with 3 additions and 24 deletions

View file

@ -1,4 +1,3 @@
title: DocsHub title: DocsHub
nav: nav:
- index.md - index.md
- custom_domain.md

View file

@ -1,8 +0,0 @@
# Custom Domain
To use a custom domain with your documentation (`docs.yoursite.com`) instead of our hosted subdomain (`yourdocs.hosted.docshub.io`), you'll need to set up DNS records as follows:
## For docs that DON'T require a login
If your documentation is **public** (you don't need a username/password or SSO to access the site), create a `CNAME` record pointing to `cname.docshub.io`, and then set up your custom domain through the DocsHub portal.
## For docs that DO require a login
If your documentation is **private** (you need a username/password or SSO to access the site), create a `CNAME` record pointing to `authcname.docshub.io`, and then set up your custom domain through the DocsHub portal.

View file

@ -3,7 +3,7 @@
FreeScout is the super lightweight and powerful free open source help desk and shared inbox written in PHP (Laravel framework). It is a self hosted clone of HelpScout. FreeScout is the super lightweight and powerful free open source help desk and shared inbox written in PHP (Laravel framework). It is a self hosted clone of HelpScout.
## Quick Reference ## Quick Reference
**URL**: [:octicons-tab-external-16: freescout.starcatsys.net](https://freescout.starcatsys.net) **URL**: [:octicons-tab-external-16: tickets.starcatsys.net](https://tickets.starcatsys.net)
**Homepage**: [:octicons-link-external-16: freescout.net](https://freescout.net/) **Homepage**: [:octicons-link-external-16: freescout.net](https://freescout.net/)
**Hosting**: [:octicons-arrow-right-16: PikaPods](../servers_and_hosting/pikapods.md) :flag_eu: `EU` **Hosting**: [:octicons-arrow-right-16: PikaPods](../servers_and_hosting/pikapods.md) :flag_eu: `EU`

View file

@ -4,5 +4,4 @@ nav:
- beszel.md - beszel.md
- uptime.md - uptime.md
- pagerduty.md - pagerduty.md
- components.md
- umami.md - umami.md

View file

@ -1,2 +0,0 @@
# Monitoring Components
Please see the [:material-book-lock: Monitoring Components](https://internal-handbook.starcatsys.net/infrastructure_apps/monitoring/components/) page of the internal handbook for information.

View file

@ -22,13 +22,4 @@
- Primary: :flag_us: `ashburn` - Primary: :flag_us: `ashburn`
- Secondary: :flag_us: `hillsboro` - Secondary: :flag_us: `hillsboro`
**Dedicated**: All Hetzner dedicated servers are in :flag_eu: Europe, no particularly preferred datacenters. **Dedicated**: All Hetzner dedicated servers are in :flag_eu: Europe, no particularly preferred datacenters.
## Firewalls
Typical firewalls used on most cloud:
`allow_Beszel_agent_45876` - inbound `TCP`, port `45876`; inbound `ICMP`
`allow_web` - inbound `ICMP`; inbound `TCP`, port `80`; inbound `TCP`, port `443`
`allow_ssh22` - inbound `TCP`, port `22`; inbound `ICMP`