Skip to content

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

Merged
merged 7 commits into from
Jan 25, 2025
Merged

Conversation

besendorf
Copy link
Contributor

adds .torrent support based on changes by https://github.com/DatPat/Premiumizearr

@ensingerphilipp
Copy link
Owner

@besendorf FYI i havent tried building with github workflows as i havent adapted anything in there from JackDallas - If it works - Great haha

@besendorf
Copy link
Contributor Author

@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?

@ensingerphilipp
Copy link
Owner

@besendorf

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:

  1. make
  2. docker build . --file=docker/Dockerfile.amd64
    (or the File you need)

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.

@ensingerphilipp
Copy link
Owner

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

@ensingerphilipp
Copy link
Owner

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

@besendorf
Copy link
Contributor Author

I can take a look tomorrow. But the Github Action build seems to work

@ensingerphilipp ensingerphilipp merged commit 516b775 into ensingerphilipp:main Jan 25, 2025
4 checks passed
@ensingerphilipp
Copy link
Owner

There was some weird shit in the commit history going on - cleaned up and merged it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants