support:ghost_cms
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
support:ghost_cms [2025/07/18 12:58] – admin | support:ghost_cms [2025/07/19 12:35] (aktuell) – admin | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Ghost ====== | + | **<< |
+ | ====== Ghost Webserver | ||
- | {{: | + | {{: |
===== Dashboard / Webaccess ===== | ===== Dashboard / Webaccess ===== | ||
{{: | {{: | ||
+ | |||
+ | ===== Ghost in Docker ===== | ||
+ | Free and open-source blogging platform. Ghost in Docker installieren. | ||
+ | ==== Ghost installieren ==== | ||
+ | #### Wenn Webmin im Container installiert wird muss port 10000 hinzugefügt werden. | ||
+ | #### -p 10000:10000 \ | ||
+ | # | ||
+ | docker run -d \ | ||
+ | --name ghost-mydom \ | ||
+ | -e GHOST_HOST=ghost.mydom.ch \ | ||
+ | -e NODE_ENV=development \ | ||
+ | -e database__connection__filename='/ | ||
+ | -p 3001:2368 \ | ||
+ | -e url=https:// | ||
+ | -v some-ghost-data:/ | ||
+ | -e mail__transport=" | ||
+ | -e mail__from=" | ||
+ | -e mail__options__service=" | ||
+ | -e mail__options__host=" | ||
+ | -e mail__options__port=" | ||
+ | -e mail__options__auth__user=" | ||
+ | -e mail__options__auth__pass=" | ||
+ | ghost | ||
+ |
support/ghost_cms.1752836325.txt.gz · Zuletzt geändert: von admin