mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(qbit): refactor url parse and add basic auth support (#245)
* feat(qbit): add basic auth and refactor url parse * build: update dockerfile go base * feat: only show port for legacy reasons
This commit is contained in:
parent
cf326a6c10
commit
62ada6de37
7 changed files with 301 additions and 8 deletions
|
@ -7,7 +7,7 @@ COPY web .
|
|||
RUN yarn build
|
||||
|
||||
# build app
|
||||
FROM golang:1.17.6-alpine AS app-builder
|
||||
FROM golang:1.17.9-alpine AS app-builder
|
||||
|
||||
ARG VERSION=dev
|
||||
ARG REVISION=dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue