Skip to content

Latest commit

 

History

History
95 lines (64 loc) · 1.38 KB

File metadata and controls

95 lines (64 loc) · 1.38 KB

🚀 Autobrr Manager

Debian License Status

Production-ready autobrr installer for Debian VPS.


✨ Features

  • Install / Update / Remove
  • Multi-domain nginx detection
  • Manual domain fallback
  • Auto user detection
  • Systemd per-user service
  • Reverse proxy under /autobrr/
  • Log file support with rotation
  • Safe production behaviour

🧱 Requirements

  • Debian 11 / 12 / 13
  • nginx installed
  • SSL configured (recommended)
  • At least one Linux user in /home

📦 One-Line Install

bash <(curl -s https://raw.githubusercontent.com/race-in/autobrr-manager/main/autobrr.sh)

📦 Manual Usage

wget https://raw.githubusercontent.com/race-in/autobrr-manager/main/autobrr.sh
chmod +x autobrr.sh
sudo ./autobrr.sh

🖥 Menu

1) Install autobrr
2) Update autobrr
3) Remove autobrr
4) Exit

🌐 Access

https://your-domain/autobrr/

📜 Logs

/home/USER/.config/autobrr/logs/autobrr.log

Live view:

tail -f /home/USER/.config/autobrr/logs/autobrr.log

🔒 Safety

  • Ignores _, localhost
  • Won’t detect random .pem files
  • Manual fallback if domain not found
  • Per-user isolation

📄 License

MIT