Help running tunarr #256
Replies: 5 comments
-
Hi! Sorry that you're having difficulty. How have you tried accessing the web app after running As for the docker images -- yes it looks like I missed updating those when I had to add a custom patch for ts-essentials when updating to Typescript 5.4.3. I'm going to fix up the Dockerfile now. I'm also working on a github action to periodically release a 'latest' image of Tunarr hourly. Will keep you updated! |
Beta Was this translation helpful? Give feedback.
-
Thanks, port 5173 works - yeah, I didn't see that in the output anywhere, just 8000. |
Beta Was this translation helpful? Give feedback.
-
Yeah, my guess is that there's a console.clear somewhere in the library code and that blows it away. I can also update the README to mention the default ports / paths for the dev servers. |
Beta Was this translation helpful? Give feedback.
-
I will share with you soon(TM) a PR to develop, build and deploy using Nix. |
Beta Was this translation helpful? Give feedback.
-
Wow awesome! Thanks!
…On Fri, May 24, 2024 at 5:23 AM Juanjo Presa ***@***.***> wrote:
I will share with you soon(TM) a PR to develop, build and deploy using Nix.
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMQRXYUNK6UNIJWCQXEIWTZD4BHHAVCNFSM6AAAAABF6U3DLOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNBUHE3DA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to run tunarr, but unfortunately not having any luck.
I see the readme says
When I do
pnpm install && pnpm turbo dev
that seems to start up the server/api, but I can't figure out how to access the UI.I also tried Docker using
docker build -t tunarr -f build.Dockerfile .
, but it looks like those have fallen out of dateWhen I add
COPY patches ./patches
to get past that, it then fails withAdmittedly, this is not a stack that I use, so any direction you could provide would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions