docs: hacking: update spindle section to mention changing owner did #367

merged
opened by ptr.pet targeting master from [deleted fork]: docs
Changed files
+7 -6
docs
+7 -6
docs/hacking.md
··· 91 91 92 92 ## running a spindle 93 93 94 - The above VM should already be running a spindle on 95 - `localhost:6555`. You can head to the spindle dashboard on 96 - `http://localhost:3000/spindles`, and register a spindle 97 - with hostname `localhost:6555`. It should instantly be 98 - verified. You can then configure each repository to use this 99 - spindle and run CI jobs. 94 + Be sure to change the `owner` field for the spindle in 95 + `nix/vm.nix` to your own DID. The above VM should already 96 + be running a spindle on `localhost:6555`. You can head to 97 + the spindle dashboard on `http://localhost:3000/spindles`, 98 + and register a spindle with hostname `localhost:6555`. It 99 + should instantly be verified. You can then configure each 100 + repository to use this spindle and run CI jobs. 100 101 101 102 Of interest when debugging spindles: 102 103