{"id":30318358,"url":"https://github.com/rocdane/vps-ubuntu","last_synced_at":"2025-08-17T20:11:41.198Z","repository":{"id":309637173,"uuid":"1037018217","full_name":"rocdane/vps-ubuntu","owner":"rocdane","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-13T00:28:58.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-13T02:33:53.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rocdane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-13T00:07:11.000Z","updated_at":"2025-08-13T00:29:01.000Z","dependencies_parsed_at":"2025-08-13T02:33:54.866Z","dependency_job_id":"c43c2471-cfed-4558-b60e-b7020fd0d5a6","html_url":"https://github.com/rocdane/vps-ubuntu","commit_stats":null,"previous_names":["rocdane/vps-ubuntu"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rocdane/vps-ubuntu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocdane%2Fvps-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocdane%2Fvps-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocdane%2Fvps-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocdane%2Fvps-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocdane","download_url":"https://codeload.github.com/rocdane/vps-ubuntu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocdane%2Fvps-ubuntu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899582,"owners_count":24664720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-17T20:10:45.559Z","updated_at":"2025-08-17T20:11:41.188Z","avatar_url":"https://github.com/rocdane.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guide Technique pour Configurer un VPS Ubuntu 24.04 LTS - DNS \u0026 Mail Server\n\n![Bash](https://img.shields.io/badge/Bash-5.2-blue)\n![Ubuntu](https://img.shields.io/badge/Ubuntu-24.04-orange)\n![License](https://img.shields.io/badge/License-MIT-green)\n\nCe guide fournit des instructions détaillées pour configurer un serveur VPS.\n\n## Table des Matières\n\n1. [Prérequis](#prérequis)\n2. [Configuration Initiale](#configuration-initiale)\n3. [Fonctionnalités clés](#fonctionnalités-clés)\n4. [Script d'Installation](#script-dinstallation-automatisé)\n\n## [Prérequis](prérequis)\n\n- Un VPS fraîchement installé avec Ubuntu 24.04 LTS\n- Un nom de domaine configurable\n- Accès root au serveur\n- Au moins 2GB de RAM recommandés\n\n## [Configuration Initiale](configuration-initale)\n\nModifiez ces variables au début du script :\n\n```bash\nDOMAIN=\"example.com\"               # Votre domaine principal\nEMAIL=\"admin@example.com\"          # Email administrateur\nIP_PUBLIC=\"\"                       # Laisser vide pour auto-détection\nMX_PRIORITY=10                     # Priorité MX (10 par défaut)\nDKIM_SELECTOR=\"mail\"               # Sélecteur DKIM\nTIMEZONE=\"Europe/Paris\"            # Fuseau horaire\n```\n\n## [Fonctionnalités clés](fonctionnalités-clés)\n\nFonctionnalités clés\n\n### DNS (Bind9) :\n\n- Configuration automatique des zones directe et inverse\n- DNSSEC intégré\n- Gestion des enregistrements MX, SPF, DMARC\n\n### Stack Email Complète :\n\n- Postfix avec TLS obligatoire\n- Dovecot pour IMAP/POP3 sécurisé\n- OpenDKIM/OpenDMARC pour l'authentification\n- SpamAssassin + ClamAV intégrés\n\n### Sécurité :\n\n- Certificats Let's Encrypt automatiques\n- Pare-feu UFW préconfiguré\n- Fail2Ban pour protection des services\n- Configuration TLS sécurisée (1.2/1.3 uniquement)\n\n### Autres caractéristiques :\n\n- Journalisation détaillée avec couleurs\n- Vérifications des dépendances\n- Idempotence (peut être relancé sans erreur)\n- Résumé final détaillé\n\n## [Script d'installation](script-dinstallation-automatisé)\n\nCe script automatise la configuration complète d'un serveur VPS Ubuntu 24.04 LTS avec :\n\n- Un serveur DNS (Bind9) avec DNSSEC\n- Une stack email complète (Postfix + Dovecot)\n- Des mesures de sécurité avancées (UFW, Fail2Ban, TLS)\n- Des certificats SSL Let's Encrypt\n\n## Support\n\nPour toute question ou problème, consultez la documentation officielle de :\n\n- [Ubuntu Server](https://laravel.com/docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocdane%2Fvps-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocdane%2Fvps-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocdane%2Fvps-ubuntu/lists"}