File tree Expand file tree Collapse file tree 2 files changed +26
-11
lines changed Expand file tree Collapse file tree 2 files changed +26
-11
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,18 @@ dockers:
74
74
- dockerfile : Dockerfile
75
75
image_templates :
76
76
- " atomicptr/crab:latest"
77
- - " atomicptr/crab:{{.Tag}}"
78
77
- " atomicptr/crab:v{{.Major}}"
79
- - " atomicptr/crab:v{{.Major}}.{{.Minor}}"
78
+ - " atomicptr/crab:v{{.Major}}.{{.Minor}}"
79
+ - " atomicptr/crab:{{.Tag}}"
80
+ # # NFPM (deb and rpm)
81
+ nfpms :
82
+ - package_name : crab
83
+ vendor : atomicptr
84
+ maintainer :
" Christopher Kaster <[email protected] >"
85
+ homepage : " https://github.com/atomicptr/crab"
86
+ description : |
87
+ A versatile tool to crawl dozens of URLs from a given source, like a sitemap or an URL list.
88
+ license : MIT
89
+ formats :
90
+ - deb
91
+ - rpm
Original file line number Diff line number Diff line change @@ -14,7 +14,18 @@ Useful for:
14
14
15
15
### Binaries
16
16
17
- [ You can download the newest release from here for Linux, macOS and Windows.] ( https://github.com/atomicptr/crab/releases/ )
17
+ [ You can download the newest release from here for Linux (including .deb and .rpm), macOS and Windows.] ( https://github.com/atomicptr/crab/releases/ )
18
+
19
+ ### Docker
20
+
21
+ [ Docker Hub] ( https://hub.docker.com/r/atomicptr/crab )
22
+
23
+ ``` bash
24
+ $ docker pull atomicptr/crab
25
+ # Example
26
+ $ docker run --rm atomicptr/crab --help
27
+ $ docker run --rm atomicptr/crab crawl:sitemap https://domain.com/sitemap.xml
28
+ ```
18
29
19
30
### Snap
20
31
@@ -37,14 +48,6 @@ $ scoop bucket add atomicptr https://github.com/atomicptr/scoop-bucket
37
48
$ scoop install crab
38
49
```
39
50
40
- ### Docker
41
-
42
- ``` bash
43
- $ docker run --rm atomicptr/crab --help
44
- # Example
45
- $ docker run --rm atomicptr/crab crawl:sitemap https://domain.com/sitemap.xml
46
- ```
47
-
48
51
## Usage
49
52
50
53
Crawl singular URLs:
You can’t perform that action at this time.
0 commit comments