No description
Find a file
dadada 7c9d3d0c88
flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/04c1b180862888302ddfb2e3ad9eaa63afc60cf8' (2022-05-17)
  → 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11)
• Added input 'flake-utils/systems':
    'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09)
• Updated input 'nixpkgs':
    'path:/nix/store/yyddvwq452qsvpgb104mllpq0hkkmsqx-source?lastModified=0&narHash=sha256-GNay7yDPtLcRcKCNHldug85AhAvBpTtPEJWSSDYBw8U=' (1970-01-01)
  → 'path:/nix/store/bbi5840s1wrrg0lf7b63vddfppjbqpyg-source?lastModified=1681041438&narHash=sha256-NmRGMklxBZ8Ol47CKMQxAU1F+v8ySpsHAAiC7ZL4vxY=&rev=48dcbaf7fa799509cbec85d55b8d62dcf1477d57' (2023-04-09)
2023-04-14 18:18:09 +02:00
lib use project url to build remote url 2022-06-02 21:39:07 +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 flake.lock: Update 2023-04-14 18:18:09 +02:00
flake.nix flake.lock: Update 2023-04-14 18:18:09 +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 project url to build remote url 2022-06-02 21:39:07 +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.