mirror of
https://github.com/blasseye/WikiJs.git
synced 2025-10-10 12:25:06 +02:00
docs: update applications/ghost
This commit is contained in:
parent
b95b1d3a06
commit
37ae5fb077
1 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
title: Untitled Page
|
title: Untitled Page
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-08-28T18:31:42.689Z
|
date: 2025-08-28T18:33:18.549Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-08-28T18:07:31.592Z
|
dateCreated: 2025-08-28T18:07:31.592Z
|
||||||
|
@ -13,7 +13,7 @@ Ce guide décrit comment déployer Ghost dans un environnement conteneurisé ave
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📂 Arborescence du projet
|
## Arborescence du projet
|
||||||
|
|
||||||
```
|
```
|
||||||
ghost/
|
ghost/
|
||||||
|
@ -25,7 +25,7 @@ ghost/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⚙️ Fichier `docker-compose.yml`
|
## Fichier `docker-compose.yml`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
|
@ -116,7 +116,7 @@ MAIL_PASS=smtp_pass
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 Déploiement
|
## Déploiement
|
||||||
|
|
||||||
1. Créez les répertoires nécessaires :
|
1. Créez les répertoires nécessaires :
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ docker ps
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🌍 Accès
|
## Accès
|
||||||
|
|
||||||
* L’interface Ghost sera disponible à :
|
* L’interface Ghost sera disponible à :
|
||||||
**[https://blog.example.com](https://blog.example.com)**
|
**[https://blog.example.com](https://blog.example.com)**
|
||||||
|
@ -150,7 +150,7 @@ docker ps
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ Points importants
|
## Points importants
|
||||||
|
|
||||||
* **Sauvegardes** :
|
* **Sauvegardes** :
|
||||||
|
|
||||||
|
@ -161,7 +161,7 @@ docker ps
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📌 Conclusion
|
## Conclusion
|
||||||
|
|
||||||
Avec cette configuration, vous disposez d’un **CMS Ghost auto-hébergé**, sécurisé avec HTTPS grâce à **Traefik**, et supportant une **base MySQL persistante**.
|
Avec cette configuration, vous disposez d’un **CMS Ghost auto-hébergé**, sécurisé avec HTTPS grâce à **Traefik**, et supportant une **base MySQL persistante**.
|
||||||
Idéal pour héberger un blog personnel ou professionnel tout en gardant la maîtrise complète de vos données.
|
Idéal pour héberger un blog personnel ou professionnel tout en gardant la maîtrise complète de vos données.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue