No description
Find a file
2022-05-22 23:49:05 +02:00
lib fix weird up docker container path issues 2022-05-22 23:34:31 +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 fix docker sha256sum 2022-05-22 23:49:05 +02:00
Dockerfile pin all docker images 2022-05-22 23:47:21 +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 port to go 2022-05-22 22:31:40 +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.