Pulumi code for my server setup
0
fork

Configure Feed

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

Update package.json

+2 -2
+2 -2
package.json
··· 3 3 "description": "Pulumi definitions for my media server", 4 4 "main": "src/index.ts", 5 5 "type": "module", 6 - "scripts": {}, 7 - "author": "", 6 + "private": true, 7 + "author": "Bas van den Wollenberg <hi@bas.sh> (https://bas.sh)", 8 8 "dependencies": { 9 9 "@pulumi/command": "^0.9.2", 10 10 "@pulumi/docker": "4.5.3",