Go to file
2025-01-16 21:37:47 -08:00
release chore: publish 0.2.0+0.1.1 release 2025-01-16 21:37:47 -08:00
.drone.yml Update .drone.yml 2025-01-08 10:09:13 -08:00
.env.sample add support for vpn using wireguard 2025-01-16 21:36:31 -08:00
.gitignore init 2024-11-27 18:44:42 -08:00
abra.sh add support for vpn using wireguard 2025-01-16 21:36:31 -08:00
compose.vpn.yml add support for vpn using wireguard 2025-01-16 21:36:31 -08:00
compose.yml chore: publish 0.2.0+0.1.1 release 2025-01-16 21:37:47 -08:00
Dockerfile add support for vpn using wireguard 2025-01-16 21:36:31 -08:00
README.md add support for vpn using wireguard 2025-01-16 21:36:31 -08:00

qbit

One line description of the recipe

  • Category: Apps
  • Status: 0
  • Image: qbit, 4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Quick start

  • abra app new qbit --secrets
  • abra app config <app-name>
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech.

VPN

  • Save wireguard config file in a file named vpn.conf
  • abra app cp <app-name> vpn.conf app:/etc/wireguard/vpn.conf
  • abra app cmd qbit.ammaratef45.ddns.net app setup_vpn (this will also start the vpn)
  • start_vpn, stop_vpn, vpn_status, and container_ip functions commands can be used to manage the vpn connection.