From 432e2fc69356c021fc904384a5e885ab812ec949 Mon Sep 17 00:00:00 2001 From: hhf Date: Thu, 5 Dec 2024 21:34:28 +0530 Subject: [PATCH] Add ghost-cms/ghost-cms-template.xml --- ghost-cms/ghost-cms-template.xml | 78 ++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 ghost-cms/ghost-cms-template.xml diff --git a/ghost-cms/ghost-cms-template.xml b/ghost-cms/ghost-cms-template.xml new file mode 100644 index 0000000..38f5919 --- /dev/null +++ b/ghost-cms/ghost-cms-template.xml @@ -0,0 +1,78 @@ + + + Ghost + ghost:5-alpine + https://hub.docker.com/_/ghost + bridge + sh + false + + https://forums.unraid.net/ + https://ghost.org/ + Ghost is a free and open source blogging platform written in JavaScript + Productivity: Tools: + http://[IP]:[PORT:2368]/ + https://raw.githubusercontent.com/yourusername/unraid-templates/master/ghost.xml + https://ghost.org/images/logos/ghost-logo-white.svg + + + bridge + + + 2368 + 2368 + tcp + + + + + + + /mnt/user/appdata/ghost/content + /var/lib/ghost/content + rw + + + + + + database__client + mysql + + + database__connection__host + ghost_db + + + database__connection__user + ghost + + + database__connection__password + 91XHfXc0zpJZ8SCTsTheaDW3rm15w17yPGjxHzcL + + + database__connection__database + ghost + + + url + http://[IP]:[PORT:2368] + + + + + + + + + Ghost is an open source, professional publishing platform built on a modern Node.js technology stack — designed for teams who need power, flexibility and performance.[br][br] + [b]Features:[/b][br] + - Modern publishing platform[br] + - Beautiful, minimal interface[br] + - Fully customizable[br] + - SEO optimized[br] + [br] + [b]Default Credentials:[/b][br] + Database will be automatically configured with the provided environment variables. + \ No newline at end of file