add legal/privacy/tos draft pages
parent
356d819d95
commit
30619c3c69
@ -1,3 +1,4 @@
|
||||
public/
|
||||
bin/
|
||||
tmp
|
||||
*~
|
||||
|
@ -0,0 +1,30 @@
|
||||
---
|
||||
title: "Legalese"
|
||||
draft: false
|
||||
---
|
||||
|
||||
## [Copyright](#copyright)
|
||||
|
||||
The copyright of the software and content used to build the infrastructure is held by the individual contributors who implemented it, as found in the [git history](https://lab.enough.community/main/infrastructure/commits/master).
|
||||
|
||||
## [Intellectual Property](#ip)
|
||||
|
||||
[Did You Say “Intellectual Property”? It's a Seductive Mirage](https://www.gnu.org/philosophy/not-ipr.html)
|
||||
|
||||
## [Disclaimer of Warranty](#warranty)
|
||||
|
||||
There is no warranty for the service, to the extent permitted by applicable law. Except when otherwise stated in writing the service is provided "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose.
|
||||
|
||||
## [Limitation of Liability](#liability)
|
||||
|
||||
In no event unless required by applicable law or agreed to in writing will any member of the Hostea community, or any other party who modifies the service as permitted by Hostea, be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the service (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the service to operate with any other service), even if such member or other party has been advised of the possibility of such damages.
|
||||
|
||||
## [Interpretation of the Warranty and Liability disclaimers](#interpretation)
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the service.
|
||||
|
||||
## [Hosting](#hosting)
|
||||
|
||||
The services and this web site, as well as all sub-domains, are exclusively maintained and used by the individuals composing the Hostea. They can be reached at contact@hostea.org.
|
||||
|
||||
For details, see [the documentation](https://enough-community.readthedocs.io/).
|
@ -0,0 +1,44 @@
|
||||
---
|
||||
title: "Terms of Service"
|
||||
draft: false
|
||||
---
|
||||
|
||||
## [CHATONS Charter compliance](#chatons)
|
||||
|
||||
Hostea is committed to comply with the [CHATONS charter](https://framagit.org/chatons/CHATONS/-/blob/master/docs/charter-and-manifesto.md).
|
||||
|
||||
All applications and infrastructure software used in Hostea are published under a Free Software license.
|
||||
|
||||
## [User content](#user-content)
|
||||
|
||||
Hostea has no copyright claim over content uploaded by its users.
|
||||
|
||||
Hostea hosts, via application software, content in private spaces that are not publicly accessible. Hostea system administrators is committed to not look into those private spaces, even when they have the technical ability to do so, so as to respect the privacy expectations of hostea users.
|
||||
|
||||
## [Infrastructure](#infrastructure)
|
||||
|
||||
Hostea exclusively uses resources located in France, at the Graveline OVH datacenter (59820 Gravelines, Nord-Pas-de-Calais-Picardie, France) and at 12 bd Magenta, 75010 Paris, France. A copy of the backups is kept at Arndtstr 44, 10965 Berlin, Germany.
|
||||
|
||||
## [Security](#security)
|
||||
|
||||
Security updates are applied via [unattended upgrades](https://lab.enough.community/main/infrastructure/-/blob/master/playbooks/misc/upgrades-playbook.yml).
|
||||
|
||||
## [Backups](#backups)
|
||||
|
||||
Backups are managed [via the Enough backup playbook](https://lab.enough.community/main/infrastructure/-/tree/master/playbooks/backup) so that there exist at least one backup of each machine in a geographical location that is different from the one where it runs.
|
||||
|
||||
Disaster recovery involves rebooting the machine that was lost using a backup, either within a libvirt hypervisor or an OpenStack tenant.
|
||||
|
||||
## [GDPR compliance](#gdpr)
|
||||
|
||||
A user can request deletion or anonymisation of the data they are unable to delete themselves by sending a request to contact@hostea.org.
|
||||
|
||||
A user can request an copy of the data held by Hostea that they are unable to download themselves by sending a request to contact@hostea.org.
|
||||
|
||||
## [Editorial responsibility](#editor)
|
||||
|
||||
The person responsible for the editorial content published on Hostea is Loïc Dachary, 12 bd Magenta, 75010 Paris.
|
||||
|
||||
## [Human contact](#contact)
|
||||
|
||||
Hostea users are kindly invited to get in touch with loic@dachary.org and organize a meeting in person to discuss the services provided.
|
Loading…
Reference in New Issue