An open API service indexing awesome lists of open source software.

https://github.com/kevin-doolaeghe/rpi-server

Serveur Web+Samba+VPN sur Raspberry Pi
https://github.com/kevin-doolaeghe/rpi-server

documentation personal-project

Last synced: 12 months ago
JSON representation

Serveur Web+Samba+VPN sur Raspberry Pi

Awesome Lists containing this project

README

          

# Création d'un serveur sous Raspberry Pi

## Auteur

Kevin Doolaeghe

## Objectifs

Créer un serveur à partir d'une carte Raspberry Pi disposant des fonctionnalités suivantes :

- Administration à distance (SSH)
- Serveur de temps (NTP)
- Serveur Web (Apache/Tomcat)
- Serveur DNS
- Serveur de fichiers (Samba)
- Service d'authentification (LDAP)
- Protection par Firewall
- Serveur VPN
- Création de backup

## Sources

* [Guide du serveur Ubuntu](https://guide.ubuntu-fr.org/server/)
* [Serveur Linux - OpenClassroom](https://openclassrooms.com/fr/courses/1733551-gerez-votre-serveur-linux-et-ses-services/5236056-securisez-votre-serveur-web)