Compare commits
No commits in common. "cc3f33a59c3480828b08b36f5f9f72fd5cea5121" and "085298876e9c31ddfec4b9cd42843ee6e3fff443" have entirely different histories.
cc3f33a59c
...
085298876e
5 changed files with 35 additions and 55 deletions
|
@ -3,21 +3,16 @@ name = "Services"
|
|||
pageRef = "services"
|
||||
weight = 10
|
||||
|
||||
# [[main]]
|
||||
# name = "Stacks"
|
||||
# pageRef = "stacks"
|
||||
# weight = 20
|
||||
[[main]]
|
||||
name = "Stacks"
|
||||
pageRef = "stacks"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Showcase"
|
||||
pageRef = "showcase"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "Tracking"
|
||||
pageRef = "logs"
|
||||
weight = 40
|
||||
|
||||
[[footer]]
|
||||
identifier = "github"
|
||||
pre = "github"
|
||||
|
@ -34,12 +29,7 @@ name = "Showcase"
|
|||
pageRef = "showcase"
|
||||
weight = 20
|
||||
|
||||
# [[footer]]
|
||||
# name = "Stacks"
|
||||
# pageRef = "stacks"
|
||||
# weight = 30
|
||||
|
||||
[[footer]]
|
||||
name = "Tracking"
|
||||
pageRef = "logs"
|
||||
weight = 40
|
||||
name = "Stacks"
|
||||
pageRef = "stacks"
|
||||
weight = 30
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
title: "Logging Policies"
|
||||
description: "How we log."
|
||||
layoutBackgroundHeaderSpace: false
|
||||
|
||||
cascade:
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
invertPagination: true
|
||||
showLikes: false
|
||||
showViews: false
|
||||
---
|
||||
|
||||
## No Cookies, NGINX Logs
|
||||
|
||||
We do not use cookies on any of our websites. Instead, we primarily use NGINX logs. Here's an example of what a user looks like to us:
|
||||
|
||||
```
|
||||
[16/Apr/2024:18:50:17 -0700] "https://web.myco.systems/" 200 5929 "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/123.0" -
|
||||
```
|
||||
|
||||
### Log breakdown:
|
||||
|
||||
- **Date:** 16th April, 2024, 6:50:17 PM (GMT-7 timezone)
|
||||
- **URL:** https://web.myco.systems/
|
||||
- **Response Code:** 200 (success)
|
||||
- **Response Size:** 5929 bytes
|
||||
- **User Agent:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/123.0
|
||||
- **Negative Information:** None
|
||||
|
||||
### We explicitly do not collect the following information:
|
||||
|
||||
- IP addresses
|
||||
- Page time
|
||||
- Site Referrers
|
||||
|
||||
We do not sell data to 3rd parties, our log retention policy is to wipe logs older than 180 days.
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Showcase"
|
||||
description: "Learn what we can do for your company."
|
||||
layoutBackgroundHeaderSpace: false
|
||||
|
||||
cascade:
|
||||
showDate: false
|
17
content/stacks/_index.md
Normal file
17
content/stacks/_index.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "Stacks"
|
||||
description: "Learn what we can do for your company."
|
||||
|
||||
cascade:
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
invertPagination: true
|
||||
showLikes: false
|
||||
showViews: false
|
||||
---
|
||||
|
||||
{{< lead >}}
|
||||
Simple, yet powerful. Learn how to use complex open-source tools.
|
||||
{{< /lead >}}
|
||||
|
||||
Learn about the software stacks we can develop your website on top of, these stacks have been selected for the ability to build broadly accessible websites that have a very light footprint on the server and client side.
|
11
content/stacks/go-node-php/_index.md
Normal file
11
content/stacks/go-node-php/_index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Hugo, iconCaptcha, NodeJS Forms"
|
||||
description: ""
|
||||
|
||||
cascade:
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
invertPagination: true
|
||||
showLikes: false
|
||||
showViews: false
|
||||
---
|
Loading…
Add table
Reference in a new issue