podify-org / podify

Create podcasts from anything youtube-dl can handle
https://www.podify.org
GNU General Public License v3.0
290 stars 19 forks source link

The problem of direction agency #21

Open jxjxjhjh opened 3 years ago

jxjxjhjh commented 3 years ago

Using caddy reverse proxy, the URL will become ip: port. -"traefik.http.routers.podify.middlewares=sslheader@docker" -"traefik.http.middlewares.sslheader.headers.customrequestheaders.X-Forwarded-Proto=https" Don't know how to add to docker-compose.yml

jxjxjhjh commented 3 years ago

After adding the code, the youtube video can be downloaded normally, but the URL will still show ip:port

maxhollmann commented 3 years ago

Can I see your docker-compose.yml? Did you set HOST or URL_HOST?

jxjxjhjh commented 3 years ago

https://www.podify.org/docker.html Copy from here, modify url_host, user_mail, user_passwd, SECRET_KEY_BASE. addition to the labels, other unchanged.