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
- Host: GitHub
- URL: https://github.com/kevin-doolaeghe/rpi-server
- Owner: kevin-doolaeghe
- Created: 2021-06-27T08:59:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T12:33:02.000Z (over 2 years ago)
- Last Synced: 2024-03-25T14:24:47.586Z (over 2 years ago)
- Topics: documentation, personal-project
- Language: Shell
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)