Compare commits

..

12 Commits

Author SHA1 Message Date
b6be9488c9 Add a page to display a movie
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-22 11:33:36 -10:00
20ce0eaa99 Add a link from the torrent title to the show 2021-08-22 11:33:36 -10:00
ae8f6e2a36 Update the movies' default page to trakttv trending 2021-08-22 11:33:36 -10:00
d585a59c83 Download movie fanart and better torrent list on mobile
Show the thumb on wide screens and the fanart on small screens.
2021-08-22 11:33:36 -10:00
0f0594f2c4 Add a button to show the modules statuses
It's really annoying to wait for the modules to be loaded while visiting
the user profile or admin panel.
2021-08-22 11:33:36 -10:00
2d3e267517 Remove unused modules 2021-08-22 11:33:36 -10:00
13e5775c34 Handle embedded subtitles 2021-08-22 11:33:36 -10:00
b382223b1a Fix indentation 2021-08-22 11:33:36 -10:00
1c0ba9871e Remove fresh
This package is not maintained.
2021-08-22 11:33:36 -10:00
ec750807b6 Update the subtitles independently 2021-08-22 11:33:36 -10:00
aa105443e5 Fix user deletion 2021-08-22 11:33:36 -10:00
fcd7c39940 Update everything to work with node 16.X 2021-08-22 11:33:36 -10:00

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: prepare-workdir
image: alpine:3.14.3
image: alpine:3.14.1
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.3
image: alpine:3.14.1
commands:
- cp docker/run.sh canapeapp/run.sh
- cp migrate canapeapp/migrate