A fast, local-first "redirection engine" for !bang users with a few extra features ^-^
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: tell git to ignore strict host key checking

+5
+5
.github/workflows/update-bangs.yaml
··· 54 54 - name: Add remote 55 55 run: git remote add tangled git@ember:did:plc:krxbvxvis5skq7jj6eot23ul/unduckified 56 56 57 + - name: Configure ssh 58 + run: | 59 + mkdir -p ~/.ssh 60 + echo "StrictHostKeyChecking no" >> ~/.ssh/config 61 + 57 62 - name: Push to tangled 58 63 run: git push tangled main