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.

Smokeping

Featured Replies

Hi

 

I have had a look at this. This is my clunky way of getting it working:

 

1) download the Dockerfile and 10-cgi.conf files to a directory on your unraid server

2) I edited my Dockerfile to use Phusion to save a docker base download

 

#FROM ubuntu:trusty
FROM phusion/baseimage:0.9.11

 

3) build the docker: (dont forget the trailing DOT!)

docker build --tag="smokeping” .

 

4) start the smokeping docker: (this has my settings, yours will differ)

docker run -d --name smokeping -p 8100:80 -v /etc/localtime:/etc/localtime:ro smokeping

 

5) The webinterface is now here: http://192.168.1.22:8100/smokeping/smokeping.cgi

  (this is my setup, your ip/port may differ)

 

Advanced:

docker run -d --name smokeping -p 8100:80 -v /etc/localtime:/etc/localtime:ro -v /mnt/disk9/docker/appdata/smokeping:/etc/smokeping:ro smokeping

 

This allows you to store configs in /mnt/disk9/docker/appdata/smokeping

 

The readme on github shows how to get the running config into this directory

 

Hope that helps!

Tony

  • Author

Thanks for looking into this for me. I also posted an issue on github which the docker author responded too.

 

Thanks to your response and his I've got an instance up and running.

Archived

This topic is now archived and is closed to further replies.

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.