Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

listmonk docker?

Featured Replies

I read some reddit posts people had issues trying to create a listmonk docker in Unraid; something about the docker container wants to call out to secondary docker possibly...    

 

Interested if anyone here has tried creating a docker template for listmonk and what the results were.

  • 2 weeks later...

I've just managed to set up Listmonk on Unraid. I haven't made a template because my process was slightly more-involved than that, but I've documented the whole thing in a blog post at https://danq.me/listmonk-on-unraid. I hope that'll help somebody else!

 

The short version is that you'll need

  • a separate Postgres installation
  • to make Listmonk's config.toml (pointing to that Postgres installation) and mount it into the Listmonk image as a path
  • to start the container... it'll immediately stop itself
  • run, from a shell on your Unraid box, something like this to spin up another copy of Listmonk (temporarily) to do the DB setup:
    docker run --rm -ti --net='host' -e TZ="UTC" -v '/mnt/user/listmonk/config.toml':'/listmonk/config.toml':'rw' listmonk/listmonk:latest ./listmonk --install
  • to start the container again: now it should work!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.