Compare commits

..

13 commits

Author SHA1 Message Date
c415177021
mv woodpecker
Some checks failed
ci/woodpecker/manual/check-deployment-basic Pipeline failed
ci/woodpecker/manual/check-deployment-cli Pipeline failed
ci/woodpecker/manual/check-deployment-panel Pipeline failed
ci/woodpecker/manual/check-mastodon Pipeline failed
ci/woodpecker/manual/check-panel Pipeline failed
ci/woodpecker/manual/check-peertube Pipeline failed
ci/woodpecker/manual/check-pre-commit Pipeline was successful
ci/woodpecker/manual/update Pipeline failed
ci/woodpecker/manual/check-resources Pipeline failed
ci/woodpecker/manual/check-data-model Pipeline failed
ci/woodpecker/manual/cd Pipeline failed
2025-08-04 23:27:08 +02:00
e85579caf9
mount /dev/kvm
This reverts commit 32a8c011133045f624f23d0cacd6e2b81ccc78eb.

add kvm

kvm
2025-08-04 23:27:08 +02:00
87b50e11b2
container dns
rm dns
2025-08-04 23:24:58 +02:00
447821035d
enable firewall 2025-08-04 23:24:58 +02:00
63439c3b28
document nftables 2025-08-04 23:24:58 +02:00
df07a9df51
generalize firewall hole 2025-08-04 23:24:58 +02:00
0c561d3a38
rm agent exec
plug hole in firewall

format
2025-08-04 23:24:58 +02:00
9bd991834d
disable firewall nftables
disables nftables for woodpecker, just like for forgejo-ci
2025-08-04 23:24:58 +02:00
b6f8aebdb9
disable exec agent
make service group setting conditional

make secrets conditional

make things conditional

rm group
2025-08-04 23:24:58 +02:00
a2d9b530d1
set service groups
add agent groups
2025-08-04 23:24:58 +02:00
0f2ad13ad7
un-template
none like _file somehow?
2025-08-04 23:24:58 +02:00
97656d2b0a
fix container agent 2025-08-04 23:24:58 +02:00
72064623ee
add woodpecker CI
add woodpecker

status: agents error `agent could not auth: individual agent not found
by token: sql: no rows in result set`

allow manual

set `image: bash` to initally test `local` woodpecker back-end

split CI jobs

image: `bash` (`local` back-end) -> `nixos/nix` (`docker` back-end)

add debugging lines to CD pipeline to debug error `Could not open a connection to your authentication agent`

add more debug prints to CD

even more debugging

continue debugging

debug harder

explicitly specify flakes as nixos/nix image is missing this

rm /home

update fedi203

wrap faulty statement

fix check-resources

split

strace pkg

un-strace

un-test cd

dedupe image

max 5

un-bash strace

configure user

simplify secrets

set just group for system users

unverbose npins

schema

add flakes
2025-08-04 23:24:58 +02:00

View file

@ -13,7 +13,7 @@ steps:
mkdir -p ~/.ssh
echo "$CD_SSH_KEY" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
- nix-shell --extra-experimental-features 'nix-command flakes' --run 'eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && ssh-agent -s && SHELL=$(which bash) nixops4 apply -v default'
- nix-shell --run 'eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_ed25519 && ssh-agent -s && SHELL=$(which bash) nixops4 apply -v default'
environment:
CD_SSH_KEY:
from_secret: cd_ssh_key