mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-13 02:55:04 +08:00
Compare commits
2 commits
0862e1a11d
...
e7891235e1
Author | SHA1 | Date | |
---|---|---|---|
|
e7891235e1 | ||
|
7bd9f2483c |
3 changed files with 6 additions and 11 deletions
|
@ -1309,7 +1309,7 @@
|
|||
<p>The latest image is available on DockerHub at <code>listmonk/listmonk:latest</code></p>
|
||||
<p>The recommended method is to download the <a href="https://github.com/knadh/listmonk/blob/master/docker-compose.yml">docker-compose.yml</a> file, customize it for your environment and then to simply run <code>docker compose up -d</code>.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="c1"># Download the compose file to the current directory.</span>
|
||||
curl<span class="w"> </span>-O<span class="w"> </span>https://github.com/knadh/listmonk/blob/master/docker-compose.yml
|
||||
curl<span class="w"> </span>-LO<span class="w"> </span>https://github.com/knadh/listmonk/raw/master/docker-compose.yml
|
||||
|
||||
<span class="c1"># Run the services in the background.</span>
|
||||
docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
|
||||
|
|
File diff suppressed because one or more lines are too long
13
index.html
13
index.html
|
@ -2,16 +2,11 @@
|
|||
<a class=item href=/docs>Docs</a><div class=github-btn><a class=github-button href=https://github.com/knadh/listmonk data-size=large data-show-count=true aria-label="knadh/listmonk on GitHub">GitHub</a></div></nav></div></header></div><div class="splash container center"><img class=s4 src=static/images/s4.png><div class=hero><h1 class=title>Self-hosted newsletter and mailing list manager</h1><h3 class=sub>Performance and features packed into a single binary.<br><strong>Free and open source.</strong></h3><p class="center demo"><a href=https://demo.listmonk.app class=button>Live demo</a></p></div><div class=confetti><img class=s1 src=static/images/s1.png>
|
||||
<img class=s2 src=static/images/s2.png>
|
||||
<img class=s3 src=static/images/s3.png>
|
||||
<img class=box src=https://listmonk.app/static/images/splash.png alt="listmonk screenshot"></div></div></div><section id=download><div class=container><h2 class=center>Download</h2><p class=center>The latest version is <strong>v3.0.0</strong>
|
||||
released on 04 Feb 2024.
|
||||
See <a href=https://github.com/knadh/listmonk/releases/tag/v3.0.0>release notes.</a></p><br><div class=row><div class=col-6><div class=box><h3>Binary</h3><ul class=install-steps><li class=download-links>Download binary:<br><a href=https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_darwin_amd64.tar.gz>Darwin</a>
|
||||
<a href=https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_freebsd_amd64.tar.gz>Freebsd</a>
|
||||
<a href=https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_linux_amd64.tar.gz>Linux</a>
|
||||
<a href=https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_netbsd_amd64.tar.gz>Netbsd</a>
|
||||
<a href=https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_openbsd_amd64.tar.gz>Openbsd</a>
|
||||
<a href=https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_windows_amd64.tar.gz>Windows</a></li><li><code>./listmonk --new-config</code> to generate config.toml. Edit it.</li><li><code>./listmonk --install</code> to setup the Postgres DB or <code>--upgrade</code> to upgrade an existing DB.</li><li>Run <code>./listmonk</code> and visit <code>http://localhost:9000</code></li></ul><p><a href=/docs/installation>Installation docs →</a></p><br><h3>Hosting providers</h3><a href=https://railway.app/new/template/listmonk><img src=https://railway.app/button.svg alt="One-click deploy on Railway" style=max-height:32px></a><br><a href="https://www.pikapods.com/pods?run=listmonk"><img src=https://www.pikapods.com/static/run-button.svg alt="Deploy on PikaPod"></a><br><a href="https://dash.elest.io/deploy?soft=Listmonk&id=237"><img height=33 src=https://github.com/elestio-examples/wordpress/raw/main/deploy-on-elestio.png alt="Deploy on Elestio"></a><br><a href=https://zeabur.com/templates/5EDMN6><img width=148 src=https://zeabur.com/button.svg alt="Deploy on Zeabur"></a><p><small>*listmonk has no affiliation with any of these providers.</small></p></div></div><div class=col-6><div class=box><h3>Docker</h3><p><a href="https://hub.docker.com/r/listmonk/listmonk/tags?page=1&ordering=last_updated&name=latest"><code>listmonk/listmonk:latest</code></a></p><p>Download and use the sample <a href=https://github.com/knadh/listmonk/blob/master/docker-compose.yml>docker-compose.yml</a></p><pre>
|
||||
<img class=box src=https://listmonk.app/static/images/splash.png alt="listmonk screenshot"></div></div></div><section id=download><div class=container><h2 class=center>Download</h2><p class=center>The latest version is <strong>v4.0.0</strong>
|
||||
released on 27 Oct 2024.
|
||||
See <a href=https://github.com/knadh/listmonk/releases/tag/v4.0.0>release notes.</a></p><br><div class=row><div class=col-6><div class=box><h3>Binary</h3><ul class=install-steps><li class=download-links>Download binary:<br><a href=https://github.com/knadh/listmonk/releases/download/v4.0.0/listmonk_4.0.0_linux_amd64.tar.gz>Linux</a></li><li><code>./listmonk --new-config</code> to generate config.toml. Edit it.</li><li><code>./listmonk --install</code> to setup the Postgres DB or <code>--upgrade</code> to upgrade an existing DB.</li><li>Run <code>./listmonk</code> and visit <code>http://localhost:9000</code></li></ul><p><a href=/docs/installation>Installation docs →</a></p><br><h3>Hosting providers</h3><a href=https://railway.app/new/template/listmonk><img src=https://railway.app/button.svg alt="One-click deploy on Railway" style=max-height:32px></a><br><a href="https://www.pikapods.com/pods?run=listmonk"><img src=https://www.pikapods.com/static/run-button.svg alt="Deploy on PikaPod"></a><br><a href="https://dash.elest.io/deploy?soft=Listmonk&id=237"><img height=33 src=https://github.com/elestio-examples/wordpress/raw/main/deploy-on-elestio.png alt="Deploy on Elestio"></a><br><a href=https://zeabur.com/templates/5EDMN6><img width=148 src=https://zeabur.com/button.svg alt="Deploy on Zeabur"></a><p><small>*listmonk has no affiliation with any of these providers.</small></p></div></div><div class=col-6><div class=box><h3>Docker</h3><p><a href="https://hub.docker.com/r/listmonk/listmonk/tags?page=1&ordering=last_updated&name=latest"><code>listmonk/listmonk:latest</code></a></p><p>Download and use the sample <a href=https://github.com/knadh/listmonk/blob/master/docker-compose.yml>docker-compose.yml</a></p><pre>
|
||||
# Download the compose file to the current directory.
|
||||
curl -O https://github.com/knadh/listmonk/blob/master/docker-compose.yml
|
||||
curl -LO https://github.com/knadh/listmonk/raw/master/docker-compose.yml
|
||||
|
||||
# Run the services in the background.
|
||||
docker compose up -d
|
||||
|
|
Loading…
Reference in a new issue