mirror of
https://github.com/openzim/zimit.git
synced 2025-09-23 03:52:16 -04:00
removed references to docker.io
This commit is contained in:
parent
6324b7c7c5
commit
b8714d1260
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Retrieve source code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v3.4.0
|
||||
|
||||
- name: Build and push
|
||||
uses: openzim/docker-publish-action@v9
|
||||
@ -24,9 +24,8 @@ jobs:
|
||||
tag-pattern: /^v([0-9.]+)$/
|
||||
latest-on-tag: true
|
||||
restrict-to: openzim/zimit
|
||||
registries: ghcr.io
|
||||
credentials:
|
||||
DOCKERIO_USERNAME=${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERIO_TOKEN=${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
|
||||
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
|
||||
repo_description: auto
|
||||
|
12
README.md
12
README.md
@ -3,7 +3,7 @@ Zimit
|
||||
|
||||
Zimit is a scraper allowing to create ZIM file from any Web site.
|
||||
|
||||
[](https://hub.docker.com/r/openzim/zimit)
|
||||
[](https://ghcr.io/openzim/zimit)
|
||||
[](https://github.com/openzim/zimit/actions?query=branch%3Amain)
|
||||
[](https://www.codefactor.io/repository/github/openzim/zimit)
|
||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||
@ -33,7 +33,7 @@ Usage
|
||||
To build locally run:
|
||||
|
||||
```bash
|
||||
docker build -t openzim/zimit .
|
||||
docker build -t ghcr.io/openzim/zimit .
|
||||
```
|
||||
|
||||
The image accepts the following parameters, **as well as any of the [warc2zim](https://github.com/openzim/warc2zim) ones**; useful for setting metadata, for instance:
|
||||
@ -53,16 +53,16 @@ The following is an example usage. The `--shm-size` flags is [needed to run Chro
|
||||
Example command:
|
||||
|
||||
```bash
|
||||
docker run openzim/zimit zimit --help
|
||||
docker run openzim/zimit warc2zim --help
|
||||
docker run ghcr.io/openzim/zimit zimit --help
|
||||
docker run ghcr.io/openzim/zimit warc2zim --help
|
||||
docker run -v /output:/output \
|
||||
--shm-size=1gb openzim/zimit zimit --url URL --name myzimfile --workers 2 --waitUntil domcontentloaded
|
||||
--shm-size=1gb ghcr.ioopenzim/zimit zimit --url URL --name myzimfile --workers 2 --waitUntil domcontentloaded
|
||||
```
|
||||
|
||||
The puppeteer-cluster provides monitoring output which is enabled by
|
||||
default and prints the crawl status to the Docker log.
|
||||
|
||||
**Note**: Image automatically filters out a large number of ads by using the 3 blocklists from [anudeepND](https://github.com/anudeepND/blacklist). If you don't want this filtering, disable the image's entrypoint in your container (`docker run --entrypoint="" openzim/zimit ...`).
|
||||
**Note**: Image automatically filters out a large number of ads by using the 3 blocklists from [anudeepND](https://github.com/anudeepND/blacklist). If you don't want this filtering, disable the image's entrypoint in your container (`docker run --entrypoint="" ghcr.io/openzim/zimit ...`).
|
||||
|
||||
Nota bene
|
||||
---------
|
||||
|
Loading…
x
Reference in New Issue
Block a user