/** * **oauth2-proxy** - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers. * * @domain `oauth2-proxy.github.io` * @programs `oauth2-proxy` * @version `7.13.0` (11 versions available) * @versions From newest version to oldest. * * @install `launchpad install oauth2-proxy.github.io` * @homepage https://oauth2-proxy.github.io/oauth2-proxy/ * @buildDependencies `go.dev@1.22.4` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.oauth2proxygithubio * console.log(pkg.name) // "oauth2-proxy" * console.log(pkg.description) // "A reverse proxy that provides authentication wi..." * console.log(pkg.programs) // ["oauth2-proxy"] * console.log(pkg.versions[0]) // "7.13.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/oauth2-proxy-github-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const oauth2proxygithubioPackage: { /** * The display name of this package. */ name: 'oauth2-proxy'; /** * The canonical domain name for this package. */ domain: 'oauth2-proxy.github.io'; /** * Brief description of what this package does. */ description: 'A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/oauth2-proxy.github.io/package.yml'; homepageUrl: 'https://oauth2-proxy.github.io/oauth2-proxy/'; githubUrl: 'https://github.com/oauth2-proxy/oauth2-proxy'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install oauth2-proxy.github.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +oauth2-proxy.github.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install oauth2-proxy.github.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['oauth2-proxy']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@1.22.4']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['7.13.0', '7.12.0', '7.11.0', '7.10.0', '7.9.0', '7.8.2', '7.8.1', '7.8.0', '7.7.1', '7.7.0', '7.6.0']; aliases: readonly [] }; export type Oauth2proxygithubioPackage = typeof oauth2proxygithubioPackage