-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 request: lurkmore #958
Comments
Hello @RavanJAltaie . Any updates here? |
I second this. I tried using zimit and mwoffliner with neolurk. |
I've failed to find API endpoints for mwoffliner operation (everything is in Russian so it does not help me ^^), it looks like they are closed, @artiommocrenco did you achieved to find them? Otherwise we will have to use zimit, but this is not really convenient on mediawikis ... |
@benoit74 @deimjons I used this: # for lurkmore
sudo docker run --rm -v /output:/output:rw --memory-swappiness 0 ghcr.io/openzim/mwoffliner:1.13.0 mwoffliner --webp --mwUrl="https://lurkmore.media/" --format="nodet,nopic:mini" --format="nopic:nopic" --format="novid:maxi" --verbose --osTmpDir="/dev/shm" --requestTimeout="1000" --outputDirectory="/output" --adminEmail="[email protected]" --mwWikiPath "/" --mwApiPath "/api.php" --mwModulePath "/load.php" --mwRestApiPath="/wiki/"
# for neolurk
sudo docker run --rm -v /output:/output:rw --memory-swappiness 0 ghcr.io/openzim/mwoffliner:1.13.0 mwoffliner --webp --mwUrl="https://neolurk.org/" --format="nodet,nopic:mini" --format="nopic:nopic" --format="novid:maxi" --verbose --osTmpDir="/dev/shm" --requestTimeout="1000" --outputDirectory="/output" --adminEmail="[email protected]" --mwRestApiPath="/wiki/" With # non-working example with lurkmore
sudo docker run --rm -v /output_dev:/output:rw --memory-swappiness 0 ghcr.io/openzim/mwoffliner:dev mwoffliner --webp --mwUrl="https://lurkmore.media/" --format="nodet,nopic:mini" --format="nopic:nopic" --format="novid:maxi" --osTmpDir="/dev/shm" --requestTimeout="1000" --outputDirectory="/output" --adminEmail="[email protected]" --mwWikiPath "/" --mwActionApiPath "api.php" --mwRestApiPath "rest.php" --mwModulePath "load.php" --verbose
# non-working example with neolurk
sudo docker run --rm -v /output_dev:/output:rw --memory-swappiness 0 ghcr.io/openzim/mwoffliner:dev mwoffliner --webp --mwUrl="https://neolurk.org/" --format="nodet,nopic:mini" --format="nopic:nopic" --format="novid:maxi" --osTmpDir="/dev/shm" --requestTimeout="1000" --outputDirectory="/output" --adminEmail="[email protected]" --mwRestApiPath="/wiki/" |
Please use the following format for a ZIM creation request (and delete unnecessary information)
The text was updated successfully, but these errors were encountered: