What is Nostr?
Futurist Jim Carroll /
npub1pey…4tpa
2024-01-14 22:09:22
in reply to nevent1q…szjr

Futurist Jim Carroll on Nostr: npub1ag5hp…pdumn npub1xkgsh…7gph9 I'm less concerned with getting the specifics ...

npub1ag5hpx9undva4zuvstyzwme5upfzh5h68znnmlle7azwz63xen6qhpdumn (npub1ag5…dumn) npub1xkgshzyxs8mrn97w7ck66y8y0nhd7kew8sssndg9xupfnxstus8qv7gph9 (npub1xkg…gph9) I'm less concerned with getting the specifics of the mailgun credentials right for now, and simply getting my JSON right.

https://jsonlint.com

gives me these errors.

I've tried eliminating { etc .. but whatever I'm coming up with causes Ghost to fail to start.

Full JSON:

{
  "url": "https://daily.jimcarroll.com";,
  "server": {
    "port": 2368,
    "host": "127.0.0.1"
  },
  "database": {
    "client": "mysql",
    "connection": {
      "host": "127.0.0.1",
      "user": "ghost",
      "password": "xxxxxx",
      "database": "xxxxx"
    }
  },
  "mail": {
   "transport": "SMTP",
   "options": {
    "service": "Mailgun",
    "host": "smtp.us.mailgun.org",
    "port": "587",
    "secure": true,
    "auth": {
      "user": "xxxxxx",
      "pass": "xxxxxx"
    }
  }
}
  "logging": {
    "transports": [
      "file",
      "stdout"
    ]
  },
  "process": "systemd",
  "paths": {
    "contentPath": "/home/ghost/webapps/daily/content"
  }
}

Author Public Key
npub1peyq3snjwqh840lhp0rzhyhjs4kvwl9qp5s75qn3hf70y38v9assh04tpa