-
-
Notifications
You must be signed in to change notification settings - Fork 5
WIP: add .torrent support #5
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
Conversation
@besendorf FYI i havent tried building with github workflows as i havent adapted anything in there from JackDallas - If it works - Great haha |
@ensingerphilipp I had to make a few changes to the action but I think they work now. The only thing that fails for me is publishing to ghcr.io because I dont have the secrets so that is expected. I guess you plan to release docker images to ghcr.io or elsewhere? So you could get an account there and insert the secret to your repo. In the meanwhile could you add instructions on how to build locally to the repo? |
For local building you only need to install golang Version 1.17 and npm (im not sure if specific version but ill look when im home) then run inside the root folder:
beware that you changed the makefile in one of ur commits so you might have to change it back for local building Im planning to clean this repo up anyways and make the autobuilds work again (without leaking my credentials ;) ) but i just wanted to quickly get a first working version out yesterday. |
Cant get it to compile locally right now - seems like you changed packages in web/package.json - dont have much time to look into it right now tho @besendorf |
Im so confused right now - there are obviously no changes in your commit history but when i go to checkout your PR somethings totally messed up |
I can take a look tomorrow. But the Github Action build seems to work |
There was some weird shit in the commit history going on - cleaned up and merged it |
adds .torrent support based on changes by https://github.com/DatPat/Premiumizearr