Ok, more bug fixing.
This commit is contained in:
parent
0ad5eddb8d
commit
9a6d5cea0d
3 changed files with 23 additions and 5 deletions
18
README.md
18
README.md
|
|
@ -21,4 +21,20 @@ TODO HECK
|
|||
- [ ] Read up more about how to a backup machine stuff and making it Nix-y...
|
||||
- [ ] Figure out my life
|
||||
- [ ] Setup Hardware Keys
|
||||
- [ ] Setup a VPN (Likely OpenVPN)
|
||||
- [ ] Setup a VPN (Likely OpenVPN)
|
||||
|
||||
|
||||
## NOTES FOR FUTURE
|
||||
|
||||
```
|
||||
ServiceException: 401 Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist).
|
||||
```
|
||||
|
||||
You need to run
|
||||
```zsh
|
||||
sudo gcloud init
|
||||
sudo gcloud auth activate-service-account --key-file /run/secrets/gcloud_bucket
|
||||
```
|
||||
|
||||
Cheesus Crust, document this plz Google, whyyyyyyyyy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue