-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 9cfd86d 🚀
- Loading branch information
1 parent
a014e3f
commit d6a8a0a
Showing
4 changed files
with
9 additions
and
226 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -364,14 +364,14 @@ <h4 id="set-up-mailgun">Set up Mailgun</h4> | |
<li>Make a <a href="https://signup.mailgun.com/new/signup" target="_blank" rel="noopener">Mailgun account</a> under the <code class="language-plaintext highlighter-rouge">Flex</code> plan. You’ll be asked to confirm a phone number and put your card details on file.</li> | ||
<li>Select <code class="language-plaintext highlighter-rouge">Add a custom domain</code>: | ||
<ul> | ||
<li>Domain name: <code class="language-plaintext highlighter-rouge">ghostblog.com</code> | ||
<li>Domain name: <code class="language-plaintext highlighter-rouge">mg.ghostblog.com</code> | ||
</li> | ||
<li>Domain region: <code class="language-plaintext highlighter-rouge">US</code> (unless your website requires within-<code class="language-plaintext highlighter-rouge">EU</code> data processing)</li> | ||
</ul> | ||
</li> | ||
<li>Go back to Cloudflare > ghostblog.com > <code class="language-plaintext highlighter-rouge">DNS</code> and add the five DNS records Mailgun requires. Turn Proxy Status off (i.e., set all to <code class="language-plaintext highlighter-rouge">DNS only</code>).</li> | ||
<li>Go back to Mailgun > <code class="language-plaintext highlighter-rouge">Verify DNS settings</code>.</li> | ||
<li>Once the custom domain has been added to Mailgun, go to Sending > Domain Settings > <code class="language-plaintext highlighter-rouge">SMTP Credentials</code>. Take note of the “login” (usually <code class="language-plaintext highlighter-rouge">[email protected]</code>).</li> | ||
<li>Once the custom domain has been added to Mailgun, go to Sending > Domain Settings > <code class="language-plaintext highlighter-rouge">SMTP Credentials</code>. Take note of the “login” (usually <code class="language-plaintext highlighter-rouge">postmaster@mg.ghostblog.com</code>).</li> | ||
<li>Click <code class="language-plaintext highlighter-rouge">Manage SMTP Credentials</code>, then <code class="language-plaintext highlighter-rouge">Reset password</code> > <code class="language-plaintext highlighter-rouge">Reset password</code> > <code class="language-plaintext highlighter-rouge">Copy</code>. Paste this password somewhere safe—it will only be generated this once!</li> | ||
<li>Click on your profile in the upper right > <code class="language-plaintext highlighter-rouge">API Security</code> ? <code class="language-plaintext highlighter-rouge">Mailgun API Keys</code>, and generate a Private API Key.</li> | ||
</ol> | ||
|
@@ -669,7 +669,7 @@ <h3 id="4-configure-ghost">4. Configure Ghost</h3> | |
<li>Customize your site > the “gear” icon > Email newsletter > <code class="language-plaintext highlighter-rouge">Mailgun settings</code>: | ||
<ul> | ||
<li>Mailgun region: <code class="language-plaintext highlighter-rouge">US</code> (unless you previously chose <code class="language-plaintext highlighter-rouge">EU</code>)</li> | ||
<li>Mailgun domain: <code class="language-plaintext highlighter-rouge">ghostblog.com</code> | ||
<li>Mailgun domain: <code class="language-plaintext highlighter-rouge">mg.ghostblog.com</code> | ||
</li> | ||
<li>Mailgun Private API key: paste it here.</li> | ||
</ul> | ||
|
@@ -785,7 +785,7 @@ <h2 id="changelog">Changelog</h2> | |
|
||
<ul> | ||
<li> | ||
<p><strong>2024-11-17</strong>: Remove Secure Boot recommendation as the setting doesn’t always stick, and seems to create more trouble when SSH-ing.</p> | ||
<p><strong>2024-11-17</strong>: Remove Secure Boot recommendation as the setting doesn’t always stick, and seems to create more trouble when SSH-ing; revert Nodejs installation from using <code class="language-plaintext highlighter-rouge">nvm</code> to direct installation; update Mailgun instructions to use a mail-specific subdomain (<code class="language-plaintext highlighter-rouge">mg</code>) by default.</p> | ||
</li> | ||
<li> | ||
<p><strong>2024-10-02</strong>: Add setting to autodelete disk snapshots after 7 days to minimize costs, as snapshot storage is no longer included in the Free Tier.</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters