Docker and Ghost CMS overhaul
0
etc/ghost/.initialized
Normal file
0
etc/ghost/.restored
Normal file
29
etc/ghost/config.production.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"database": {
|
||||
"client": "mysql",
|
||||
"connection": {
|
||||
"host": "mysql",
|
||||
"port": 3306,
|
||||
"password": "root",
|
||||
"user": "root",
|
||||
"database": "ghost"
|
||||
}
|
||||
},
|
||||
"url": "http://localhost:2368/blog",
|
||||
"server": {
|
||||
"port": 2368,
|
||||
"host": "0.0.0.0"
|
||||
},
|
||||
"mail": {
|
||||
"transport": "Direct"
|
||||
},
|
||||
"logging": {
|
||||
"transports": [
|
||||
"file"
|
||||
]
|
||||
},
|
||||
"process": "local",
|
||||
"paths": {
|
||||
"contentPath": "/opt/bitnami/ghost/content"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
BIN
etc/ghost/content/images/2018/08/2-2.png
Normal file
|
After Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
BIN
etc/ghost/content/images/2018/08/41124845.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 422 KiB After Width: | Height: | Size: 422 KiB |
|
After Width: | Height: | Size: 784 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 468 KiB |
|
After Width: | Height: | Size: 468 KiB |
|
After Width: | Height: | Size: 648 KiB |
|
After Width: | Height: | Size: 363 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
BIN
etc/ghost/content/images/2018/08/cat.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 172 KiB |
BIN
etc/ghost/content/images/2018/08/homework.jpg
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
etc/ghost/content/images/2018/08/lol.png
Normal file
|
After Width: | Height: | Size: 169 KiB |
BIN
etc/ghost/content/images/2018/08/map.png
Normal file
|
After Width: | Height: | Size: 322 KiB |
|
Before Width: | Height: | Size: 371 KiB After Width: | Height: | Size: 371 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
BIN
etc/ghost/content/images/2018/08/project-1.png
Normal file
|
After Width: | Height: | Size: 334 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 693 KiB After Width: | Height: | Size: 693 KiB |
BIN
etc/ghost/content/images/2018/08/wod.png
Normal file
|
After Width: | Height: | Size: 693 KiB |
1
etc/ghost/content/logs
Symbolic link
@@ -0,0 +1 @@
|
||||
/opt/bitnami/ghost/logs
|
||||
|
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 147 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
1
etc/ghost/content/themes/casper
Symbolic link
@@ -0,0 +1 @@
|
||||
/opt/bitnami/ghost/current/content/themes/casper
|
||||
29
etc/ghost/ghost/config.production.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"database": {
|
||||
"client": "mysql",
|
||||
"connection": {
|
||||
"host": "mysql",
|
||||
"port": 3306,
|
||||
"password": "root",
|
||||
"user": "root",
|
||||
"database": "ghost"
|
||||
}
|
||||
},
|
||||
"url": "http://localhost:2368/blog",
|
||||
"server": {
|
||||
"port": 2368,
|
||||
"host": "0.0.0.0"
|
||||
},
|
||||
"mail": {
|
||||
"transport": "Direct"
|
||||
},
|
||||
"logging": {
|
||||
"transports": [
|
||||
"file"
|
||||
]
|
||||
},
|
||||
"process": "local",
|
||||
"paths": {
|
||||
"contentPath": "/opt/bitnami/ghost/content"
|
||||
}
|
||||
}
|
||||