-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba5b6fe
commit 07254c0
Showing
2 changed files
with
114 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
[comment]: # (Do not edit this file as it is autogenerated. Go to docs/individual-docs if you want to make edits.) | ||
|
||
|
||
[comment]: # (Please add your documentation on top of this line) | ||
|
||
## services\.tailscale\.enable | ||
|
||
Whether to enable Tailscale serve service\. | ||
|
||
|
||
|
||
*Type:* | ||
boolean | ||
|
||
|
||
|
||
*Default:* | ||
` false ` | ||
|
||
|
||
|
||
*Example:* | ||
` true ` | ||
|
||
|
||
|
||
## services\.tailscale\.serve | ||
|
||
|
||
|
||
Tailscale serve configurations | ||
|
||
|
||
|
||
*Type:* | ||
attribute set of (submodule) | ||
|
||
|
||
|
||
*Default:* | ||
` { } ` | ||
|
||
|
||
|
||
## services\.tailscale\.serve\.\<name>\.path | ||
|
||
|
||
|
||
Path to append to base URL | ||
|
||
|
||
|
||
*Type:* | ||
null or string | ||
|
||
|
||
|
||
*Default:* | ||
` null ` | ||
|
||
|
||
|
||
## services\.tailscale\.serve\.\<name>\.port | ||
|
||
|
||
|
||
Port to expose service on | ||
|
||
|
||
|
||
*Type:* | ||
null or signed integer | ||
|
||
|
||
|
||
*Default:* | ||
` null ` | ||
|
||
|
||
|
||
## services\.tailscale\.serve\.\<name>\.protocol | ||
|
||
|
||
|
||
Protocol to expose service with | ||
|
||
|
||
|
||
*Type:* | ||
one of “https”, “http”, “tcp”, “tls-terminated-tcp” | ||
|
||
|
||
|
||
*Default:* | ||
` "https" ` | ||
|
||
|
||
|
||
## services\.tailscale\.serve\.\<name>\.target | ||
|
||
|
||
|
||
Target for serve command (URL, file path, text content) | ||
|
||
|
||
|
||
*Type:* | ||
null or string | ||
|
||
|
||
|
||
*Default:* | ||
` null ` |