Skip to content
#

scaleway

Here are 121 public repositories matching this topic...

cloudblock

Cloudblock deploys secure ad-blocking and VPN for all devices. Text and video guides included! 6 supported cloud providers, plus Ubuntu and Raspberry Pi. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.

  • Updated Apr 21, 2022
  • HCL
eltariel
eltariel commented Jan 30, 2022

When you run inletsctl create, it prints a command to run in order to delete the server again. The command generated for an Azure deployment is incomplete and will not run without additional parameters.

Expected Behaviour

  • Run the inletsctl delete command generated by inletsctl create
  • The inlets server is deleted.

Current Behaviour

  • The provided command fails:
$ inle
enhancement good first issue
minectl
dirien
dirien commented Nov 24, 2021

The VEXXHOST provisioner has a function with a very high cyclomatic

pkg/cloud/vexxhost/vexxhost.go:96:1: cyclomatic complexity 34 of func `(*VEXXHOST).CreateServer` is high (> 30) (gocyclo)
func (v *VEXXHOST) CreateServer(args automation.ServerArgs) (*automation.RessourceResults, error) {

We should split the fn to reduce the complexity

enhancement good first issue cloud-provider

Improve this page

Add a description, image, and links to the scaleway topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scaleway topic, visit your repo's landing page and select "manage topics."

Learn more