All the applications you love—built and maintained by a community member who understands what you need on Unraid. Love a particular app or plugin? Donate directly to the developer to support their work.
A docker running gluster server. This allows me to use a folder in the Unraid cache pool as persistent storage for Kubernetes / Docker Swarm through glusterfs. It works way better than NFS, especially for high-availability applications.
For more detail readme, please refer to https://github.com/testdasi/gluster-server
GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like.
Clean, very simple design - The dashboard only contains an input form where you can add a channel and configure checking intervals and what to download, and a little list of all your channels where you can delete them or tell the server to check for new uploads immediately.
Everything is on a single page - You can view and control everything from just one page.
Makes downloading videos/audio automatically very easy - Just paste a link of a channel you want to download, set a checking interval and that's it, the server will keep checking for new uploads and download if necessary.
This is a GO application that will take any podcast that is on Youtube and will generate a RSS feed with the audio only and all sponsored sections auto removed.
View docs here
https://github.com/ikoyhn/go-podcast-sponsor-block/blob/main/README.md
Ultimate camera streaming application with support RTSP, WebRTC, HomeKit, FFmpeg, RTMP, etc.
• zero-dependency and zero-config small app for all OS (Windows, macOS, Linux, ARM)
• zero-delay for many supported protocols (lowest possible streaming latency)
• streaming from RTSP, RTMP, MJPEG, HLS/HTTP, USB Cameras and other sources
• streaming to RTSP, WebRTC, MSE/MP4 or MJPEG
• first project in the World with support streaming from HomeKit Cameras
• on the fly transcoding for unsupported codecs via FFmpeg
• multi-source 2-way codecs negotiation
• mixing tracks from different sources to single stream
• auto match client supported codecs
• 2-way audio for ONVIF Profile T Cameras
• streaming from private networks via Ngrok
• can be integrated to any smart home platform or be used as standalone app
Inspired by:
• series of streaming projects from @deepch
• webrtc go library and whole @pion team
• rtsp-simple-server idea from @aler9
• GStreamer framework pipeline idea
• MediaSoup framework routing idea
• HomeKit Accessory Protocol from @brutella
GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.
goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
(More clean Template)
GoAccess for Nginx Proxy Manager Logs
This docker container should work out of the box with Nginx Proxy Manager to parse proxy logs. The goaccess.conf has been configured to only access proxy logs and archived proxy logs.
Go to https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager for updates.
Docker image to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the container.
This Docker will download and install SteamCMD. It will also install a Goldeneye Source server and run it.
**ATTENTION:** First startup can take a long time since it downloads the server files and installs the runtimes!
Update Notice: Simply restart the container if a newer version of the game is available.
A simple way to backup important files to Google Cloud Storage.
Notes:
Specific number version are tested versions including the latest tag.
If you want to use a config file instead of the variables, please check the readme of the project on Github.
A really small static web server for Docker
The goal
My goal is to create to smallest docker container for my web static files. The advantage of Go is that you can generate a fully static binary, so that you don't need anything else.
Gotenberg provides a developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more!
This template has been pre-configured for use with Paperless-ngx.
A simple server for sending and receiving messages.Default user/passwordUser: adminPassword: adminDownload config.ymlmkdir -p /mnt/user/appdata/gotify/configwget -O /mnt/user/appdata/gotify/config/config.yml https://raw.githubusercontent.com/gotify/server/master/config.example.yml
This is a simple container that sends a message when the container is started (needed this for a headless machine to know when I can connect or better speaking start up the VM's with WOL).
FR:
ce container a pour mission de relayer des messages textuels vers un serveur Gotify de 2 façons possibles:
1 - En envoyant une requête http GET
2 - En écrivant dans un fichier dans un dossier surveillé
EN:
this container gives you opportunity to send textual messages to a Gotify server in 2 ways:
1 - By sending an http GET request
2 - By writing the message to a watchfolder
1 - HTTP Get exemple:
curl http://192.168.1.40:4949/send/AyFvoYh7Z40JlZA/Message test for example &> /dev/null
192.168.1.40:4949 = ip and port using by this container
AyFvoYh7Z40JlZA = token Gotify
Message test for example = message
2 - Watchfolder
echo "Message test for example" > /mnt/user/appdata/gotify-send/watch/AyFvoYh7Z40JlZA
gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.

Configuration:

/config - Location of gPodder persistent config.

/downloads - Location of downloads.

PUID - set UserID

PGID - set GroupID

3000 - WebUI access

PASSWORD for setting a password for the gPodder WebUI #optional

gpodder2go is a simple self-hosted, golang, drop-in replacement for gpodder/mygpo server to handle podcast subscriptions management for gpodder clients.
Enter the console of the container to run commands like `/gpodder2go --help` to see available commands.
FR
Container contenant gpt-subtrans pour traduire des .srt vers une autre langue en utilisant OpenAI ChatGPT
EN
Translate .srt files using gpt-subtrans and OpenAI ChatGPT
Source of gpt-subtrans: https://github.com/machinewrapped/gpt-subtrans
Usage on demand run:
docker exec -it gpt-subtrans-openai translate -o /subtitles/output.srt /subtitles/original.srt
FR
WEBUI gpt-subtrans pour faire traduire des sous-titres avec ChatGPT OpenAI
EN
WEBUI gpt-subtrans for translate subtitles using ChatGPT OpenAI
Project source: https://github.com/machinewrapped/gpt-subtrans
This plugin parses GPU statistic data from vendor specific utilities and displays a subset of them on the dashboard. From version 6.12 onwards can support multiple GPUs on the dashboard and supports multiple Intel GPUs iGPU and ARC.
A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome.
Read Grafana Image Renderer documentation and see usage instructions at readme link.
In order to use this as a plugin of your Grafana docker instance you must add this enviromental arguments to that container:
- GF_RENDERING_SERVER_URL: http://renderer-ip:8081/render
- GF_RENDERING_CALLBACK_URL: http://grafana-ip:3000/
Change the IP (and the ports) to suit your configuration.
Meet Gus! He has everything you need to start monitoring Unraid in style (Grafana - Influxdb - Telegraf - Loki - Promtail).
NOTE: Grafana always requires some customisation to suit each exact system.
Includes both GUS demo Dashboard and Ultimate UNRAID Dashboard v1.3 (UUD - https://forums.unraid.net/topic/96895-ultimate-unraid-dashboard-uud/).
High-level instructions: (1) Decide whether you want hddtemp or S.M.A.R.T (smartmontools) and set USE_HDDTEMP variable accordingly. Hint: GUS and UUD both use S.M.A.R.T (2) Install docker with host network. (3) Go to ip:3006 to access grafana, login with admin/admin and customize away.
For more detailed instructions, refer to the support thread (https://forums.unraid.net/topic/96233-support-testdasi-repo/) or project page (https://github.com/testdasi/grafana-unraid-stack).