RSSAmplifier

*☆。゚juni's caramel tech café・゚*☆ · Jul 15, 2025

Setting up Gotify to monitor TrueNAS Apps & Alerts

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Running within proxmox LXC (so can be notified even if TrueNAS fails): 
 
 On your Proxmox LXC , install docker-compose and create a new directory with a docker-compose.yml : 
 
 services :
 gotify :
 image : gotify/server 
 ports :
 - 8081 : 80 
 environment :
 GOTIFY_DEFAULTUSER_PASS : 'theGOAT3fy' 
 volumes :
 - './gotify_data:/app/data' 
 #…

Read on /posts/18/gotify/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.