앱
qbittorrent
Tuesday, December 09, 2025 in 앱
Categories:
graph LR subgraph gvp6nx1a B1[jackett] <-- https/api --> B B[qbittorrent] <-- proxy --> C[nginx] end C <-- https --> D[client] container 구성 .env vi /opt/qbittorrent/.env TEL_BOT_KEY=6********************************************* …
jdownloader
Tuesday, December 09, 2025 in 앱
Categories:
graph LR A1[my.jdownloader.org] <-- tcp/api --> B[jdownloader] A1 <-- https --> D[client] host 구성 포트 개방 sudo firewall-cmd --permanent --add-forward-port=port=6****:proto=tcp:toport=3129 && \ sudo firewall-cmd --reload && …
netbootxyz
Monday, December 08, 2025 in 앱
Categories:
graph LR A1 -- tftp --> A2[client] subgraph agq3mbw2 B[netbootxyz] -- tftp --> A1[dhcp] subgraph sj9n7air B <-- proxy --> C[nginx] end end C <-- https --> D[client] host 구성 포트 개방 tftp: 69번 포트 dhcp: 67번 포트(server, relay agent), 68번 …
alist (deprecated)
Monday, December 08, 2025 in 앱
Categories:
Deprecated teambition 트래픽 정책 변경과 보안 이슈가 잦음 teambition -> teldrive 마이그레이션 완료 후 삭제할 것 graph LR A1[webdrives] -- mount --- B[alist] subgraph gvp6nx1a B <-- proxy --> C[nginx] end C <-- https --> D[rclone] container 구성 docker-compose.yml …