Pulumi code for my server setup
0
fork

Configure Feed

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

update tangled knot and spindle

+2 -2
+2 -2
services/haring/atproto/tangled/knot.ts
··· 13 13 tags: ["knot:latest"], 14 14 context: { 15 15 // location: "https://tangled.org/tangled.org/knot-docker.git", 16 - location: "https://tangled.org/bas.sh/knot-docker.git#spindle", 16 + location: "https://tangled.org/bas.sh/knot-docker.git#fork", 17 17 }, 18 18 target: "knot", 19 19 buildArgs: { ··· 29 29 }, 30 30 { 31 31 replacementTrigger: await getLatestCommit( 32 - "https://tangled.org/bas.sh/knot-docker/commits/spindle", 32 + "https://tangled.org/bas.sh/knot-docker/commits/fork", 33 33 ), 34 34 }, 35 35 );