billing frontend for mariadb. setup as otb_billing for outsidethebox.top accounting. also involved with outsidethedb
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

83 lines
2.8 KiB

{% extends "portal_base.html" %}
{% block content %}
<div class="card">
<h2>Outsidethebox.top Service Agreement (v1.1)</h2>
<p>You must read and accept this agreement before using the portal.</p>
<h3>1. Nature of Services</h3>
<p>
Outsidethebox.top provides a range of digital services including, but not limited to:
</p>
<ul>
<li>Data storage and file backup services</li>
<li>Video and image processing and conversion</li>
<li>GPS and location-based tracking applications</li>
<li>Web hosting and infrastructure services</li>
<li>Custom tools and SaaS-style applications</li>
</ul>
<p>
These services may involve the collection, storage, processing, and transmission of user data as required for proper functionality.
</p>
<h3>2. Use of Services</h3>
<p>
Each service provided by Outsidethebox.top may have specific operational requirements, including data handling, processing, or tracking capabilities.
</p>
<p>
By using any service, you acknowledge and accept the requirements necessary for that service to function.
</p>
<p>
If you do not agree with the requirements of a specific service, you must not use that service.
</p>
<h3>3. User Responsibility</h3>
<p>
You are responsible for:
</p>
<ul>
<li>Understanding the purpose and function of each service you use</li>
<li>Ensuring you have appropriate authorization for any data you upload or process</li>
<li>Choosing not to use services that conflict with your privacy or operational preferences</li>
</ul>
<h3>4. Data Handling</h3>
<p>
Outsidethebox.top systems may store, process, and transmit data as required to deliver services. This may include files, metadata, and service-related information.
</p>
<h3>5. Service-Specific Agreements</h3>
<p>
Certain services may present additional agreements or notices before use. These must be accepted before accessing those services.
</p>
<h3>6. Acceptance</h3>
<p>
By proceeding, you confirm that:
</p>
<ul>
<li>You understand the nature of the services provided</li>
<li>You accept that services may require data processing or tracking to function</li>
<li>You will not use services whose requirements you do not accept</li>
</ul>
<form method="post">
<label>
<input type="checkbox" name="accept" required>
I understand and accept the Outsidethebox.top account and service requirements.
</label>
<br><br>
<button type="submit" class="btn btn-primary">Continue</button>
<a href="/logout" class="btn">Logout</a>
</form>
</div>
{% endblock %}