ovh

Open-source projects categorized as ovh
Language: + Go + C + Shell

Top 7 ovh Open-Source Projects

  • DDOS-RootSec

    DDOS Archive by RootSec (Scanners, BotNets (Mirai and QBot Premium & Normal and more), Exploits, Methods, Sniffers)

  • secure-wireguard-implementation

    A guide on implementing a secure Wireguard server on OVH (or any other Debian VPS) with DNSCrypt, Port Knocking & an SSH-Honeypot

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • terraform-provider-ovh

    Terraform OVH provider

  • Project mention: ☸️ How to deploy a secured OVH managed Kubernetes cluster using Terraform in 2023 | dev.to | 2023-05-05

    # inspired by https://github.com/yomovh/tf-at-ovhcloud pointed by https://github.com/ovh/terraform-provider-ovh/issues/329 resource "ovh_cloud_project_user" "s3_admin" { service_name = var.project_id[terraform.workspace] description = "Used to create S3 buckets with Terraform" role_names = [ "objectstore_operator" ] } resource "ovh_cloud_project_user_s3_credential" "s3_admin_cred" { service_name = ovh_cloud_project_user.s3_admin.service_name user_id = ovh_cloud_project_user.s3_admin.id } resource "aws_s3_bucket" "backend" { # name should be unique because shared by all users on the system bucket = "my-app-clients-data-${terraform.workspace}" } resource "ovh_cloud_project_user" "backend" { service_name = var.project_id[terraform.workspace] # username is the user id, and is not customizable description = "my-app backend app user" role_names = [ "objectstore_operator" ] } resource "ovh_cloud_project_user_s3_credential" "backend" { service_name = ovh_cloud_project_user.backend.service_name user_id = ovh_cloud_project_user.backend.id } resource "ovh_cloud_project_user_s3_policy" "policy" { service_name = ovh_cloud_project_user.backend.service_name user_id = ovh_cloud_project_user.backend.id policy = jsonencode({ "Statement" : [{ "Sid" : "RWContainer", "Effect" : "Allow", "Action" : ["s3:GetObject", "s3:PutObject", "s3:DeleteObject", "s3:ListBucket", "s3:ListMultipartUploadParts", "s3:ListBucketMultipartUploads", "s3:AbortMultipartUpload", "s3:GetBucketLocation"], "Resource" : ["arn:aws:s3:::${aws_s3_bucket.backend.bucket}", "arn:aws:s3:::${aws_s3_bucket.backend.bucket}/*"] }] }) }

  • minectl

    minectl 🗺 is a cli for creating Minecraft server on different cloud provider.

  • cert-manager-webhook-ovh

    OVH Webhook for Cert Manager

  • Project mention: ☸️ Managed Kubernetes : Our dev is on AWS, our prod is on OVH | dev.to | 2023-07-01

    OVH Webhook for Cert Manager

  • TutoAsus

    Tutorial on how to setup a nginx reverse proxy on Asus router with Merlin firmware, and get Let's Encrypt certificate with acme.sh.

  • steampipe-plugin-ovh

    Steampipe plugin to query your OVH Cloud projects and ressources

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

ovh related posts

  • How do you remotely manage a linux minecraft server? What is SSH? Is that ever the right question to ask?

    3 projects | /r/admincraft | 14 Jan 2023
  • Exposing services (Docker) nginx

    1 project | /r/qnap | 30 Jul 2022
  • Double Tunnel Routing Problem

    2 projects | /r/WireGuard | 7 Jan 2022
  • WireGuard server doesn't work at all!

    1 project | /r/WireGuard | 12 Feb 2021
  • How to secure a wireguard vps

    1 project | /r/WireGuard | 6 Feb 2021
  • Does wireguard support 2 or 3 server hop

    1 project | /r/WireGuard | 26 Jan 2021
  • BetterWayElectronics/secure-wireguard-implementation

    1 project | /r/TNerds | 11 Jan 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 3 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source ovh projects? This list will help you:

Project Stars
1 DDOS-RootSec 668
2 secure-wireguard-implementation 342
3 terraform-provider-ovh 178
4 minectl 159
5 cert-manager-webhook-ovh 84
6 TutoAsus 78
7 steampipe-plugin-ovh 9

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com