doc/pages/02.administer/55.providers/20.server/server.md
OniriCorpe 7a01793062
Improve markdown formatting of pages, a lot of them are improperly formatted (#2429)
* Revert "Revert "markdown format""

* fix formating

* fix readme

* add .markdownlint.json

* add markdownlint-rules-grav-pages

* add markdownlint-rules-grav-pages files

* add license for Markdown Lint Rules for Grav Pages

* fix [figure] mess

* fix [figure] mess 2

* fix [figure] mess 3

* maj .gitignore

* various fixes

* fix markdownlint-rules-grav-pages

* second formater pass

* various manual fixes

* add .markdownlintignore

* markdownlintignore: auto-generated pages

* disable proper-names for html_elements

* another bunch of various markdown fixes

* Update pages/02.administer/10.install/20.dns_config/dns_config.es.md

Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
2024-03-23 08:59:52 +01:00

50 lines
1.2 KiB
Markdown

---
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>
- [Association ECOWAN](https://ecowan.fr) (VPS)
- [Scaleway Dedibox](https://www.scaleway.com/en/dedibox/operating-systems/) (dedicated server)
## YunoHost IT outsourcing
- [ReflexLibre](https://reflexlibre.net) (France only) <span class="chatons">CHATONS</span>
<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>