Compare commits
4 commits
ee42ceb023
...
da5edf863b
Author | SHA1 | Date | |
---|---|---|---|
da5edf863b | |||
4da1e82097 | |||
0c02e1f24b | |||
d8645a9952 |
6 changed files with 24 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
title: DocsHub
|
||||
nav:
|
||||
- index.md
|
||||
- custom_domain.md
|
8
docs/docshub/custom_domain.md
Normal file
8
docs/docshub/custom_domain.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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.
|
|
@ -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.
|
||||
|
||||
## Quick Reference
|
||||
**URL**: [:octicons-tab-external-16: tickets.starcatsys.net](https://tickets.starcatsys.net)
|
||||
**URL**: [:octicons-tab-external-16: freescout.starcatsys.net](https://freescout.starcatsys.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`
|
||||
|
||||
|
|
|
@ -4,4 +4,5 @@ nav:
|
|||
- beszel.md
|
||||
- uptime.md
|
||||
- pagerduty.md
|
||||
- components.md
|
||||
- umami.md
|
2
docs/handbook/infrastructure/monitoring/components.md
Normal file
2
docs/handbook/infrastructure/monitoring/components.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# 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.
|
|
@ -23,3 +23,12 @@
|
|||
- Secondary: :flag_us: `hillsboro`
|
||||
|
||||
**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`
|
Loading…
Add table
Add a link
Reference in a new issue