Fix nix flake check
Some checks failed
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: NATURAL_LANGUAGE No errors were found in the linting process
--> Linted: YAML No errors were found in the linting process
Lint / lint (push) Successful in 27s
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gabriel Simmer 2024-05-16 21:10:00 +01:00
parent ac6b7b2bb7
commit 66c67463fa
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
3 changed files with 45 additions and 1 deletions

View file

@ -2,4 +2,4 @@ steps:
- name: check
image: nixpkgs/nix-flakes
commands:
- nix flake check
- nix flake check -L --all-systems

44
blackbox.yml Normal file
View file

@ -0,0 +1,44 @@
---
modules:
http_2xx:
prober: http
http_post_2xx:
prober: http
http:
method: POST
tcp_v4:
prober: tcp
timeout: 5s
tcp:
preferred_ip_protocol: ip4
tcp_v6:
prober: tcp
timeout: 5s
tcp:
preferred_ip_protocol: ip6
tcp_connect:
prober: tcp
pop3s_banner:
prober: tcp
tcp:
query_response:
- expect: "^+OK"
tls: true
tls_config:
insecure_skip_verify: false
ssh_banner:
prober: tcp
tcp:
query_response:
- expect: "^SSH-2.0-"
irc_banner:
prober: tcp
tcp:
query_response:
- send: "NICK prober"
- send: "USER prober prober prober :prober"
- expect: "PING :([^ ]+)"
send: "PONG ${1}"
- expect: "^:[^ ]+ 001"
icmp:
prober: icmp

BIN
secrets/paperless-oauth.age Normal file

Binary file not shown.