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 bot for interacting with Stable Diffusion AI to generate images
Compatible with AUTOMATIC1111's Stable Diffusion web UI or SD.Next, provides these features through Discord commands:
* text2image
* image2image
* prompt from image
* generate prompts from text
* upscale image
* image identification (metadata query)
Settings for generation are configurable per channel:
* Model to generate with
* Width/Height
* Extra nets (lora, hypernet)
* Prompt/Negative prompt
* Batch generation settings
* highres fix/face restore/VAE
* strength/guidance(cfg)/clip skip/styles
* mark as spoiler
Discord Bot to harness Among Us game data, and automatically mute/unmute players during the course of the game!
Works in conjunction with amonguscapture
This program is in Beta. While we are confident about the basic functionality, there will still be issues or pecularities with how the program functions! We are actively working to resolve these issues!
Have any questions, concerns, bug reports, or just want to chat? Join the discord at https://discord.gg/ZkqZSWF!
unRAID template by Argash
Updates:
2020-10-20 - Updated template with new environment variables rework in bot version 2.4.0
Open, secure and interoperable communication for work and home. Used to call Riot-web. before the running the docker run mkdir -p /mnt/user/appdata/element-web/config wget -O /mnt/user/appdata/element-web/config/config.json https://raw.githubusercontent.com/vector-im/element-web/develop/element.io/app/config.json
Server for Ferdium.
Ferdium is a desktop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdium gives you many additional features and doesn't restrict its usage! Furthermore, Ferdium is compatible with your existing Franz account, so you can continue right where you left off. Please find out more about Ferdium and its features on ferdium.org.
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
iGotify Notification Assistant is a lightweight service that complements Gotify Server by decrypting messages and triggering push notifications to iOS devices via Apple's APNs. This container is essential for enabling push notifications within the iOS app.
Setup Instructions:
1. First, install and configure the official Gotify Server (Docker).
2. Install iGotify. You only need to fill in the required information.
Gotify URLS, Gotify Client Tokens and SecNtfy Tokens do not need to be filled in.
3. Make sure that Gotify and iGotify are accessible from outside (only if you don't want them to be accessible only locally) with nginx or Traefik.
4. Download the iGotify app for IOS and follow the instructions
Further information can be found on the developer github page
This setup has been tested and confirmed to work effectively with NGINX Proxy Manager, ensuring a smooth operation for delivering notifications.
Limnoria(https://github.com/ProgVal/limnoria) A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.
Matrix Chat's reference server. By default it uses a sqlite database; for production use you should connect it to a separate PostgreSQL database.
The image also does not provide a TURN server.
This will have some manual configuration, you will need to know what you are doing and/or read the documentation for Syanpse!
READ ME: You must add the "post argument" of generate in the advanced UI on FIRST RUN only, and then remove it afterwards!
Run a sliding sync proxy. An implementation of MSC3575 for you Synapse Backend.
Setup Process:
Requires Postgres 13+.
createdb syncv3
SYNCV3_SERVER Required. The destination homeserver to talk to (CS API HTTPS URL) e.g 'https://matrix-client.matrix.org' (Supports unix socket: /path/to/socket)
SYNCV3_DB Required. The postgres connection string: https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
SYNCV3_SECRET Required. A secret to use to encrypt access tokens. Must remain the same for the lifetime of the database.
SYNCV3_BINDADDR Default: 0.0.0.0:8008. The interface and port to listen on. (Supports unix socket: /path/to/socket)
Create the secret with: openssl rand -hex 32
More Information: https://github.com/matrix-org/sliding-sync
A bridge for Signal and Matrix.
Requirements
- Docker
- A Matrix homeserver that supports application services (e.g. Synapse) You need access to register an appservice, which usually involves editing the homeserver config file.
- A Signal client that can add linked devices (both official mobile apps and some unofficial clients like signal-cli work).
Initial Bridge Config Help:
- https://docs.mau.fi/bridges/general/initial-config.html
Authentication Help:
- https://docs.mau.fi/bridges/go/signal/authentication.html
Mumble is a free, open source, low latency, high quality voice chat application.
Check out the repo where the docker is built: https://github.com/Richy1989/mumble-docker
A basic configuration file "config.ini" will be created in the /data path.
This can be cofigured to your desire accroding to: https://wiki.mumble.info/wiki/Murmur.ini
Ngircd(https://ngircd.barton.de/) is a free, portable and lightweight Internet Relay Chat server for small or private networks, developed under the GNU General Public License (GPL). It is easy to configure, can cope with dynamic IP addresses, and supports IPv6, SSL-protected connections as well as PAM for authentication. It is written from scratch and not based on the original IRCd.
A discord bot that synchronizes with Tautulli and Sonarr to deliver tailored notifications.
Visit https://discordapp.com/developers/applications/me for Bot Token.
FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin.
INITIAL SETUP:
0. Requires registered FQDN to send/receive external email.
1. Following ports are used by container for mail: 25, 110, 143, 443, 465, 587, 993, 995
2. Following ports are used by container for webui: 443, 8280 (These may conflict, check your ports)
3. Make a user share for mail data, default is /mnt/user/poste
4. Some or all mail ports may need to be opened, forwarded, or dmz for mail send/receive to work.
Optional arguments
-e "HTTPS=OFF" To disable all redirects to encrypted HTTP, its useful when you are using some kind of reverse proxy (place this argument before image name!)
NOTE: Marked as BETA, simply because author is not an expert in email exchange servers -- software itself looks pretty good.
Receive your important notifications immediately, over Matrix.
It enables you to send push notifications via a simple web API, and delivers them to your users.
PushBits is a relay server for push notifications. It enables you to send notifications via a simple web API, and delivers them to you through Matrix. This is similar to what Pushover and Gotify offer, but it does not require an additional app.
Config File: After the first start you have to download the config example file from here: https://github.com/pushbits/server/blob/main/config.example.yml rename it to 'config.yml' and place it in your '.../appdata/pushbits' folder. Of course configure it to your likings with the appropriate usernames and passwords.
You can get more information over https://github.com/pushbits/server
API: You can set up notifications through 'pbcli' which is included in this container, for more information head over to: https://github.com/pushbits/cli/blob/main/README.md
The Quassel Notify plugin allows you to receive Pushbullet notifications based on keywords from Quassel Core Server. It uses PyQuassel which is a pure python implementation of QuasselClient. Doesn't depend on any PySide or PyQt libraries.
Quassel-core(http://quassel-irc.org/) is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core.
This container handles the IRC connection (quasselcore) and requires a desktop client (quasselclient) to be used and configured. It is designed to be always on and will keep your identity present in IRC even when your clients cannot be online. Backlog (history) is downloaded by your client upon reconnection allowing infinite scrollback through time.
Quassel-web(https://github.com/magne4000/quassel-webserver) is a web client for Quassel. Note that a Quassel-Core instance is required, we have a container available here.(https://hub.docker.com/r/linuxserver/quassel-core/)
RabbitMQ is open source message broker software (sometimes called message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP). The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform framework for clustering and failover. Client libraries to interface with the broker are available for all major programming languages.
wikipedia.org/wiki/RabbitMQ
Default username and password is guest / guest
Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework.
It is a great solution for communities and companies wanting to privately host their own chat service or for developers looking forward to build and evolve their own chat platforms.
A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow.
Admin UI for Matrix Synapse homeserver.
User must be admin user - how to make admin user "register_new_matrix_user -c /data/homeserver.yaml http://0.0.0.0:8008"
tmpmail is a command line utility written in POSIX sh that allows you to create a temporary email address and receive emails to the temporary email address. It uses 1secmail's API to receive emails.
By default w3m is used to render the HTML emails on the terminal.
Check the log for the temporary email if not filled in.
Command Example:
- $tmpmail -r # read last email
- $tmpmail 2533131 # read email with id 2533131
https://www.1secmail.com
https://github.com/sdushantha/tmpmail
Dependencies:
- w3m
- curl
- jq
$ tmpmail --help
tmpmail
tmpmail -h | --version
tmpmail -g
tmpmail -r | ID
When called with no option and no argument, tmpmail lists the messages in
the inbox and their numeric IDs. When called with one argument, tmpmail
shows the email message with specified ID.
-b, --browser BROWSER
Specify BROWSER (default: w3m) that is used to render the HTML of
the email
-g, --generate
Generate a new email address, either the specified ADDRESS, or
randomly create one
-h, --help
Show help
-r, --recent
View the most recent email message
-t, --text
View the email as raw text, where all the HTML tags are removed.
Without this option, HTML is used.
--version
Show version