An open source, self-hosted implementation of the Tailscale control server - headscale/api_key.go at main · peanutyost/headscale
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
When it first loads you'll see a space to enter an API key. This is because we need to generate an API key for the web ui to use. In the terminal on the Headscale server you'll want to run the command: docker exec headscale-headscale-1 headscale apikeys create ...
make generate Note: Please check in changes from gen/ in a separate commit to make it easier to review. To run the tests: make test To build the program: nix build or make build Contributors Kristoffer Dalby Juan Font Adrien Raffin-Caboisse Ward Vandewege Jiang Zhu Benjamin Roberts Nico ...
e8e573d Add apikeys command integration test 1fd57a3 Add apikeys command to create, list and expire 237a148 Add apple endpoint to readme 5807562 Add arm64 binaries ff217cc Add back head and unstable, ts 1.32.0 34f4109 Add back privatekey, but automatically generate it if it does not ...
Modify the configuration file based on the documentation example. You must copy therbac_model.conffile and a pair of keys likeheadscale-panel-pub.pemheadscale-panel-priv.pemto the same path asconfig.yamlYou can also generate your own key pairs to instead it. But you mustn't forget that ...
@@ -24,7 +24,7 @@ To create a API key, log into your `headscale` server and generate a key: headscale apikeys create --expiration 90d ``` Copy the output of the command and save it for later. Please not that you can not retrieve a key again, Copy the output of the command...
4.0.x IS CURRENTLY UNDER HEAVY DEVELOPMENT, API IS NOT STABLE Maghead is an open-source Object-Relational Mapping (ORM) designed for PHP7. Maghead uses static code generator to generate static classes that maps to the database records and methods, which reduces runtime costs, therefore it's...
api.go Update the node join instruction to reference "username" Jan 20, 2023 api_common.go Refactor machine.go, and move functionality to routes.go + unit tests Dec 6, 2022 api_key.go Rename [Nn]amespace -> [Uu]ser in go code ...
make generate Note: Please check in changes from gen/ in a separate commit to make it easier to review. To run the tests: make test To build the program: nix build or make build Contributors Kristoffer Dalby Juan Font Adrien Raffin-Caboisse Ward Vandewege Jiang Zhu Nico e-zk Justin Ang...