Skip to content

Instantly share code, notes, and snippets.

View ZPascal's full-sized avatar
🏠
Working from home

Pascal Zimmermann ZPascal

🏠
Working from home
View GitHub Profile
@ZPascal
ZPascal / RFC_BOSH_libvirt_CPI.md
Last active June 22, 2025 04:27
Cloud Foundry Bosh libvirt CPI implentation

RFC: Golang-based Libvirt CPI for BOSH with Multi-Runtime Support

Status

Proposed

Proposal Date

2025-06-21

@ZPascal
ZPascal / RFC_Org_Space_based_Certificates_for_Syslog_Drains.md
Last active June 22, 2025 04:31
RFC: Space based Certificates for Loggregator Syslog TLS/ mTLS Drains

RFC: Support Org- and Space-Based Certificates for Loggregator Syslog TLS/ mTLS Drains

Status

Proposed

Proposal Date

2025-06-21

@ZPascal
ZPascal / RFC_Custom_Drain_Headers_CF.md
Last active June 21, 2025 08:38
Custom HTTP Headers for Cloud Foundry HTTPS drains

RFC: Support Custom HTTP Headers for Syslog HTTPS Drains

Status

Proposed

Proposal Date

2025-06-21

@ZPascal
ZPascal / Foundational Infrastructure - VM deployment lifecycle (BOSH).md
Created June 20, 2025 18:04
ZPascal's Possible Contributions to Foundational Infrastructure - VM deployment lifecycle (BOSH)

Foundational Infrastructure: VM deployment lifecycle (BOSH) Contributions

PRs Commented on/Reviewed:

Issues that may be relevant:

@ZPascal
ZPascal / Foundational Infrastructure - System Logging and Metrics (rsyslog and event-log).md
Created June 20, 2025 18:02
ZPascal's Possible Contributions to Foundational Infrastructure - System Logging and Metrics (rsyslog / event-log)
@ZPascal
ZPascal / Foundational Infrastructure - Integrated Databases (Mysql and Postgres).md
Created June 20, 2025 18:02
ZPascal's Possible Contributions to Foundational Infrastructure - Integrated Databases (Mysql / Postgres)

Foundational Infrastructure: Integrated Databases (Mysql / Postgres) Contributions

PRs Commented on/Reviewed:

Issues that may be relevant:

Code contributions:

@ZPascal
ZPascal / Documentation - Docs.md
Created June 20, 2025 17:27
ZPascal's Possible Contributions to Documentation - Docs

Documentation: Docs Contributions

PRs Commented on/Reviewed:

Issues that may be relevant:

@ZPascal
ZPascal / README.md
Last active January 17, 2022 20:32
ACME DNS client script with basic authentification

ACME DNS client with basic authentification

Description

The script is in a general forked from acme-dns-certbot-joohoi and the modified to include basic auth support for the calls.

Requirements

Please execute the following pip command to install the requirements.

pip install requests

@ZPascal
ZPascal / hoge.rb
Last active June 28, 2025 21:50 — forked from minamijoyo/hoge.rb
Using GitHubPrivateRepositoryReleaseDownloadStrategy removed in brew v2
require "formula"
require_relative "lib/private_strategy"
class Hoge < Formula
homepage "https://github.com/yourcompany/hoge"
url "https://github.com/yourcompany/hoge/releases/download/v0.1.0/hoge_v0.1.0_darwin_amd64.tar.gz", :using => GitHubPrivateRepositoryReleaseDownloadStrategy
sha256 "6de411ff3e4b1658a413dd6181fcXXXXXXXXXXXXXXXXXXXX"
head "https://github.com/yourcompany/hoge.git"
version "0.1.0"