2021-09-21 01:49:43 +02:00
|
|
|
---
|
|
|
|
title: Server providers
|
|
|
|
template: docs
|
|
|
|
taxonomy:
|
|
|
|
category: docs
|
|
|
|
never_cache_twig: true
|
|
|
|
twig_first: true
|
|
|
|
process:
|
|
|
|
markdown: true
|
|
|
|
twig: true
|
|
|
|
routes:
|
|
|
|
default: '/providers/server'
|
|
|
|
---
|
|
|
|
|
|
|
|
## Pre-installed YunoHost Offers
|
|
|
|
|
|
|
|
* [Alsace Réseau Neutre](https://arn-fai.net) (VPS) <span class="ffdn">FFDN</span> <span class="chatons">CHATONS</span>
|
|
|
|
|
2022-01-27 13:02:45 +01:00
|
|
|
* [Association ECOWAN](https://ecowan.fr) (VPS
|
|
|
|
|
2021-09-21 01:49:43 +02:00
|
|
|
* [Scaleway Dedibox](https://www.scaleway.com/en/dedibox/operating-systems/) (dedicated server)
|
|
|
|
|
|
|
|
## YunoHost IT outsourcing
|
|
|
|
|
2021-09-21 02:26:41 +02:00
|
|
|
* [ReflexLibre](https://reflexlibre.net) (France only) <span class="chatons">CHATONS</span>
|
2021-09-21 01:49:43 +02:00
|
|
|
|
|
|
|
<style>
|
|
|
|
.ffdn {
|
|
|
|
background-color: #3a87ad;
|
|
|
|
border-radius: 3px;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 4px 4px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 14px;
|
|
|
|
color: #f8f8f8;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
.chatons {
|
|
|
|
background-color: #f0980c;
|
|
|
|
border-radius: 3px;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 4px 4px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 14px;
|
|
|
|
color: #f8f8f8;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
</style>
|