No description
Find a file
2022-05-31 19:34:18 +02:00
lib fixup: add missing quotation mark 2022-05-23 17:44:19 +02:00
nix add flake 2022-05-22 22:31:06 +02:00
.envrc add flake 2022-05-22 22:31:06 +02:00
.gitignore update docker and ci files 2022-05-22 22:32:34 +02:00
.gitlab-ci.yml remove redundant job 2022-05-23 17:36:47 +02:00
Dockerfile update container 2022-05-23 17:25:16 +02:00
flake.lock add flake 2022-05-22 22:31:06 +02:00
flake.nix port to go 2022-05-22 22:31:40 +02:00
go.mod port to go 2022-05-22 22:31:40 +02:00
go.sum port to go 2022-05-22 22:31:40 +02:00
LICENSE fix LICENSE file 2022-05-21 12:25:05 +02:00
main.go use refspec to set remote 2022-05-31 19:34:18 +02:00
README.md update README.md 2022-05-22 22:39:08 +02:00

pad-archiver

Archives the list of URLs provided on the standard input.

go build
pad-archiver < pads.txt

The CI-config in lib/gitlab-ci.yml can be used in your project by including the following at the top of your project's .gitlab-ci.yml.

include:
  - project: 'fginfo/pad-archiver'
    file: 'lib/gitlab-ci.yml'

The project that includes the CI configuration has to provide the environment variable CI_ACCESS_TOKEN. The variable must contain a project access token that can push commits to your project.