first commit

This commit is contained in:
2026-07-09 22:16:19 +02:00
commit 869749bb01
34 changed files with 3204 additions and 0 deletions

17
vars.example Normal file
View File

@@ -0,0 +1,17 @@
#/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2026 Bryan Joshua Pedini
export GIT_HOST=git.bjphoster.com
export DEPLOYMENT_HOST=deploy.example.com
export DEPLOYMENT_PATHS=/srv/example
export GO_BUILDER=bryanpedini/gobuilder
export GO_VERSION=1.22.2-alpine3.19
export GOOS=linux
export GOARCH=amd64
export REPO_ORG=source
export REPO_NAME=coredns-powerdns-api-wrapper
export CONTAINER_ORG=git.bjphoster.com/source
export CONTAINER_IMAGE=coredns-powerdns-api-wrapper
export CONTAINER_IP=127.0.0.1
export CONTAINER_PORT=3000