package qnap
import "tailscale.com/release/dist/qnap"
Package qnap contains dist Targets for building QNAP Tailscale packages.
QNAP dev docs over at https://www.qnap.com/en/how-to/tutorial/article/qpkg-development-guidelines.
Index ¶
Functions ¶
func Targets ¶
func Targets(gcloudCredentialsBase64, gcloudProject, gcloudKeyring, keyName, certificateBase64 string) []dist.Target
Targets defines the dist.Targets for QNAP devices.
If all parameters are provided non-empty, then the build will be signed using a Google Cloud hosted key.
gcloudCredentialsBase64 is the JSON credential for connecting to Google Cloud, base64 encoded. gcloudKeyring is the full path to the Google Cloud keyring containing the signing key. keyName is the name of the key. certificateBase64 is the PEM certificate to use in the signature, base64 encoded.
Source Files ¶
pkgs.go targets.go
- Version
- v1.84.1 (latest)
- Published
- May 29, 2025
- Platform
- linux/amd64
- Imports
- 10 packages
- Last checked
- 9 hours ago –
Tools for package owners.