Compare commits

..

12 Commits

Author SHA1 Message Date
f2427ee6c7 Add a page to display a movie
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2021-08-22 10:39:18 -10:00
f8de3be779 Add a link from the torrent title to the show 2021-08-21 16:30:50 -10:00
7b960d6616 Update the movies' default page to trakttv trending 2021-08-21 16:10:54 -10:00
24324455da Download movie fanart and better torrent list on mobile
Show the thumb on wide screens and the fanart on small screens.
2021-08-21 13:20:52 -10:00
9488795186 Add a button to show the modules statuses
Some checks reported errors
continuous-integration/drone/push Build encountered an error
It's really annoying to wait for the modules to be loaded while visiting
the user profile or admin panel.
2021-08-21 10:45:55 -10:00
18c749f9e1 Remove unused modules 2021-08-20 15:47:21 -10:00
960ddcfa05 Handle embedded subtitles 2021-08-20 15:47:21 -10:00
04e3aee65b Fix indentation 2021-08-20 15:47:21 -10:00
d59c269caa Remove fresh
This package is not maintained.
2021-08-20 15:47:21 -10:00
36eeb6b983 Update the subtitles independently 2021-08-20 15:47:15 -10:00
7737e278c1 Fix user deletion 2021-08-12 16:37:00 -10:00
451fea7355 Update everything to work with node 16.X
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2021-08-12 16:05:17 -10:00

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: prepare-workdir
image: alpine:3.14.1
image: alpine:3.14.3
commands:
- mkdir canapeapp
@ -24,7 +24,7 @@ steps:
- CGO_ENABLED=0 go build -ldflags '-extldflags "-static"' -trimpath -v -o canapeapp/app backend/*.go
- name: prepare-docker
image: alpine:3.14.1
image: alpine:3.14.3
commands:
- cp docker/run.sh canapeapp/run.sh
- cp migrate canapeapp/migrate