45 Commits

Author SHA1 Message Date
Craig Alexander
ab3b83ed3f
Upgrade Python to 3.11.13 (#991) 2025-07-01 09:36:23 +07:00
Craig Alexander
990cb9aaec
Move npm install into its own docker stage (#999) 2025-06-20 18:33:43 +02:00
8c59d65ee5
auto restart beat after 1h, #967 2025-06-03 23:03:13 +07:00
eb78a3904f
fix deprecated env format 2025-02-18 22:39:40 +07:00
c7fc2666fa
add lsof to debug install 2025-02-02 15:36:25 +07:00
190d9b3b10
fix inconsistent casing 2025-01-27 17:47:11 +07:00
7dcef45b97
replace uwsgi with uvicorn 2024-12-23 21:53:27 +07:00
Merlin
83bb7f678b
DRAFT: Add Tubearchivist Frontend React dev docker setup (#768)
* Add development docker-compose file

* Add /new/ path in nginx conf

* Add frontend production setup

* Fix lint

* Refac move prod docker compose into non suffixed file

* Fix run.sh fileendings on windows

* Fix docker file naming consistancies

* Add frontend dev setup

* Add docker compose dev command

* Refac remove docker network

* Fix potential error causes

* Chore update react-router-dom

* Add redirect to login after logout

* Refac allow basic auth for session login in api

* Fix loginresponsetype optional property

* Refac move isAdmin check into page Base

* Refac use node lts for dev container

* Refac remove old setup in readme

* Refac move getisAdmin into loader and rename

* Refac remove manual csrf cookie handing from actions and loader

* Fix post requiring csrf header & cookie

* Fix remove empty files

* Refac revert dockerfile changes

* Refac revert gitatrributes changes

* Refac revert docker changes

* Refac revert nginx changes

* Refac revert docker change

* Refac move frontend into frontend folder

* Add production steps to dockerfile

* Refac implement endpoint renaming

* Refac remove frontend dockerfile

* Add credentials include for dev env

* Fix allow cors with credentials for dev environment

* Fix images in dev mode

* Add credentials for dev mode to all loader and actions, except signin

* Revert cors config

* Revert cors config

* Fix nginx not serving /youtube/

* Fix video url missing api

* Fix media url missing api

* Add application settings page

* Add continue vids

* Add csrf to delete requests

* Refac use api/video endpoint with filter to home, channel, playlist pages

* Add channel nav request

* Add channel playlists

* Fix filterbar for playlist in channel

* Add playlist_nav to video page

* Add downloads aggs

* Refac remove basic auth

* Fix credentials include in signin

* Refac user config to user me config

* Add ApiToken get
2024-08-11 00:53:50 +07:00
a5b492fecd
renamed django app folder to backend 2024-08-03 21:58:22 +02:00
64016389f7
Fix arm64 build, add TARGETPLATFORM ARG, #build 2024-05-26 23:37:26 +02:00
ae89f47072
make application testable 2024-05-21 12:18:25 +02:00
c82d9e2140
bump base image 2024-05-15 19:54:16 +02:00
33ecd73137
ffmpeg download script, separate build step 2024-04-22 17:49:26 +02:00
88f230c3f4
build yt-dlp from commit 2023-10-03 20:49:57 +07:00
32721cf7ed
bump base python version 2023-06-22 23:27:48 +07:00
7d6a879966
bump python base file 2023-01-07 18:08:35 +07:00
700a8cb54a
remove leftover ffmpeg binary 2022-10-25 12:13:11 +07:00
f8dccfcd15
use linuxarm64 ffmpeg builds for arm64 2022-10-25 11:22:32 +07:00
dd8597307c
fix wrong python version in final image 2022-10-22 23:30:44 +07:00
3f1075d0b2
bump python version 2022-10-22 20:24:58 +07:00
19fed77218
bump python version 2022-09-17 10:53:43 +07:00
DanielBatteryStapler
fd75def6c3 implement LDAP as authentication backend support (#274) 2022-07-30 21:08:12 +07:00
p0358
79996f6838
Fix permission/mount issues from #268 (#270)
* make nginx run as root within the container (#268)

* move file to videos path with fallback to regular copy with no metadata copying (#268)

* use `copy_function=shutil.copy` everywhere with `shutil.move`
2022-07-16 21:54:39 +07:00
83a90000c6
bump base image 2022-06-15 09:23:41 +07:00
14d85e83e6
move ffmpeg install to final container, #234 2022-04-30 19:33:11 +07:00
1c233dd4f4
move install requirements after ffmpeg curl for better cache use 2022-04-11 17:58:19 +07:00
f79d30ab54 multi stage build Dockerfile for python wheel 2022-04-11 00:05:03 +07:00
4b33559212
build failure workaround, upgrade pip and setuptools 2022-04-10 16:45:50 +07:00
Lickitysplitted
3ae9fe5405
Modify Dockerfile and the nginx.conf file to avoid Nginx default conf… (#203)
* Modify Dockerfile and the nginx.conf file to avoid Nginx default config IPv6 conflict.

* Adjust nginx.conf name and run.sh nginx modification.

* but nginx.conf file back

Co-authored-by: simon <simobilleter@gmail.com>
2022-04-01 11:43:24 +07:00
0783d47ffe
bump python version 2022-03-29 18:34:31 +07:00
e4b4430e69
bump python version 2022-03-25 15:33:54 +07:00
337b373628
improve build to install debug tools in testing 2022-03-24 19:54:47 +07:00
8579fb4cc1
fix ffmpeg link grep by using master 2022-02-21 21:37:49 +07:00
d99ce0d98e
add atomicparsley to container for better thumb embed, #155 2022-02-12 09:58:14 +07:00
00e9e4bc53
bump python version 2022-01-27 15:08:26 +07:00
2eea07c85e
organize docker conf files 2022-01-26 20:05:52 +07:00
37140551d2
improved build cache add nginx after pip 2022-01-01 22:16:34 +07:00
665d0a1b24
bump versions 2021-12-26 18:22:04 +07:00
ab8dc0ddee
bump versions 2021-12-03 11:26:35 +07:00
3473c79d63 use TARGETPLATFORM to install repo ffmpeg for arm64 and patched ffmpeg for amd64 builds 2021-10-12 23:00:25 +07:00
4e7cba70d5 update to new ffmpeg naming convention 2021-10-03 20:25:23 +07:00
21ad1fd832 use latest tag instead 2021-10-01 13:44:14 +07:00
b12df3f312 using ffmpeg patched builds instead of repo version, #37 #26 2021-09-30 22:01:30 +07:00
947538815d expose should be 8000 #9 2021-09-16 15:36:14 +07:00
dc9fd72cde minimal viable product 2021-09-06 00:10:14 +07:00