mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-10 01:10:31 +00:00
test new build server, #build
Changed: - updated libraries - trigger unstable build on new buildserver
This commit is contained in:
commit
ef69ab2799
68
.drone.yml
68
.drone.yml
@ -1,68 +0,0 @@
|
|||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: amd64
|
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
# test comment
|
|
||||||
steps:
|
|
||||||
- name: docker
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
repo: bbilly1/tubearchivist-test
|
|
||||||
tags:
|
|
||||||
- unstable
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_token
|
|
||||||
build_args:
|
|
||||||
- TARGETPLATFORM=linux/amd64
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: arm64
|
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: docker
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
repo: bbilly1/tubearchivist-test
|
|
||||||
tags:
|
|
||||||
- unstable
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_token
|
|
||||||
build_args:
|
|
||||||
- TARGETPLATFORM=linux/arm64
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: manifest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: manifest
|
|
||||||
image: plugins/manifest
|
|
||||||
settings:
|
|
||||||
target: bbilly1/tubearchivist-test
|
|
||||||
template: bbilly1/tubearchivist-test:unstable-OS-ARCH
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_token
|
|
||||||
platforms:
|
|
||||||
- linux/amd64
|
|
||||||
- linux/arm64
|
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
@ -167,6 +167,7 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex
|
|||||||
- [ ] Show total video downloaded vs total videos available in channel
|
- [ ] Show total video downloaded vs total videos available in channel
|
||||||
- [ ] Make items in grid row configurable to use more of the screen
|
- [ ] Make items in grid row configurable to use more of the screen
|
||||||
- [ ] Add statistics of index
|
- [ ] Add statistics of index
|
||||||
|
- [ ] Download speed schedule ([#198](https://github.com/tubearchivist/tubearchivist/issues/198))
|
||||||
- [ ] Implement complete offline media file import from json file ([#138](https://github.com/tubearchivist/tubearchivist/issues/138))
|
- [ ] Implement complete offline media file import from json file ([#138](https://github.com/tubearchivist/tubearchivist/issues/138))
|
||||||
- [ ] Filter and query in search form, search by url query ([#134](https://github.com/tubearchivist/tubearchivist/issues/134), [#139](https://github.com/tubearchivist/tubearchivist/issues/139))
|
- [ ] Filter and query in search form, search by url query ([#134](https://github.com/tubearchivist/tubearchivist/issues/134), [#139](https://github.com/tubearchivist/tubearchivist/issues/139))
|
||||||
- [ ] Auto ignore videos by keyword ([#163](https://github.com/tubearchivist/tubearchivist/issues/163))
|
- [ ] Auto ignore videos by keyword ([#163](https://github.com/tubearchivist/tubearchivist/issues/163))
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.11.1
|
||||||
celery==5.2.6
|
celery==5.2.6
|
||||||
Django==4.0.4
|
Django==4.0.4
|
||||||
django-cors-headers==3.11.0
|
django-cors-headers==3.12.0
|
||||||
djangorestframework==3.13.1
|
djangorestframework==3.13.1
|
||||||
Pillow==9.1.0
|
Pillow==9.1.1
|
||||||
redis==4.2.2
|
redis==4.3.1
|
||||||
requests==2.27.1
|
requests==2.27.1
|
||||||
ryd-client==0.0.3
|
ryd-client==0.0.3
|
||||||
uWSGI==2.0.20
|
uWSGI==2.0.20
|
||||||
whitenoise==6.0.0
|
whitenoise==6.1.0
|
||||||
yt_dlp==2022.4.8
|
yt_dlp==2022.5.18
|
||||||
|
Loading…
Reference in New Issue
Block a user