This commit is contained in:
parent
70e24ff862
commit
3c7ca98709
3 changed files with 43 additions and 10 deletions
|
@ -9,8 +9,8 @@ mainSections = ["services"]
|
||||||
|
|
||||||
disableImageOptimization = false
|
disableImageOptimization = false
|
||||||
|
|
||||||
defaultBackgroundImage = "styles/backgrounds/single-brick.png"
|
defaultBackgroundImage = "/styles/backgrounds/single-brick.png"
|
||||||
defaultFeaturedImage = "styles/backgrounds/single-brick.png"
|
defaultFeaturedImage = "/styles/backgrounds/single-brick.png"
|
||||||
|
|
||||||
highlightCurrentMenuArea = true
|
highlightCurrentMenuArea = true
|
||||||
smartTOC = true
|
smartTOC = true
|
||||||
|
@ -28,7 +28,7 @@ showScrollToTop = true
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "background"
|
layout = "background"
|
||||||
homepageImage = "styles/backgrounds/single-brick.png"
|
homepageImage = "/styles/backgrounds/single-brick.png"
|
||||||
showRecent = true
|
showRecent = true
|
||||||
showRecentItems = 6
|
showRecentItems = 6
|
||||||
showMoreLink = false
|
showMoreLink = false
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Building a more open and equitable internet, starting with your organization.
|
**Building a more open and equitable internet, starting with your organization.**
|
||||||
|
|
||||||
No more bloated websites, licensing fees, or shady proprietary software,
|
**No more bloated websites, licensing fees, or shady proprietary software,
|
||||||
we want to help you and your organization switch to a no-bullshit model of internet infrastructure.
|
we want to help you and your organization switch to a no-bullshit model of internet infrastructure.**
|
||||||
|
|
||||||
Take a look around, and learn about our 100% open-source solutions for websites and IT systems.
|
**Take a look around, and learn about our 100% open-source solutions for websites and IT systems.**
|
||||||
|
|
||||||
<a href="mailto:interfacing@myco.systems">
|
<a href="mailto:interfacing@myco.systems">
|
||||||
<button id="contact-button" class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700" style="width: 100%;font-weight: bold;font-size: large;" >Contact Us!</button>
|
<button id="contact-button" class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700" style="width: 100%;font-weight: bold;font-size: large;" >Contact Us!</button>
|
||||||
|
|
|
@ -4,13 +4,46 @@ draft: false
|
||||||
description: "Learn about our web hosting offerings."
|
description: "Learn about our web hosting offerings."
|
||||||
---
|
---
|
||||||
|
|
||||||
We present a simple solution for scalable website deployments featuring a location based [Anycast](https://www.cloudflare.com/learning/cdn/glossary/anycast-network/) server network. We utilize servers from providers that offer a simple Anycast system which means you website will always be served by the closest available server. Your static sites are delivered from up to 4 regions:
|
### Static Sites
|
||||||
|
|
||||||
|
We present a simple solution for scalable website deployments featuring a location based [Anycast](https://www.cloudflare.com/learning/cdn/glossary/anycast-network/) network. We use Anycast to serve your website from the closest available server. Your static sites are delivered from up to 4 regions:
|
||||||
|
|
||||||
- **Asia**
|
- **Asia**
|
||||||
- **Europe**
|
- **Europe**
|
||||||
- **US-East**
|
- **US-East**
|
||||||
- **US-West**
|
- **US-West**
|
||||||
|
|
||||||
We offer docker hosts located in our US-East datacenters meaning that services for forms and simple web apps can be served behind you static sites.
|
Deployment is done using a [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_integration) service such as [Act](https://github.com/nektos/act), DroneCI, Gitlab CI, etc. Your site will be pushed to every server when you merge your changes into the main branch of your repository. **Does your team not know how to use git?** Ask us about hosting a CMS like [Sveltia](https://github.com/sveltia/sveltia-cms) or [Directus](https://directus.io/) that integrates with your CI pipeline.
|
||||||
|
|
||||||
For more power-hunger applications we also offer the ability to run game servers, VOIP, or any other latency reliant service over Anycast for an added fee.
|
### Backend Services
|
||||||
|
|
||||||
|
We provide the capability to operate game servers, VOIP systems, or any other latency-sensitive service using Anycast technology for a nominal cost.
|
||||||
|
|
||||||
|
If you don't require a heavy load service and simply need a data storage solution, we offer Docker hosts situated in our US-East and US-West data centers. These enable you to efficiently manage and deploy your service or database without incurring the high management fees associated with major cloud providers like AWS, Azure, or Digital Ocean.
|
||||||
|
|
||||||
|
### DDoS Protection
|
||||||
|
|
||||||
|
Across all ingress points we use Path.net DDoS protection, providing your website with up to 3.5+ Tbits/s of flood protection. If you have a particularly volnerable service you need to protect, they have specialized profiles for:
|
||||||
|
|
||||||
|
#### Volumetric Attacks
|
||||||
|
- TCP Flood Attacks
|
||||||
|
- HTTP GET/POST Floods
|
||||||
|
- UDP Flood Attacks
|
||||||
|
- UDP Fragmentation Attacks
|
||||||
|
- XORDDOS
|
||||||
|
|
||||||
|
#### Reflective Attacks
|
||||||
|
- NTP Amplification
|
||||||
|
- DNS Amplification
|
||||||
|
- Chargen Responses
|
||||||
|
- SSDP/UPNP Responses
|
||||||
|
- SNMP Responses
|
||||||
|
|
||||||
|
#### Resource Exhaustion Attacks
|
||||||
|
- Invalid port numbers
|
||||||
|
- Private IP address attacks
|
||||||
|
- Slow HTTP requests (Slowloris, RUDY, etc)
|
||||||
|
- HOIC, and LOIC
|
||||||
|
- SYN, Spoofed SYN, SYN-ACK floods, etc
|
||||||
|
|
||||||
|
[Source](https://buyvm.net/ddos-protection/)
|
Loading…
Add table
Reference in a new issue