Skip to content

Commit

Permalink
Auto generate docs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2024
1 parent 03fcf9a commit 49ba8e5
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/services-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
services.rabbitmq.enable = true;
services.redis.enable = true;
services.sqld.enable = true;
services.tailscale.enable = true;
services.temporal.enable = true;
services.trafficserver.enable = true;
services.typesense.enable = true;
Expand Down
113 changes: 113 additions & 0 deletions docs/supported-services/tailscale.md
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 `

0 comments on commit 49ba8e5

Please sign in to comment.