Commit Graph

11 Commits

Author SHA1 Message Date
mirsal 31520c2cb1 fix: Copy the client assets over to a named volume at runtime
This commit makes the entrypoint copy the client's dist files to
the mountpoint of the app-assets named volume. That way, changed
files are made available to the nginx container when the peertube
image gets updated

Closes: #8
2021-07-16 21:19:03 +00:00
decentral1se 0bbc67dd8b
Return to bash mode (was there all along apparently) 2021-05-06 15:25:44 +02:00
decentral1se 86d5b8d1c4
Revert "Use manual approach on entrypoint for now"
This reverts commit 929722d640.
2021-05-06 15:24:53 +02:00
decentral1se c828be2c68
Return to sh mode of checking 2021-05-06 15:17:24 +02:00
decentral1se a723573bf3
Template the entrypoint 2021-05-06 13:32:16 +02:00
decentral1se bff97d572c
Don't use that exec 2021-05-06 13:24:20 +02:00
decentral1se 930d9da516
Add spacing 2021-05-06 13:00:04 +02:00
decentral1se fc9879c6ff
Handle optional lookup 2021-05-06 12:59:25 +02:00
decentral1se a25b3a6e0f
Use new entrypoint path 2021-05-06 11:17:37 +02:00
decentral1se be27eb7a54
Thread in more SMTP details 2021-05-06 10:52:31 +02:00
mirsal 100fb038e3 Untested port of peertube to coop-cloud
missing:

 * live streaming and RTMP proxying with traefik
 * webseed cross-instance redundancy
 * option to use S3-compatible storage
 * testing, there might be silly bugs

Did I mention this is untested?
2021-03-19 16:03:13 +00:00