No description
Find a file
2023-05-28 19:01:09 +02:00
.github ci: fix image tag 2023-05-28 18:48:41 +02:00
lib Move project to GitHub 2023-05-25 16:24:00 +02:00
nix flake: add docker image 2023-05-28 17:19:53 +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
flake.lock flake.lock: Update 2023-04-14 18:18:09 +02:00
flake.nix docker: entrypoint 2023-05-28 19:01:09 +02:00
go.mod Move project to GitHub 2023-05-25 16:24:00 +02:00
go.sum update go modules 2023-04-14 18:26:32 +02:00
LICENSE fix LICENSE file 2022-05-21 12:25:05 +02:00
main.go reformat 2023-05-25 17:02:30 +02:00
README.md Move project to GitHub 2023-05-25 16:24:00 +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:
  - https://raw.githubusercontent.com/dadada/pad-archiver/main/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.