1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

22 Commits

Author SHA1 Message Date
Th0masL
005c371c6d Update to alpine:3.16 2022-06-15 03:47:32 +03:00
Th0masL
7b395d6ee1 Apply the changes directly in Dockerfile 2022-06-15 03:39:15 +03:00
jtagcat
34c708d5f4 readd WORKDIR /app
`config.toml` uses relative path, from the current directory, `$PWD` by default is `/`.

commit f337f6c8b16acad6f6a86648f72061e098652040
removed `WORKDIR /app`, and `/config.toml` was used instead of `/app/config.toml`.
The change was breaking, unexpected and undocumented.
As users already mount `/app/config.toml`, revert to using it.

Revert 16315c0e126598e79460d84190181f5cf5a2c8fb
(what was workaround for breaking change,
though there is no need to break anything here)

Closes #270

+ requested: podsync located again at /app/podsync, instead of /podsync
2022-01-02 17:40:17 +02:00
Maksym Pavlenko
f337f6c8b1 Update release actions
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
2021-12-31 15:16:31 +02:00
Matej Drobnic
4fa6da6a02 build podsync inside docker 2021-12-28 15:42:08 +02:00
jtagcat
da93686a57 Dockerfile:add --no-banner.
Command output, or `logs` on the docker container results in a garbled banner. Disable printing it for docker.
2021-05-24 15:37:32 -07:00
Maksym Pavlenko
cc9fcb4217 Revert "dockerfile: source youtube-dl from alpine repos" #195
This reverts commit d7885ebfda066da44c4d60f39672112f9f40d877.
2020-11-17 14:22:06 -08:00
jtagcat
d7885ebfda dockerfile: source youtube-dl from alpine repos 2020-11-12 14:56:53 -08:00
Maksym Pavlenko
ec5eae7b4f Include tzdata in Dockerfile #131 2020-10-04 14:31:28 -07:00
Виктор Диктор
eb175683da Use latest youtube-dl in Dockerfile #119 2020-04-19 13:21:16 -07:00
DeXteRrBDN
4d200da7b3 Update to latest Youtube Downloader version (#76)
This fixes "ERROR: Signature extraction failed" issue
2020-01-25 14:32:28 -08:00
Maksym Pavlenko
2644de9148 Fix youtube-dl path in Docker file 2019-11-15 11:45:33 -08:00
Maksym Pavlenko
9cca09d8bb Fix broken alpine dependency 2019-11-15 11:35:34 -08:00
Maksym Pavlenko
18fd306823 Update youtube-dl to 2019.11.05 2019-11-15 10:51:05 -08:00
Maksym Pavlenko
b66cf76747 Add GoReleaser configuration 2019-11-13 20:43:47 -08:00
Maksym Pavlenko
a89f763629 Add Dockerfile 2019-11-13 19:12:33 -08:00
Maksym Pavlenko
30bfd2ebef Use Makefile 2019-02-24 14:19:55 -08:00
Maksym Pavlenko
53312ee169 Clean backend code 2018-12-10 21:35:50 -08:00
Maksym Pavlenko
908e23066a Fix frontend build 2018-12-10 17:08:59 -08:00
Maksym Pavlenko
58239a7738 Switch to go modules 2018-11-22 14:48:53 -08:00
Maksym Pavlenko
2bd28b4e85 Minify scripts, update docker container 2017-08-21 23:52:02 -07:00
Maksym Pavlenko
6b0a234983 Rework project structure 2017-08-19 16:58:23 -07:00