diff --git a/docs/handbook/infrastructure/.nav.yml b/docs/handbook/infrastructure/.nav.yml index 0b03573..cfbf1f1 100644 --- a/docs/handbook/infrastructure/.nav.yml +++ b/docs/handbook/infrastructure/.nav.yml @@ -1,8 +1,6 @@ -title: Apps + Infrastructure +title: Infrastructure nav: - index.md - - servers_and_hosting - - network - - communication - - monitoring + - apps + - providers - naming_conventions.md \ No newline at end of file diff --git a/docs/handbook/infrastructure/apps/.nav.yml b/docs/handbook/infrastructure/apps/.nav.yml new file mode 100644 index 0000000..1e599be --- /dev/null +++ b/docs/handbook/infrastructure/apps/.nav.yml @@ -0,0 +1,4 @@ +title: Apps +nav: + - index.md + - monitoring \ No newline at end of file diff --git a/docs/handbook/infrastructure/apps/index.md b/docs/handbook/infrastructure/apps/index.md new file mode 100644 index 0000000..88f8079 --- /dev/null +++ b/docs/handbook/infrastructure/apps/index.md @@ -0,0 +1,11 @@ +# Apps + +!!! abstract "Placeholder Page" + This is a placeholder page. Please see the site navigation for any sub-pages that exist. + +--- + +!!! example "Work in Progress" + This page is not complete, and is subject to change. + + Want to help with this page? Please see [:octicons-arrow-right-24: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about_docs) for this site. \ No newline at end of file diff --git a/docs/handbook/infrastructure/monitoring/.nav.yml b/docs/handbook/infrastructure/apps/monitoring/.nav.yml similarity index 100% rename from docs/handbook/infrastructure/monitoring/.nav.yml rename to docs/handbook/infrastructure/apps/monitoring/.nav.yml diff --git a/docs/handbook/infrastructure/monitoring/beszel.md b/docs/handbook/infrastructure/apps/monitoring/beszel.md similarity index 78% rename from docs/handbook/infrastructure/monitoring/beszel.md rename to docs/handbook/infrastructure/apps/monitoring/beszel.md index 455fad0..76af88f 100644 --- a/docs/handbook/infrastructure/monitoring/beszel.md +++ b/docs/handbook/infrastructure/apps/monitoring/beszel.md @@ -4,7 +4,7 @@ Simple, lightweight server monitoring **URL**: [:octicons-tab-external-16: beszel.starcatsys.net](https://beszel.starcatsys.net) **Homepage**: [:octicons-link-external-24: beszel.dev](https://beszel.dev/) -**Hosting**: [:octicons-arrow-right-24: PikaPods](../servers_and_hosting/pikapods.md) `EU` +**Hosting**: [:octicons-arrow-right-24: PikaPods](../../providers/servers_and_hosting/pikapods.md) `EU` --- diff --git a/docs/handbook/infrastructure/monitoring/index.md b/docs/handbook/infrastructure/apps/monitoring/index.md similarity index 100% rename from docs/handbook/infrastructure/monitoring/index.md rename to docs/handbook/infrastructure/apps/monitoring/index.md diff --git a/docs/handbook/infrastructure/monitoring/uptime.md b/docs/handbook/infrastructure/apps/monitoring/uptime.md similarity index 79% rename from docs/handbook/infrastructure/monitoring/uptime.md rename to docs/handbook/infrastructure/apps/monitoring/uptime.md index 33a33fe..980d4e4 100644 --- a/docs/handbook/infrastructure/monitoring/uptime.md +++ b/docs/handbook/infrastructure/apps/monitoring/uptime.md @@ -4,7 +4,7 @@ Uptime Kuma is an easy-to-use self-hosted monitoring tool. **URL**: [:octicons-tab-external-16: uptime.starcatsys.net](https://uptime.starcatsys.net) **Homepage**: [:octicons-link-external-24: louislam/uptime-kuma - GitHub](https://github.com/louislam/uptime-kuma) -**Hosting**: [:octicons-arrow-right-24: PikaPods](../servers_and_hosting/pikapods.md) `EU` +**Hosting**: [:octicons-arrow-right-24: PikaPods](../../providers/servers_and_hosting/pikapods.md) `EU` diff --git a/docs/handbook/infrastructure/providers/.nav.yml b/docs/handbook/infrastructure/providers/.nav.yml new file mode 100644 index 0000000..c2f00e6 --- /dev/null +++ b/docs/handbook/infrastructure/providers/.nav.yml @@ -0,0 +1,6 @@ +title: Providers +nav: + - index.md + - servers_and_hosting + - network + - communication \ No newline at end of file diff --git a/docs/handbook/infrastructure/communication/.nav.yml b/docs/handbook/infrastructure/providers/communication/.nav.yml similarity index 100% rename from docs/handbook/infrastructure/communication/.nav.yml rename to docs/handbook/infrastructure/providers/communication/.nav.yml diff --git a/docs/handbook/infrastructure/communication/index.md b/docs/handbook/infrastructure/providers/communication/index.md similarity index 100% rename from docs/handbook/infrastructure/communication/index.md rename to docs/handbook/infrastructure/providers/communication/index.md diff --git a/docs/handbook/infrastructure/communication/mxroute.md b/docs/handbook/infrastructure/providers/communication/mxroute.md similarity index 100% rename from docs/handbook/infrastructure/communication/mxroute.md rename to docs/handbook/infrastructure/providers/communication/mxroute.md diff --git a/docs/handbook/infrastructure/communication/voipms.md b/docs/handbook/infrastructure/providers/communication/voipms.md similarity index 91% rename from docs/handbook/infrastructure/communication/voipms.md rename to docs/handbook/infrastructure/providers/communication/voipms.md index c34c714..800af69 100644 --- a/docs/handbook/infrastructure/communication/voipms.md +++ b/docs/handbook/infrastructure/providers/communication/voipms.md @@ -20,4 +20,4 @@ If you need to set or change your voicemail message for your direct line voicema !!! example "Work in Progress" This page is not complete, and is subject to change. - Want to help with this page? Please see [:octicons-arrow-right-24: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about_docs) for this site. \ No newline at end of file + Want to help with this page? Please see [:octicons-arrow-right-24: Editing this site](../../../meta/editing.md) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about_docs) for this site. \ No newline at end of file diff --git a/docs/handbook/infrastructure/providers/index.md b/docs/handbook/infrastructure/providers/index.md new file mode 100644 index 0000000..b6686a8 --- /dev/null +++ b/docs/handbook/infrastructure/providers/index.md @@ -0,0 +1,11 @@ +# Infrastructure Providers + +!!! abstract "Placeholder Page" + This is a placeholder page. Please see the site navigation for any sub-pages that exist. + +--- + +!!! example "Work in Progress" + This page is not complete, and is subject to change. + + Want to help with this page? Please see [:octicons-arrow-right-24: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about_docs) for this site. \ No newline at end of file diff --git a/docs/handbook/infrastructure/network/.nav.yml b/docs/handbook/infrastructure/providers/network/.nav.yml similarity index 100% rename from docs/handbook/infrastructure/network/.nav.yml rename to docs/handbook/infrastructure/providers/network/.nav.yml diff --git a/docs/handbook/infrastructure/network/bunny.md b/docs/handbook/infrastructure/providers/network/bunny.md similarity index 100% rename from docs/handbook/infrastructure/network/bunny.md rename to docs/handbook/infrastructure/providers/network/bunny.md diff --git a/docs/handbook/infrastructure/network/index.md b/docs/handbook/infrastructure/providers/network/index.md similarity index 100% rename from docs/handbook/infrastructure/network/index.md rename to docs/handbook/infrastructure/providers/network/index.md diff --git a/docs/handbook/infrastructure/servers_and_hosting/.nav.yml b/docs/handbook/infrastructure/providers/servers_and_hosting/.nav.yml similarity index 100% rename from docs/handbook/infrastructure/servers_and_hosting/.nav.yml rename to docs/handbook/infrastructure/providers/servers_and_hosting/.nav.yml diff --git a/docs/handbook/infrastructure/servers_and_hosting/hetzner.md b/docs/handbook/infrastructure/providers/servers_and_hosting/hetzner.md similarity index 100% rename from docs/handbook/infrastructure/servers_and_hosting/hetzner.md rename to docs/handbook/infrastructure/providers/servers_and_hosting/hetzner.md diff --git a/docs/handbook/infrastructure/servers_and_hosting/index.md b/docs/handbook/infrastructure/providers/servers_and_hosting/index.md similarity index 100% rename from docs/handbook/infrastructure/servers_and_hosting/index.md rename to docs/handbook/infrastructure/providers/servers_and_hosting/index.md diff --git a/docs/handbook/infrastructure/servers_and_hosting/nfsn.md b/docs/handbook/infrastructure/providers/servers_and_hosting/nfsn.md similarity index 100% rename from docs/handbook/infrastructure/servers_and_hosting/nfsn.md rename to docs/handbook/infrastructure/providers/servers_and_hosting/nfsn.md diff --git a/docs/handbook/infrastructure/servers_and_hosting/pikapods.md b/docs/handbook/infrastructure/providers/servers_and_hosting/pikapods.md similarity index 71% rename from docs/handbook/infrastructure/servers_and_hosting/pikapods.md rename to docs/handbook/infrastructure/providers/servers_and_hosting/pikapods.md index f881462..ce5b8e1 100644 --- a/docs/handbook/infrastructure/servers_and_hosting/pikapods.md +++ b/docs/handbook/infrastructure/providers/servers_and_hosting/pikapods.md @@ -5,8 +5,8 @@ [:octicons-link-external-24: Control panel](https://www.pikapods.com/pods) - limited access, contact admin if you need access or need to make changes ## Hosted Apps -- [:octicons-arrow-right-24: Beszel](../monitoring/beszel.md) -- [:octicons-arrow-right-24: Uptime](../monitoring/uptime.md) +- [:octicons-arrow-right-24: Beszel](../../apps/monitoring/beszel.md) +- [:octicons-arrow-right-24: Uptime](../../apps/monitoring/uptime.md) ## Regions When it makes sense, host any new pods in the `EU` region, as it places the pod closer to the majority of our services. For our USA hosted services, or in other special situations, pods can also be hosted in the `US` region. @@ -15,4 +15,4 @@ When it makes sense, host any new pods in the `EU` region, as it places the pod !!! example "Work in Progress" This page is not complete, and is subject to change. - Want to help with this page? Please see [:octicons-arrow-right-24: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about_docs) for this site. \ No newline at end of file + Want to help with this page? Please see [:octicons-arrow-right-24: Editing this site](../../../meta/editing.md) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about_docs) for this site. \ No newline at end of file