-
Notifications
You must be signed in to change notification settings - Fork 226
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker based setup for self hosting #173
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
|
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? |
@grabpot thks,I have successfully packaged my own Docker image. |
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. |
@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? |
Yes, this workflow works really well. And I've also added support for one -click subscription to yarr through Rsshub radar. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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!
The text was updated successfully, but these errors were encountered: