Docker based setup for self hosting #189
Replies: 6 comments
-
If it helps, here's my recent experience on this topic:
@nkanaev I'm happy to raise a PR to add this to the docs if you like. I ended up with the following Dockerfile:
I'm running yarr behind Caddy with Tailscale HTTPS, so my
|
Beta Was this translation helpful? Give feedback.
-
Hello, I forked a repository called rebron1900/yarr and made some small improvements. I want to publish it to Docker Hub using Action, but I encountered an error while running it. After my investigation, I found that the master branch and tag branch of the original author have different file structures. How did they manage to do that? How can I make it run properly? |
Beta Was this translation helpful? Give feedback.
-
@grabpot thks,I have successfully packaged my own Docker image. |
Beta Was this translation helpful? Give feedback.
-
Would be great if we could add a GitHub Actions workflow to this repository in order to publish an official image automatically on releases. Here are the docs. |
Beta Was this translation helpful? Give feedback.
-
@rebron1900 I just saw your workflow at https://github.com/rebron1900/yarr/blob/master/.github/workflows/build-docker-image. Maybe do you want to create a PR to this repository? |
Beta Was this translation helpful? Give feedback.
-
Yes, this workflow works really well. And I've also added support for one -click subscription to yarr through Rsshub radar. |
Beta Was this translation helpful? Give feedback.
-
Hello there
A docker compose based set up might be the most ideal option for selfhosting. Would be great if there is a
Thank you for this project!
Beta Was this translation helpful? Give feedback.
All reactions