registry icon indicating copy to clipboard operation
registry copied to clipboard

Tailscale bastion

Open jaxxstorm opened this issue 1 year ago • 1 comments

Description

Adding a new package?

If this pull request adds a new package:

  • [x] The package's schema URL is correct.
  • [ ] The package metadata file, if present, contains:
    • [x] a supported category (one of Cloud, Infrastructure, Network, Database, Monitoring, or Utility).
    • [x] a description that explains what the package does.
    • [ ] a valid logo URL that points to a PNG whose dimensions conform to the others in this repo (e.g., 100x100).
    • [x] a version number prefixed with v that corresponds with a valid GitHub release.
  • [x] The package repo contains an Overview doc (/docs/_index.md) that includes:
    • [ ] a brief explanation of what the package is and what it does.
    • [x] at least one representative example in all supported languages.
    • [x] a front-matter property for the layout set to package.
  • [x] The package repo contains an Installation and Configuration doc (/docs/installation-configuration.md) that includes:
    • [x] links to SDKs in all supported languages.
    • [x] a copyable command for installing the resource plugin if necessary.
    • [x] an example of configuring the provider with pulumi config set.
    • [x] an example of configuring the provider with environment variables.
  • [ ] A CODEOWNER has reviewed the PR.
  • [ ] A member of the @pulumi/docs team has reviewed all documentation.

jaxxstorm avatar Mar 13 '24 13:03 jaxxstorm

@jaxxstorm can you commit a logo in 100x100 PNG format and point to it using the logoURL property in the schema?

E.g:

"logoUrl": "https://raw.githubusercontent.com/lbrlabs/pulumi-tailscale-bastion/main/<optional-path>/logo.png",

ringods avatar Mar 27 '24 19:03 ringods