Closed tsaridas closed 9 months ago
I managed to deploy my app by removing the dockerfile. not sure what the problemwith dockerfile is .. I guess I messed up and created multiple names. One that works now is : a0964931e94e-jackett-stremio
maybe you can remove all others that have my github account a0964931e94e ?
I figured out the docker issue. it needs to have an entrypoint otherwise it will run /start web. should probably be documented. not sure if I still need to keep this open so you can clean up any old stuff I got.
but it runs fine if you just have CMD locally. this was my old dockerfile : https://github.com/tsaridas/jackett-stremio/blob/v1.0.112/Dockerfile
also, I now use : https://a0964931e94e-jackett-stremio.baby-beamup.club/ so you might want to delete the previous one I added there which is : a0964931e94e-jacket-stremio-remote-addon.baby-beamup.club
I'm trying to deploy a project but I may have messed up and deployed in different names while trying to understand how the tool works.
this is my repo : https://github.com/tsaridas/jackett-stremio
the last config I have says my project is
I think I deployed once but I saw some error in the logs like
This doesn't look like something from my application.
at the moment when I try to run beamup deploy I get this :
I have my pub key whitelisted in github so that shouldn't be an issue.
Generally I'm not sure what I should do with the file beamup.json.
Do I have to push it to my repo or add it to .gitignore ?
Thanks in advance.