Skip to content

Instantly share code, notes, and snippets.

View Dulanic's full-sized avatar

Dulanic

View GitHub Profile
@Dulanic
Dulanic / config.yml
Created November 12, 2025 16:33
qbt_manage
@Dulanic
Dulanic / config.yml
Created November 12, 2025 16:25
qbt_manage
# This is an example configuration file that documents all the options.
# It will need to be modified for your specific use case.
# Please refer to the link below for more details on how to set up the configuration file
# https://github.com/StuffAnThings/qbit_manage/wiki/Config-Setup
commands:
# The commands defined below will IGNORE any commands used in command line and docker env variables.
dry_run: false
cross_seed: true # Enable cross-seeding for better ratios
recheck: false
@Dulanic
Dulanic / docker-compose.yml
Last active October 17, 2025 17:04
docker compose
---
services:
profilarr:
image: santiagosayshey/profilarr:latest # Use :beta for early access to new features
container_name: profilarr
expose:
- 6868
volumes:
- ./profilarr:/config # Updated path to follow project conventions
@Dulanic
Dulanic / config.yml
Last active October 1, 2025 17:53
My qbit_manage
# This is an example configuration file that documents all the options.
# It will need to be modified for your specific use case.
# Please refer to the link below for more details on how to set up the configuration file
# https://github.com/StuffAnThings/qbit_manage/wiki/Config-Setup
commands:
# The commands defined below will IGNORE any commands used in command line and docker env variables.
dry_run: false
cross_seed: true # Enable cross-seeding for better ratios
recheck: false