-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Config #57
Config #57
Conversation
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
I am a bot, here are the test results for this PR:
|
Hi @aptalca & friends I've updated this PR to include the config changes needed for COPS 3.x. Any chance this could be reviewed? Thanks :-) |
Thanks @mikespub I did a quick review and it looks good. But I'm also thinking we should do the migration of the config file automatically for existing users. If you're planning on releasing v3 soon, we can temporarily pause our external checks, update this PR with the migration and after you release v3 we merge this PR and reenable external checks. Does that work? |
On second thought, we could probably do the migration conditionally so we don't have to coordinate releases |
Opened a PR mikespub-org#1 |
migrate config to v3 but leave old one in place just in case
I am a bot, here are the test results for this PR:
|
Great, that PR looks fine to me - merged :-) I did something similar in COPS itself for non-docker installations, but this should cover the docker version too - thanks @aptalca |
I just noticed your release candidate is marked as The webpage seems to error out on a fresh container as seen in the test result above: https://ci-tests.linuxserver.io/lspipepr/cops/3.1.1-pkg-d408948f-dev-e7061aed628b200b22f9c3e4344eb1bff06491d1-pr-57/index.html |
Actually COPS is now sending you to index.php/check instead of checkconfig.php - which is the output you see there. The docker part is fine, but the COPS part is not (quite) yet. That's why I called this a release candidate rather than a release, to iron out these little issues. Once this docker-cops PR is merged and working, I can prepare a next release with bug fixes on the COPS side and it'll automatically go through the next time. But for that I needed the config file issue resolved first :-) |
Thanks @aptalca - always a pleasure working with the linuxserver team... |
You guys are doing the actual work, we just try to keep up 😅 |
Description:
Add $config['cops_kepubify_path'] in root/defaults/config_local.php
Benefits of this PR and context:
Default configuration of kepubify path in line with previous Dockerfile change
How Has This Been Tested?
Create docker image and run
Source / References:
mikespub-org/seblucas-cops#77