machinebox-videobox
Productivity, Tools / Utilities• Utilities
Videobox extracts frames from videos and passes them to other Machine Box boxes for processing.
Browse our large and growing catalog of applications to run in your Unraid server.
Productivity, Tools / Utilities• Utilities
Videobox extracts frames from videos and passes them to other Machine Box boxes for processing.
Other, Tools / Utilities• Utilities
Macinabox downloads and installs various macOS versions as a VM on your Unraid server. With this new version, there’s no need for additional helper scripts. It will fully automate the installation of the VM, create the XML file, and select the latest q35 available on your server. All you need to do is choose the macOS version, specify the VM storage location, ISO location, and the container will handle the rest. Usage When run will download and install selected version of macOS as a VM if not present. If selected macOS vm is already present it will check the vms xml and fix if necessary Variables in the container Are you fully compliant with Apple’s EULA? Set this to "Yes" if you are running on Apple hardware. This is the only way to be EULA compliant. If not, leave it as "No" and the container will exit. Operating System Version: Choose the macOS version from the options below: - Sonoma - Ventura - Monterey - Big Sur - Catalina - Mojave - High Sierra Custom VM Name: Use this if you want the VM name to differ from the OS version. Leave blank to use the OS name. Vdisk Type: Set the vdisk type to either raw or qcow2. Vdisk Size: Specify the desired size for the vdisk. Delete and Replace OpenCore: Select "Yes" to delete your VM's OpenCore image and replace it with a fresh one, or "No" to keep the existing one. Default NIC Type: Big Sur and newer default is 'virtio-net' older macos versions it is e1000-82545em. Change this to override the default NIC type for macOS versions that support it. VM Images Location: Set this to your VM storage location (e.g., Domains share). ISOs Share Location: This is where macinabox will store the install media Appdata Location: Specify where you want macinabox to store its appdata. Notes - If you want multiple versions of the same macOS, ensure each has a unique name in the Custom VM Name box In Unraid versions below 7, custom elements in the VM template will be removed if vm template edited.. Unraid, in all versions, might also change the NIC bus and slot that macOS expects. Re-run the container to fix the edited vm template after any edits. The container dynamically builds the XML template during VM installation based on settings. It checks the highest QEMU version available and uses it in the template. If you downgrade Unraid, re-run Macinabox to adjust the XML accordingly. You can view container activity via logs or Unraid browser notifications, if enabled. Default icon for macinbox is installed with the VM.This doesnt perist over server reboots. To restore run container again. For all macOS icons (and many other systems) please install vm_custom_icons container.
Productivity, Tools / Utilities• Utilities
Mafl is an intuitive service for organizing your homepage. Customize Mafl to your individual needs and work even more efficiently!
magnetico is an autonomous (self-hosted) BitTorrent DHT indexer / crawler / search engine suite.
Cloud, Productivity, Tools / Utilities• Utilities
Scans a IMAP Inbox and post every Mail to a Slack Channel
Backup, Cloud, Other, Tools / Utilities• Utilities
MailgunLogger is a simple admin tool that uses the Mailgun API to retrieves events on a regular basis from Mailgun - who only provide a limited time of event storage - and stores them inside a MySQL database.
Network Services• Web, Other, Other, Productivity, Tools / Utilities• Utilities
Mainsail makes Klipper more accessible by adding a lightweight, responsive web user interface, centred around an intuitive and consistent design philosophy. Download config.json BEFORE you start your container https://raw.githubusercontent.com/patrickstigler/unraid_app_templates/main/mainsail/config.json And put it in your config folder, the default is /mnt/user/appdata/mainsail/config.json Happy printing
Other, Tools / Utilities• Utilities
Maintainerr makes managing your media easy. Create custom rules with parameters across different services, show matching media on the Plex home screen for a given amount of days and handle the deletion.
Downloaders, Network Services• Web, Tools / Utilities• Utilities
Docker container which mirrors manjaro packages and serves them via nginx This image is based on the alpine image and uses rsync to synchronize the packages and nginx to deliver them. Manjaro has provided a list of Rsync-capable mirrors at https://wiki.manjaro.org/index.php/Manjaro_Mirrors, which synchronize from the official Manjaro server. It's best to choose the one closest to you. Region URI Asia / Japan rsync://ftp.tsukuba.wide.ad.jp/manjaro Europe / Germany rsync://ftp.halifax.rwth-aachen.de/manjaro/ Europe / Sweden rsync://ftp.lysator.liu.se/pub/manjaro/ Europe / Italy rsync://manjaro.mirror.garr.it/manjaro/ Europe / United Kingdom rsync://mirrorservice.org/repo.manjaro.org/repos/ RU / Russian Federation rsync://mirror.yandex.ru/mirrors/manjaro/
Other, Tools / Utilities• Utilities
Manyfold is a Digital Asset Manager (DAM), specifically designed for 3D print files. Create a library pointing at your files on disk, and it will scan for models and parts. It assumes that any folders containing STL or OBJ files are models, and the files within them are parts. You can then view the files easily through your browser! https://github.com/manyfold3d/manyfold
Media Applications• Other, Network Services• Other, Other, Tools / Utilities• Utilities
Mariadb(https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.
Network Services• Other, Other, Tools / Utilities• Utilities
Official MariaDB database container. It allows to set a database and username without using the console. MariaDB is a community-developed, commercially supported fork of MySQL (RDBMS). Root Password: This container creates by default a random root password on initial execution. Open Docker > MariaDB Icon > Logs > Scroll down to "GENERATED ROOT PASSWORD" to find it. Creating database dumps docker exec MariaDB-Official sh -c 'exec mysqldump --all-databases -uroot -p"YOUR_ROOT_PASSWORD"' > /mnt/user/Backups/all-databases.sql Restoring data from dump files docker exec -i MariaDB-Official sh -c 'exec mysql -uroot -p"YOUR_ROOT_PASSWORD"' < /mnt/user/Backups/all-databases.sql
Matchering 2.0 is a novel Containerized Web Application and Python Library for audio matching and mastering. It follows a simple idea - you take TWO audio files and feed them into Matchering: TARGET (the track you want to master, you want it to sound like the reference) REFERENCE (another track, like some kind of "wet" popular song, you want your target to sound like it) Our algorithm matches both of these tracks and provides you the mastered TARGET track with the same RMS, FR, peak amplitude and stereo width as the REFERENCE track has.
Media Applications• Video, Media Servers• Video, Productivity, Tools / Utilities• Utilities
Materialious is a privacy respecting frontend for YouTube built ontop of Invidious.
Productivity, Tools / Utilities• Utilities
Matomo, formerly Piwik, is a free and open-source web analytics application developed by a team of international developers, that runs on a PHP/MySQL webserver. It tracks online visits to one or more websites and displays reports on these visits for analysis.
Network Services• Management, Productivity, Tools / Utilities• Utilities
Matomo is a free and open source web analytics application written by a team of international developers that runs on a PHP/MySQL webserver.
Network Services• Messenger, VOIP, Productivity, Tools / Utilities• Utilities
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
Official Matter Server docker container from Home Assistant. This project implements a Matter Controller Server over WebSockets using the official Matter (formerly CHIP) SDK as a base and provides both a server and client implementation. The goal of this project is primary to have Matter support in Home Assistant but its universal approach makes it suitable to be used in other projects too. There is NO WEB-UI to this container. Check the container logs for any errors when necessary. REQUIREMENTS: Unraid needs to have IPV4+6 enabled on the network interface! Make sure your you run the container on the host network. The host network interface needs to be in the same network as the Android/iPhone device you are using for commissioning. Matter uses link-local multicast protocols which do not work accross different LANs or VLANs.
A plugin-based Matrix bot system written in Python.
Other, Productivity, Tools / Utilities• Utilities
A self-hosted personal finance and wealth management app.
Containerized mbpfan (for Macs running Linux, to control fans) NOTE: the executable in the container was compiled by bplein from https://github.com/linux-on-mac/mbpfan. Uses the Ubuntu repository version of https://github.com/linux-on-mac/mbpfan Need to create a configuration file with the following contents and mount it in the container as a volume in the container under /etc/mbpfan.conf: File contents of /mnt/user/appdata/mbpfan/mbpfan.conf (example on a Late 2012 i7 Mac mini) is available at: https://github.com/bplein/mbpfan/blob/master/etc/mbpfan.conf
Media Servers• Other, Tools / Utilities• Utilities
Companion app for mdblist.com for Radarr and Sonarr integration
Media Applications• Video, Tools / Utilities• Utilities
Media Reconciler, or simply mecon, is a cross-platform command line tool which reconciles media within a directory with media in a Plex library. For a given directory of files, it answers simple questions such as: Which ones have failed to have been added to a Plex library? Which ones exist in a Plex library? Which ones have been watched by all users? Which ones have been watched by a sub-set of users? For full documentation see https://github.com/elzik/mecon#mecon
Mobile friendly tool for downloading videos from social media. For direct downloads: http::/api?url=SOME_URL Written in Golang using youtube-dl and ffmpeg for conversion.
MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client. Also, being based on Alpine Linux, size of this container is very small. For a complete documentation of this container, see https://github.com/jlesage/docker-mediainfo#readme
Cloud, Network Services• Web, Productivity, Tools / Utilities• Utilities
MediaWiki with WYSIWYG VisualEditor extension and Parsoid service. Built with Alpine, S6-overlay, NGINX, PHP-FPM with PHP 7.3, NodeJS, along with other extensions.
Cloud, Network Services• Web, Productivity, Tools / Utilities• Utilities
Docker container for MediaWiki running on Alpine, S6-overlay, Nginx, PHP-FPM, MediaWiki Parsoid service, WYSIWYG VisualEditor extension, along with other extensions. A CLI menu to simplify managing extensions, backups, database updates, and service configurations, scripts that handle setup and Mediawiki upgrades, and optional MariaDB add-in.
Backup, Network Services• Other, Productivity, Tools / Utilities• Utilities
MEGAsync is an intuitive application that enables you to effortlessly synchronize folders on several computers. You simply need to upload data in the cloud and, within seconds, you can explore the same documents on your own PC. MEGAsync can synchronize all of your devices with your MEGA account. Access and work with your data securely across different locations and devices.
An open-source, fast, and hyper-relevant search engine that fits effortlessly into your projects.
Home Automation, Media Applications• Other, Media Servers• Other, Other, Tools / Utilities• Utilities
Membarr is a discord bot that invites discord users to Plex and/or Jellyfin. Manually create users and invite server members with a single command, or let Membarr automatically add server members with a certain role.