Pulumi code for my server setup
0
fork

Configure Feed

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

update knot motd

+4 -1
+4 -1
services/haring/atproto/tangled/knot.ts
··· 32 32 33 33 export const knotMotd = new remote.CopyToRemote("knot-motd", { 34 34 connection: defaultConnection, 35 - source: new asset.StringAsset("/人◕ ‿‿ ◕人\ 📝\n"), 35 + source: new asset.StringAsset( 36 + ` /人◕ ‿‿ ◕人\ 37 + \x1B[2mThe contract has been made.\x1B[22m\n`, 38 + ), 36 39 remotePath: "/home/bas/docker/knot/motd", 37 40 }); 38 41