Everything posted by TQ
-
[Support] Sportarr
Summary: Support Thread for Sportarr Application: Sportarr Github: https://github.com/Sportarr/Sportarr Sportarr automatically tracks and organizes live sports events across all major sports - combat sports, basketball, football, hockey, motorsports, and hundreds more.
-
[Support] Boxarr
Boxarr solves the problem of keeping your media library current with popular movies without manual intervention. It automatically tracks what's trending at the box office and ensures your Radarr library has the movies people actually want to watch. GitHubGitHub - iongpt/boxarr: Boxarr is an automated box office...Boxarr is an automated box office tracking application that integrates with Radarr to monitor, add, and manage the latest theatrical releases. It provides a beautiful dashboard showing the current ...
-
[SUPPORT] AdGuard Prometheus Exporter - Docker
Original repo is removed. Updated to point to https://github.com/henrywhitaker3/adguard-exporter
-
[Support] Nexterm
@NY152 You got it. Updated. CA should pick it up soon.
-
[Support] Purgarr
Purgarr is a lightweight companion to your Arr stack designed to keep your torrent queue clean and ready for high quality downloads. Features Include: Cleans your torrent client of media imported by Sonarr and Radarr. Detects and removes stalled torrents. Adds stalled torrents to Sonarr's and Radarr's blocklist. Triggers a search to replace low quality torrents. Application: https://github.com/steveharsant/purgarr ENV Variables: https://github.com/steveharsant/purgarr?tab=readme-ov-file#environment-variables
-
[Support] DbGate
Just pushed the fix. Thanks for reporting.
-
[Support] Blackcandy
For clarity's sake, here is how you must get the appdata dir set so this app runs. Before running the application, you need to chown the "AppData" path to user/group 1000:1000. For my example, I'd need to run this from the terminal and the application will run upon subsequent starts. chown 1000:1000 /path/to/blackcandy/AppData -R
-
[Support] Blackcandy
Black Candy is a self-hosted music streaming server, your personal music center. Github: https://github.com/blackcandy-org/blackcandy
-
[Support] ClamAV
If you're not using the script provided, you can check all clamscan parameters to see what else you might want to add. https://linux.die.net/man/1/clamscan
-
[Support] ClamAV
Yes, I meant to call out the lack of multi-thread but the need for CPU pinning in the event that you have a large scan set and not a lot of cores. ClamAV will take what it can get, so limiting it to a sane set of defaults helps. Thanks for the kind words.
-
[Support] ClamAV
On my Github page, I've called this out. docker run -d --name=ClamAV \ --cpuset-cpus='0,1' \ -v /path/to/scan:/scan:ro \ -v /path/to/sig:/var/lib/clamav:rw \ tquinnelly/clamav-alpine -i --log=/var/lib/clamav/log.log --max-filesize=2048M
-
[Support] ClamAV
Missed that. All sorted. Thanks
-
[Support] DbGate
MySQL, PostgreSQL, MS SQL, Oracle, MongoDB, SQLite and others Application: https://dbgate.org/ Docker Hub: https://hub.docker.com/r/dbgate/dbgate All Environment Variables: https://dbgate.org/docs/env-variables.html
-
[Support] SideQuests
SideQuests - Objective Tracker SideQuests provides an intuitive and mobile friendly web-interface for managing tasks and objectives. App/Github: https://github.com/need4swede/SideQuests
-
[Support] Nexterm
Nexterm Server management The open-source server management software for SSH, VNC & RDP App: https://docs.nexterm.dev/ Github: https://github.com/gnmyt/Nexterm
-
[Support] Minecraft-Server
Check the MEMORY section in the docs, here https://github.com/itzg/docker-minecraft-server/raw/e6b525a65cc930264655894e9ff81562c63840c4/docs/configuration/jvm-options.md
-
[Support] Minecraft-Server
Full docs are here for use in docker.
-
Opensearch - Support Thread
I have set this up several times, but no amount of configurations on logging agents ever make their way to the OpenSearch stack. Any tips?
-
[Support] Minecraft-Server
Simply change the MEMORY environment value to the value you want.
-
[Support] Minecraft-Server
Unsure how to trigger CA to update the image file, but the xml repo is updated.
- [Support] Minecraft-Server
-
[SUPPORT] BASEROW
Edit the existing baserow container and then scroll to the bottom. You'll see a button that says save. When you click save it will output the docker run command. You can then take the arguments relevant to the pg-upgrade container and paste those in. Hopefully this solves the issue for you and @da.ju
-
[Support] ClamAV
You're not using my container.
-
[Support] ClamAV
-
[Support] ClamAV
You can add your --exclude to the post-args section. Per the man page, you must use REGEX for the exclude option. I tested this in my environment. --exclude="^(.*\.iso)$"