From d26b4a5b97285f7a473469082ee8e302cc7dc135 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Mon, 7 Apr 2025 18:31:51 -0400 Subject: [PATCH] Create Attribution and Service Domains pages --- docs/about/.nav.yml | 4 +++- docs/about/attribution.md | 12 ++++++++++++ docs/about/service_domains.md | 13 +++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 docs/about/attribution.md create mode 100644 docs/about/service_domains.md diff --git a/docs/about/.nav.yml b/docs/about/.nav.yml index a95f0b9..58f9295 100644 --- a/docs/about/.nav.yml +++ b/docs/about/.nav.yml @@ -1,3 +1,5 @@ title: About nav: - - index.md \ No newline at end of file + - index.md + - service_domains.md + - attribution.md \ No newline at end of file diff --git a/docs/about/attribution.md b/docs/about/attribution.md new file mode 100644 index 0000000..8d1144f --- /dev/null +++ b/docs/about/attribution.md @@ -0,0 +1,12 @@ +# Attribution +This site, and all StarCat Systems projects, products, and services make use of open-source and freely-available content. We want to attribute those creators here. + +## Icons +- [StarCat Systems](https://starcat.systems) logo - adapted from [Cat](https://thenounproject.com/icon/cat-6441095/) by [Md Ahasan Habib](https://thenounproject.com/creator/md_ahasan/) from Noun Project. +- [`about` site](https://about.starcat.systems) icon - adapted from [Book](https://thenounproject.com/icon/book-7745194/) by [Kawalan Icon](https://thenounproject.com/creator/kawalan.studio/) from Noun Project. +- [`about-docs` repo](https://git.starcat.systems/starcatsys/about_docs) icon - adapted from [Book](https://thenounproject.com/icon/book-1833960/) by [Untashable](https://thenounproject.com/creator/untashable/) from Noun Project. +- [`starcat-infra` org](https://git.starcat.systems/starcat-infra) icon - adapted from [Engineering](https://thenounproject.com/icon/engineering-7486606/) by [sunardi](https://thenounproject.com/creator/matah3574/) from Noun Project. +- [`starcat-dev` org](https://git.starcat.systems/starcat-dev) icon - adapted from [lab](https://thenounproject.com/icon/lab-4581077/) by [cr9183353](https://thenounproject.com/creator/cr9183353/) from Noun Project. +- [Git server](https://git.starcat.systems/) icon - adapted from [Arcticons Thin Line Icons Collection](https://www.svgrepo.com/collection/arcticons-thin-line-icons/) by [Donnnno](https://www.svgrepo.com/author/Donnnno/) and from the StarCat Systems logo, above. +- [SourceCamp](https://source.camp) logo - adapted from [camp](https://thenounproject.com/icon/camp-7375488/) by [Ricons](https://thenounproject.com/creator/ricons/) from Noun Project. +- Icons used on this `about` site are by [Material Design](https://pictogrammers.com/library/mdi/), [FontAwesome](https://fontawesome.com/search?m=free), [Octicons](https://octicons.github.com/), and [Simple Icons](https://simpleicons.org/). \ No newline at end of file diff --git a/docs/about/service_domains.md b/docs/about/service_domains.md new file mode 100644 index 0000000..8047c12 --- /dev/null +++ b/docs/about/service_domains.md @@ -0,0 +1,13 @@ +# Service Domains +Here is a list of all domain names used by StarCat Systems and its projects and services. + +## Why does this list exist? +This list helps to ensure that you're only dealing with official, legitimate StarCat services. If you come across a site with a domain name that is not on this list, **do not** provide any personal or login information, and please contact Security immediately. + +## StarCat Service Domains List +- `starcat.systems` - the StarCat Systems homepage. Also hosts certain sites and services on its subdomains (like this site!) +- `about.starcat.systems` - the site that you're on right now! Our wiki and documentation site for all things StarCat. +- `login.starcat.systems` - the StarCat Accounts site. Use your StarCat Account to log in to all other StarCat Services. + - :fontawesome-solid-triangle-exclamation: This is the **only** site that you should enter your login information or 2FA information into. All StarCat sites and services will redirect to `login.starcat.systems` for you to log in. +- `*.starcatsys.net` - a backend domain used to host "under the hood" apps and services. It is unlikely that you would come across this domain. +- `starcatsys.instatus.com` - hosts our off-site system status page. Sign up here to receive notifications if we're having issues with any of our systems. \ No newline at end of file