Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/memes/google-f5-bigip-access-options
Showcases access options for F5 BIG-IP VMs provisioned on Google Cloud using F5's Terraform module
https://github.com/memes/google-f5-bigip-access-options
Last synced: 7 days ago
JSON representation
Showcases access options for F5 BIG-IP VMs provisioned on Google Cloud using F5's Terraform module
- Host: GitHub
- URL: https://github.com/memes/google-f5-bigip-access-options
- Owner: memes
- License: apache-2.0
- Created: 2023-03-01T22:10:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T02:15:41.000Z (6 months ago)
- Last Synced: 2024-07-16T05:29:13.680Z (6 months ago)
- Language: Ruby
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# repo-template
![GitHub release](https://img.shields.io/github/v/release/memes/repo-template?sort=semver)
![Maintenance](https://img.shields.io/maintenance/yes/2023)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)This repository contains common settings and actions that I tend to use in my
demos and projects.## Setup
> NOTE: TODOs are sprinkled in the files and can be used to find where changes
> may be necessary.1. Use as a template when creating a new GitHub repo, or copy the contents into
a bare-repo directory.2. Remove Go tooling if needed, or update it to make sure it meets repo layout
- `.github/workflows/go-lint.yml`
- `.github/workflows/go-release.yml`
- `.golangci.yml`
- `.goreleaser.yml`
- `Dockerfile`3. Update `.pre-commit-config.yml` to add/remove plugins as necessary.
4. Create `.envrc` and `.tool-versions` for asdf and direnv integration;
`dot.envrc` and `dot.tool-versions` provide starting points.
5. Modify README.md and CONTRIBUTING.md, change LICENSE as needed.
6. Review GitHub PR and issue templates.
7. If using `release-please` action, make sure that _Settings_ > _Action_ >
_General_ > _Allow GitHub Actions to create and approve pull requests_ is
checked.
8. Commit changes.