Pulumi code for my server setup
0
fork

Configure Feed

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

remove commented out services

-24
-24
src/haring.ts
··· 218 218 }, 219 219 }); 220 220 221 - // const privatePlexService = new ContainerService("plex-private", { 222 - // image: "lscr.io/linuxserver/plex", 223 - // servicePort: 32401, 224 - // mounts: [confMount("plex-private"), dataMount(), gitMount], 225 - // networkMode: interpolate`container:${wireguardProtonService.container.id}`, 226 - // envs: { 227 - // PLEX_CLAIM: "claim-a_r_rc1TpEv5yzCgfy-m", 228 - // }, 229 - // }); 230 - 231 - // const jellyfinService = new ContainerService("jellyfin", { 232 - // servicePort: 8096, 233 - // mounts: [confMount("jellyfin"), dataMount()], 234 - // envs: { 235 - // JELLYFIN_PublishedServerUrl: "https://jellyfin.bas.sh", 236 - // }, 237 - // }); 238 - 239 - // const embyService = new ContainerService("emby", { 240 - // servicePort: 8096, 241 - // mounts: [confMount("emby"), dataMount()], 242 - // envs: {}, 243 - // }); 244 - 245 221 const overseerrService = new ContainerService("overseerr", { 246 222 image: "lscr.io/linuxserver/overseerr:develop", 247 223 servicePort: 5055,