Skip to content

Commit

Permalink
Add vps section to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khnielsen committed Jun 1, 2024
1 parent f5f3ac1 commit bb0eeae
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/vps-hosting/abuse.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
id: abuse
title: Abuse handling
sidebar_label: Abuse handling
---

Below is a short list of items that you cannot do.

1. Send spam from our servers in any way
2. Use our servers to portscan/bruteforce or otherwise attack other hosts
3. Any kind of mining software
4. Any kind of PLEX reselling (Plex shares)
5. No hosting of offensive content

The above list is to be updated, always refer to the acceptable use policy for a larger overview
22 changes: 22 additions & 0 deletions docs/vps-hosting/fair-use-policy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
id: fair-use-policy
title: Fair-use Policy
sidebar_label: fair-use
---

Fair Use Policy for Internet Connection
Introduction:
This Fair Use Policy (FUP) outlines the terms and conditions under which users may utilize the internet connection provided by hostingby.design. The purpose of this policy is to ensure fair and reasonable usage of bandwidth while providing an optimal experience for all users.

1. Connection Speed and Capacity:
Users are entitled to connect their virtual machines according to the specification bought, with the capability to burst to their maximum port capacity. The upload and download speeds are symmetrical, ensuring equitable performance.

2. Data Traffic Limitation:

Under the Fair Use Policy, users are expected to utilize the internet connection responsibly. While there is no strict limit on data traffic, users are encouraged to operate within reasonable usage patterns. It is assumed that users will not utilize their port at full capacity 24×7.

3. Monitoring and Enforcement:
hostingby.design reserves the right to monitor data traffic usage to ensure compliance with the Fair Use Policy. In the event that a user’s data traffic exceeds the subjective FUP limits, a hostingby.design engineer will contact the user to discuss upgrade options.

4. Upgrade Options:
If a user’s data traffic exceeds the subjective FUP limits, hostingby.design will work with the user to explore upgrade options. This may include upgrading to unlimited data traffic. hostingby.design will keep upgrade options reasonable and will not charge users for bandwidth already used before contacting them.
13 changes: 13 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,18 @@ module.exports = {
},
],
},
{
type: "category",
label: "VPS Hosting",
collapsed: true,
items: [
{
"Getting Started": [
"vps-hosting/abuse",
"vps-hosting/bandwidth",
],
},
],
},
],
};

0 comments on commit bb0eeae

Please sign in to comment.