From d43a414e0872667010621b534c190a7d506089ef Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Thu, 3 Jul 2025 16:41:54 -0400 Subject: [PATCH] Add Security/PocketID --- docs/handbook/infrastructure/.nav.yml | 1 + .../handbook/infrastructure/security/.nav.yml | 4 ++++ .../handbook/infrastructure/security/index.md | 11 ++++++++++ .../infrastructure/security/pocket-id.md | 20 +++++++++++++++++++ 4 files changed, 36 insertions(+) create mode 100644 docs/handbook/infrastructure/security/.nav.yml create mode 100644 docs/handbook/infrastructure/security/index.md create mode 100644 docs/handbook/infrastructure/security/pocket-id.md diff --git a/docs/handbook/infrastructure/.nav.yml b/docs/handbook/infrastructure/.nav.yml index f9748ff..13b68e1 100644 --- a/docs/handbook/infrastructure/.nav.yml +++ b/docs/handbook/infrastructure/.nav.yml @@ -5,6 +5,7 @@ nav: - network - storage - communication + - security - monitoring - code - runbooks.md diff --git a/docs/handbook/infrastructure/security/.nav.yml b/docs/handbook/infrastructure/security/.nav.yml new file mode 100644 index 0000000..a7b3389 --- /dev/null +++ b/docs/handbook/infrastructure/security/.nav.yml @@ -0,0 +1,4 @@ +title: Security +nav: + - index.md + - pocket-id.md \ No newline at end of file diff --git a/docs/handbook/infrastructure/security/index.md b/docs/handbook/infrastructure/security/index.md new file mode 100644 index 0000000..3d07baf --- /dev/null +++ b/docs/handbook/infrastructure/security/index.md @@ -0,0 +1,11 @@ +# Security + +!!! 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-16: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about) for this site. \ No newline at end of file diff --git a/docs/handbook/infrastructure/security/pocket-id.md b/docs/handbook/infrastructure/security/pocket-id.md new file mode 100644 index 0000000..cdd3d13 --- /dev/null +++ b/docs/handbook/infrastructure/security/pocket-id.md @@ -0,0 +1,20 @@ +# Pocket ID + +Pocket ID is a simple and easy-to-use OIDC provider that allows users to authenticate with their passkeys to your services. + +## Quick Reference +**URL**: [:octicons-tab-external-16: id.starcat.systems](https://id.starcat.systems) +**Homepage**: [:octicons-link-external-16: pocket-id.org](https://pocket-id.org/) +**Hosting**: [:octicons-arrow-right-16: Hetzner](../servers_and_hosting/hetzner.md) :flag_fi: `HEL1` +**Project group**: `SCsys_infra` +**Configuration repo**: [:simple-forgejo: starcat-infra/auth-server](https://git.starcat.systems/starcat-infra/auth-server) + +## Additional Information +Please see the [:material-book-lock: Pocket ID](https://internal-handbook.starcatsys.net/infrastructure_apps/security/pocket-id/) page of the internal handbook for additional configuration and access information. + +--- + +!!! 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-16: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about) for this site. \ No newline at end of file