ld-web

Results 5 comments of ld-web

Had the same issue, but after adding the following label it looks okay, app is working : ```yaml labels: - "traefik.http.routers.youtube-dl.tls=true" ```

In the `docker-compose.yml` file, under the `ytdl-material` [service](https://docs.docker.com/compose/compose-file/05-services/#labels). But beware a lot of things could have changed after all this time, I haven't tested it again since then.

I got the same problem, at first I decided to patch it with `yarn patch`, because I think the `DEBUG` var was not correctly hoisted, for some reason. Maybe the...

Thanks a lot @slorber, I upgraded today on a Docusaurus website with around 60 Markdown files including Mermaid charts, in Github Actions pipeline it went from average 1m30 build time...

Hi everyone ! I ended up here because I'm doing my website with Astro and want it to be multilingual (fr, en, zh-TW). Initially, I followed the i18n guide, and...