Compare commits

..

No commits in common. "e60e0028630bda1e242f49ce2008889392b861b9" and "58ac0e37587553db567f75c7efacd103059a030a" have entirely different histories.

3 changed files with 22 additions and 10 deletions

View file

@ -1,10 +1,9 @@
when: ---
event: kind: pipeline
- push name: default
- pull_request
- tag node:
- cron nix-daemon: 1
- manual
steps: steps:
- name: check formatting - name: check formatting
@ -24,3 +23,18 @@ steps:
commands: commands:
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.diplonat
- ./result-bin/bin/diplonat-* - ./result-bin/bin/diplonat-*
trigger:
event:
- custom
- push
- pull_request
- tag
- cron
---
kind: signature
hmac: 110a818a7e2a1c48032c552a2fa482c7ef8293c3108fa23b01a738c567060dc9
...

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
target target/
result result
result-bin result-bin
*.swp *.swp

View file

@ -1,8 +1,6 @@
Diplonat Diplonat
======== ========
[![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/40/status.svg)](https://woodpecker.deuxfleurs.fr/repos/40)
## Feature set ## Feature set
* [X] (Re)Configure NAT via UPNP/IGD (prio: high) * [X] (Re)Configure NAT via UPNP/IGD (prio: high)