Pulumi code for my server setup
0
fork

Configure Feed

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

don't build images on preview

+5
+1
services/haring/atproto/relay.ts
··· 33 33 }, 34 34 ], 35 35 push: false, 36 + buildOnPreview: false, 36 37 }, 37 38 { 38 39 // replacementTrigger: await getLatestCommit(
+2
services/haring/atproto/tangled.ts
··· 23 23 }, 24 24 ], 25 25 push: false, 26 + buildOnPreview: false, 26 27 }, 27 28 { 28 29 replacementTrigger: await getLatestCommit( ··· 72 73 }, 73 74 ], 74 75 push: false, 76 + buildOnPreview: false, 75 77 }, 76 78 { 77 79 replacementTrigger: await getLatestCommit(
+2
services/haring/atproto/tranquil.ts
··· 6 6 import { remote } from "@pulumi/command"; 7 7 import { getLatestCommit } from "~lib/util"; 8 8 import { fetchRelays } from "~lib/relay-hosts"; 9 + import path from "path"; 9 10 10 11 const tranquilImage = new dockerBuild.Image( 11 12 "tranquil-pds", ··· 23 24 }, 24 25 ], 25 26 push: false, 27 + buildOnPreview: false, 26 28 }, 27 29 { 28 30 replacementTrigger: await getLatestCommit(