Add new item, change footer

This commit is contained in:
Owen Schwartz 2025-01-05 21:57:57 -05:00
parent fac6c01277
commit 2d8227f6bb
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
2 changed files with 2 additions and 1 deletions

View file

@ -68,6 +68,7 @@ Are you experienced with authentication procedures and best practices? We would
- [ ] A CICD deployment workflow to Docker and Github
- [ ] K8S installation via helm chart
- [ ] UDP/TCP targets if people want to expose custom apis or other traffic themselves.
- [ ] Sites that do not require newt or wireguard so you can traefik to anything
### SAAS

View file

@ -133,7 +133,7 @@ const config: Config = {
// ],
// },
],
copyright: `Copyright © ${new Date().getFullYear()} Fossorial, LLC`,
copyright: `${new Date().getFullYear()} Built by Fossorial`,
},
prism: {
theme: prismThemes.github,