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 / 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 August 18, 2023 14:06 — 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"