-
Hello, how do i update OTT? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you're using the docker image (which you should), all you need to do is run: docker pull dyc3/opentogethertube:latest and the next time you start the container, it'll use the latest version. As for setting up SSL, that somewhat depends on whatever you're using as a reverse proxy (probably nginx or apache). If you have a domain name, you can get an SSL cert from Lets Encrypt using |
Beta Was this translation helpful? Give feedback.
If you're using the docker image (which you should), all you need to do is run:
and the next time you start the container, it'll use the latest version.
As for setting up SSL, that somewhat depends on whatever you're using as a reverse proxy (probably nginx or apache). If you have a domain name, you can get an SSL cert from Lets Encrypt using
certbot-auto
. See this for an example of an nginx config: https://github.com/dyc3/opentogethertube/blob/master/docs/how-to-deploy.md#reverse-proxy