-
Notifications
You must be signed in to change notification settings - Fork 10
Add Notestation Usage section #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -107,6 +107,9 @@ Before running an example, you will need to set the Product Identifier, either | |
| in code or on your connected Notecard. Steps on how to do this can be found at | ||
| [https://dev.blues.io/tools-and-sdks/samples/product-uid](https://dev.blues.io/tools-and-sdks/samples/product-uid). | ||
|
|
||
| ## Notestation Usage | ||
|
|
||
| To gain access to the Tailscale VPN for Notestation, create a `.env` file based on `.env.example` in the `.devcontainer/notestation/` folder. This will set up the necessary environment variables for VPN access. | ||
|
|
||
| ## Contributing | ||
|
|
||
|
|
@@ -315,4 +318,4 @@ Copyright (c) 2019 Blues Inc. Released under the MIT license. See | |
| [note-python]: https://github.com/blues/note-python | ||
| [archive]: https://github.com/blues/note-arduino/archive/master.zip | ||
| [code of conduct]: https://blues.github.io/opensource/code-of-conduct | ||
| [Notehub]: https://notehub.io | ||
| [Notehub]: https://notehub.io | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section references creating a
.envfile for Tailscale, but it doesn’t explicitly call out thatTS_AUTHKEYmust be replaced with a valid key (per.devcontainer/notestation/.env.example) and that the auth key is sensitive. Consider adding a brief note to updateTS_AUTHKEYand not share/commit the resulting.envfile.