-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[New Package] Kavita #5978
[New Package] Kavita #5978
Conversation
@hgy59, I've created this new package based on #5967. The source is built on dotnet so I leveraged the templates from the *arr family of packages. There were a few exceptions:
|
hey @hgy59, I was wondering if you had any thoughts on the error I posted:
As this happens only with DSM 6, I would imagine it has something to do with this dependency: Lines 35 to 39 in 61b509e
Or are we missing a dependency? |
@mreid-tt for this package prebuilt binaries are used. Those binaries are not compiled with the DSM toolchains. So the binaries are built with a dependency of gligc that is newer than what is available under DSM 6. The only solution would be to build the package from source with the toolchains and native/dotnet8, but it could be a hard requirement of the sqlite library in the package and fail to build. |
- Requires glibc 2.28 which is not in DSM 6 toolchains
Thanks for the analysis. The package has been updated to remove DSM 6 support. Your final review and approval would be appreciated. |
@hgy59, any final thoughts on this or are we good to merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am missing some documentation on how to configure the folders in kavita.
We should document that the internal system user sc-kavita must have read access to the folders (or does it even need write access too?)
I've amended the wizard. The Kavita First Time Setup has no guidance on permissions so I'd play it safe with assumed full permissions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mreid-tt would you have time to upgrade the package to the latest version? |
hi @borisrorsvort, yes, I'll try to make some time over the weekend to publish an update. |
Description
Kavita is a fast, feature rich, cross platform reading server. Built with a focus for being a full solution for all your reading needs.
Closes #5967
Checklist
all-supported
completed successfullyType of change