-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add /windows endpoint for Windows configuration + /apple endpoint cleanup #392
Conversation
- rename the gin function to AppleConfigMessage - use <pre> + <code> for code blocks - add headscale heading - reword some sections
- registry file /windows/tailscale.reg is generated, filling in the associated control server URL - also includes CLI instructions - fix /apple incorrect template: 'Url' is supposed to be '.URL'
rename apple_mobileconfig.go to platform_config.go since the file includes configuration info for multiple platforms now.
<!-- | ||
<p><code>curl {{.Url}}/apple/ios</code></p> | ||
<pre><code>curl {{.URL}}/apple/ios</code></pre> |
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.
Should we add a note here saying that it is not currently working?
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.
It is commented out, <!--
so it does not show up on the html page
Looks sensible, just need the golangcilint to pass :) |
Closes #340.
/windows
:.reg
file/windows/tailscale.reg
/apple
changes:AppleConfigMessage
to matchWindowsConfigMessage
./apple
used.Url
, when the correct variable needed to be.URL
. This has been fixed.