Compare commits
24 Commits
033dd067b6
...
addMastodo
Author | SHA1 | Date | |
---|---|---|---|
aa49e60b9d | |||
be103753f5 | |||
4e1020e279 | |||
48db7ae1ec | |||
95f92c54ce | |||
a0738a1f4c | |||
2280b1640c | |||
4868939af7 | |||
310fe42f45 | |||
8c77d1d8d0 | |||
49f84ca379 | |||
ddbaa61c36 | |||
7101a0d577 | |||
ea438adfcd | |||
b83be9cc4f | |||
5dd6b297eb | |||
f4e62fef8e | |||
0091fa0dce | |||
073850a232 | |||
90d886fb3b | |||
4f2c65b69f | |||
2f615b31c1 | |||
f8b747c358 | |||
376a0155e8 |
38
.changelog.yml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# The full repository name
|
||||||
|
repo: OCram85/Blog
|
||||||
|
|
||||||
|
# Service type (gitea or github)
|
||||||
|
service: gitea
|
||||||
|
|
||||||
|
# Base URL for Gitea instance if using gitea service type (optional)
|
||||||
|
# Default: https://gitea.com
|
||||||
|
base-url: https://gitea.ocram85.com
|
||||||
|
|
||||||
|
# Changelog groups and which labeled PRs to add to each group
|
||||||
|
groups:
|
||||||
|
- name: 🐛 BUGFIXES
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
|
- name: ✨ FEATURES
|
||||||
|
labels:
|
||||||
|
- feature
|
||||||
|
- name: 🛠️ ENHANCEMENTS
|
||||||
|
labels:
|
||||||
|
- enhancement
|
||||||
|
- name: 📦 BUILD
|
||||||
|
labels:
|
||||||
|
- pipeline
|
||||||
|
- name: 🤖 DEPENDENCIES
|
||||||
|
labels:
|
||||||
|
- renovate
|
||||||
|
- name: 📚 DOCS
|
||||||
|
labels:
|
||||||
|
- docs
|
||||||
|
- name: ⚙️ META
|
||||||
|
labels:
|
||||||
|
- meta
|
||||||
|
- name: 🔖 MISC
|
||||||
|
default: true
|
||||||
|
|
||||||
|
# regex indicating which labels to skip for the changelog
|
||||||
|
skip-labels: skip-changelog|backport\/.+
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
> :bulb: Select your test plan for the code changes.
|
> :bulb: Select your test plan for the code changes.
|
||||||
|
|
||||||
- [ ] Tested via CI pipeline
|
- [x] CI pipeline
|
||||||
- [ ] Custom test
|
- [ ] Custom test
|
||||||
- [ ] No test plan
|
- [ ] No test plan
|
||||||
|
|
||||||
|
42
.vscode/dictionaries/project-words.txt
vendored
@ -1,5 +1,37 @@
|
|||||||
CAFS
|
Alertmanager
|
||||||
gitea
|
CAFS
|
||||||
gitlocal
|
CMDB
|
||||||
hashtable
|
datacenter
|
||||||
umami
|
Eaa
|
||||||
|
Enteo
|
||||||
|
ESX
|
||||||
|
FLOWSTER
|
||||||
|
gitea
|
||||||
|
gitlocal
|
||||||
|
hashtable
|
||||||
|
IIS
|
||||||
|
ITIL
|
||||||
|
Keepalive
|
||||||
|
KIVBF
|
||||||
|
Kuma
|
||||||
|
lastmod
|
||||||
|
matomo
|
||||||
|
Netinstall
|
||||||
|
OSS
|
||||||
|
Paa
|
||||||
|
Phabricator
|
||||||
|
Pinia
|
||||||
|
SCM
|
||||||
|
SLES
|
||||||
|
Sonatype
|
||||||
|
tailwindcss
|
||||||
|
traefik
|
||||||
|
Traefik
|
||||||
|
Trivy
|
||||||
|
TSM
|
||||||
|
UCS
|
||||||
|
umami
|
||||||
|
VCS
|
||||||
|
Veyor
|
||||||
|
Xen
|
||||||
|
Zabbix
|
||||||
|
@ -38,7 +38,7 @@ pipeline:
|
|||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
trivyMaster:
|
trivyMaster:
|
||||||
image: aquasec/trivy:0.24.3
|
image: aquasec/trivy:0.36.1
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
trivy image \
|
trivy image \
|
||||||
@ -47,7 +47,6 @@ pipeline:
|
|||||||
ocram85/blog:latest
|
ocram85/blog:latest
|
||||||
- |
|
- |
|
||||||
trivy image \
|
trivy image \
|
||||||
--exit-code 1 \
|
|
||||||
--severity HIGH,CRITICAL \
|
--severity HIGH,CRITICAL \
|
||||||
--no-progress \
|
--no-progress \
|
||||||
ocram85/blog:latest
|
ocram85/blog:latest
|
@ -3,15 +3,11 @@ depends_on:
|
|||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
buildNext:
|
buildNext:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
#dry_run: true
|
|
||||||
repo: ocram85/blog
|
repo: ocram85/blog
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags: next
|
tags: next
|
||||||
build_args:
|
|
||||||
- NODE_BASE=lts-buster-slim
|
|
||||||
- NGINX_BASE=1.23.1-alpine
|
|
||||||
username:
|
username:
|
||||||
from_secret: hub_user
|
from_secret: hub_user
|
||||||
password:
|
password:
|
||||||
@ -20,16 +16,12 @@ pipeline:
|
|||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
||||||
buildNextGitea:
|
buildNextGitea:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
#dry_run: true
|
|
||||||
registry: gitea.ocram85.com
|
registry: gitea.ocram85.com
|
||||||
repo: gitea.ocram85.com/ocram85/blog
|
repo: gitea.ocram85.com/ocram85/blog
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags: next
|
tags: next
|
||||||
build_args:
|
|
||||||
- NODE_BASE=lts-buster-slim
|
|
||||||
- NGINX_BASE=1.23.1-alpine
|
|
||||||
username:
|
username:
|
||||||
from_secret: gitea_user
|
from_secret: gitea_user
|
||||||
password:
|
password:
|
||||||
@ -38,7 +30,7 @@ pipeline:
|
|||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
||||||
trivyNext:
|
trivyNext:
|
||||||
image: aquasec/trivy:0.24.3
|
image: aquasec/trivy:0.36.1
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
trivy image \
|
trivy image \
|
||||||
@ -47,7 +39,6 @@ pipeline:
|
|||||||
ocram85/blog:next
|
ocram85/blog:next
|
||||||
- |
|
- |
|
||||||
trivy image \
|
trivy image \
|
||||||
--exit-code 1 \
|
|
||||||
--severity HIGH,CRITICAL \
|
--severity HIGH,CRITICAL \
|
||||||
--no-progress \
|
--no-progress \
|
||||||
ocram85/blog:next
|
ocram85/blog:next
|
22
.woodpecker/renovate.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
pipeline:
|
||||||
|
DockerBaseImage:
|
||||||
|
image: renovate/renovate:34.108-slim
|
||||||
|
commands:
|
||||||
|
- "renovate"
|
||||||
|
secrets:
|
||||||
|
- RENOVATE_TOKEN
|
||||||
|
environment:
|
||||||
|
#LOG_LEVEL: debug
|
||||||
|
RENOVATE_PLATFORM: "gitea"
|
||||||
|
RENOVATE_ENDPOINT: "https://gitea.ocram85.com"
|
||||||
|
RENOVATE_REPOSITORIES: "${CI_REPO}"
|
||||||
|
RENOVATE_LABELS: "renovate"
|
||||||
|
#RENOVATE_DRY_RUN: "full"
|
||||||
|
RENOVATE_TOKEN: "${RENOVATE_TOKEN}"
|
||||||
|
RENOVATE_GITHUB_TOKEN_WARN: "false"
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
- updDeps
|
@ -1,8 +1,4 @@
|
|||||||
# Build ARGS for base image versions
|
FROM node:lts-buster-slim as builder
|
||||||
ARG NODE_BASE=lts-buster-slim
|
|
||||||
ARG NGINX_BASE=1.21.6-alpine
|
|
||||||
|
|
||||||
FROM node:${NODE_BASE} as builder
|
|
||||||
COPY . /src
|
COPY . /src
|
||||||
#RUN ls -la
|
#RUN ls -la
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
@ -10,7 +6,7 @@ WORKDIR /src
|
|||||||
RUN npm install \
|
RUN npm install \
|
||||||
&& npm run build
|
&& npm run build
|
||||||
|
|
||||||
FROM nginx:${NGINX_BASE} as prod
|
FROM nginx:1.23.3-alpine as prod
|
||||||
LABEL maintainer="marco.blessing@googlemail.com"
|
LABEL maintainer="marco.blessing@googlemail.com"
|
||||||
HEALTHCHECK --interval=15s --timeout=5s \
|
HEALTHCHECK --interval=15s --timeout=5s \
|
||||||
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1
|
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1
|
||||||
|
@ -6,7 +6,7 @@ weight = 1
|
|||||||
rtl = false
|
rtl = false
|
||||||
|
|
||||||
title = "OCram85.com"
|
title = "OCram85.com"
|
||||||
logo = "img/logo_square.png"
|
#logo = "img/logo_square.png"
|
||||||
description = "A personal blog about PowerShell, Automation and more."
|
description = "A personal blog about PowerShell, Automation and more."
|
||||||
# copyright = "Copy, _right?_ :thinking_face:"
|
# copyright = "Copy, _right?_ :thinking_face:"
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ dateFormat = "2 January 2006"
|
|||||||
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
||||||
# { lastfm = "https://lastfm.com/user/username" },
|
# { lastfm = "https://lastfm.com/user/username" },
|
||||||
{ linkedin = "https://linkedin.com/in/marco-blessing-884642109" },
|
{ linkedin = "https://linkedin.com/in/marco-blessing-884642109" },
|
||||||
# { mastodon = "https://mastodon.instance/@username" },
|
{ mastodon = "https://social.anoxinon.de/@OCram85" },
|
||||||
# { medium = "https://medium.com/username" },
|
# { medium = "https://medium.com/username" },
|
||||||
# { microsoft = "https://www.microsoft.com/" },
|
# { microsoft = "https://www.microsoft.com/" },
|
||||||
# { patreon = "https://www.patreon.com/username" },
|
# { patreon = "https://www.patreon.com/username" },
|
||||||
|
@ -30,10 +30,10 @@
|
|||||||
pageRef = "aboutme"
|
pageRef = "aboutme"
|
||||||
weight = 40
|
weight = 40
|
||||||
|
|
||||||
[[main]]
|
#[[main]]
|
||||||
name = "Code"
|
# name = "Code"
|
||||||
url = "https://gitea.ocram85.com"
|
# url = "https://gitea.ocram85.com"
|
||||||
weight = 50
|
# weight = 50
|
||||||
|
|
||||||
|
|
||||||
# -- Footer Menu --
|
# -- Footer Menu --
|
||||||
@ -56,7 +56,12 @@
|
|||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[footer]]
|
[[footer]]
|
||||||
name = "CI"
|
name = "Code"
|
||||||
url = "https://ci.ocram85.com"
|
url = "https://gitea.ocram85.com"
|
||||||
weight = 40
|
weight = 40
|
||||||
|
|
||||||
|
[[footer]]
|
||||||
|
name = "CI"
|
||||||
|
url = "https://ci.ocram85.com"
|
||||||
|
weight = 50
|
||||||
|
|
||||||
|
@ -8,14 +8,23 @@
|
|||||||
colorScheme = "avocado"
|
colorScheme = "avocado"
|
||||||
defaultAppearance = "dark" # valid options: light or dark
|
defaultAppearance = "dark" # valid options: light or dark
|
||||||
autoSwitchAppearance = false
|
autoSwitchAppearance = false
|
||||||
showAppearanceSwitcher = false
|
|
||||||
|
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
enableCodeCopy = true
|
enableCodeCopy = true
|
||||||
|
|
||||||
# mainSections = ["section1", "section2"]
|
# mainSections = ["section1", "section2"]
|
||||||
# robots = ""
|
# robots = ""
|
||||||
showScrollToTop = true
|
|
||||||
|
[header]
|
||||||
|
layout = "hamburger" # valid options: basic, hamburger, hybrid, custom
|
||||||
|
logo = "img/logo_square.png"
|
||||||
|
showTitle = false
|
||||||
|
|
||||||
|
[footer]
|
||||||
|
showCopyright = true
|
||||||
|
showThemeAttribution = true
|
||||||
|
showAppearanceSwitcher = false
|
||||||
|
showScrollToTop = true
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "profile" # valid options: page, profile, custom
|
layout = "profile" # valid options: page, profile, custom
|
||||||
@ -28,7 +37,7 @@ showScrollToTop = true
|
|||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
showDraftLabel = true
|
showDraftLabel = true
|
||||||
showEdit = true
|
showEdit = true
|
||||||
editURL = "https://github.com/OCram85/Blog/edit/master/content/"
|
editURL = "https://gitea.ocram85.com/OCram85/Blog/_edit/psCredUpdate/content/"
|
||||||
editAppendPath = true
|
editAppendPath = true
|
||||||
showHeadingAnchors = true
|
showHeadingAnchors = true
|
||||||
showPagination = true
|
showPagination = true
|
||||||
@ -37,13 +46,16 @@ showScrollToTop = true
|
|||||||
showTableOfContents = true
|
showTableOfContents = true
|
||||||
showTaxonomies = true
|
showTaxonomies = true
|
||||||
showWordCount = true
|
showWordCount = true
|
||||||
|
showComments = false
|
||||||
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
showSummary = false
|
showSummary = false
|
||||||
showTableOfContents = false
|
showTableOfContents = false
|
||||||
|
showTaxonomies = false
|
||||||
groupByYear = true
|
groupByYear = true
|
||||||
|
paginationWidth = 1
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
excludedKinds = ["taxonomy", "term"]
|
excludedKinds = ["taxonomy", "term"]
|
||||||
|
@ -3,7 +3,7 @@ title: 'About Me'
|
|||||||
date: 2017-12-01T10:00:48+01:00
|
date: 2017-12-01T10:00:48+01:00
|
||||||
draft: false
|
draft: false
|
||||||
|
|
||||||
lastmod: 2021-12-23T10:00:48+01:00
|
lastmod: 2023-01-02T06:00:00+01:00
|
||||||
showDateUpdated: true
|
showDateUpdated: true
|
||||||
|
|
||||||
# custom overrides for pages
|
# custom overrides for pages
|
||||||
@ -22,40 +22,40 @@ showTableOfContents: false
|
|||||||
{{< icon "address-card" >}} Hi, my name is Marco Blessing and I live in the south of Germany near a city called
|
{{< icon "address-card" >}} Hi, my name is Marco Blessing and I live in the south of Germany near a city called
|
||||||
[Karlsruhe](https://goo.gl/maps/kDpo6bb9V2r).
|
[Karlsruhe](https://goo.gl/maps/kDpo6bb9V2r).
|
||||||
|
|
||||||
### {{< icon "terminal" >}} Projects
|
## {{< icon "terminal" >}} Projects
|
||||||
|
|
||||||
Take a look at this [Projects](/) page to get an overview of my current work.
|
Take a look at my self hosted [Gitea](https://gitea.ocram85.com/explore/repos) instance to get an overview of my current work.
|
||||||
|
|
||||||
### {{< icon "heart" >}} Favorite Topics
|
## {{< icon "heart" >}} Favorite Topics
|
||||||
|
|
||||||
I'm very interested in **PowerShell**, **NodeJS**, **Go** and **Software Engineering** in general.
|
I'm very interested in **PowerShell**, **NodeJS**, **Go** and **Software Engineering** in general.
|
||||||
|
|
||||||
Additionally I love building **CI/CD Stacks** with different open-source products to spread the word
|
Additionally I love building **CI/CD Stacks** with different open-source products to spread the word
|
||||||
of **DevOps** and **Containerization**.
|
of **DevOps** and **Containerization**.
|
||||||
|
|
||||||
### {{< icon "cubes" >}} Skills
|
## {{< icon "cubes" >}} Skills
|
||||||
|
|
||||||
_Here comes a list of subjects I've worked with, grouped by topics..._
|
_Here comes a list of subjects I've worked with, grouped by topics..._
|
||||||
|
|
||||||
#### {{< icon "cube" >}} Container and {{< icon "docker" >}}Docker related
|
### {{< icon "cube" >}} Container and {{< icon "docker" >}}Docker related
|
||||||
|
|
||||||
Traefik • Portainer • Docker Swarm Mode • Sonatype Nexus Repository • Aquasecurity Trivy •
|
Traefik • Portainer • Docker Swarm Mode • Sonatype Nexus Repository • Aqua Security Trivy •
|
||||||
Prometheus • Node-Exporter • cAdvisor • Alertmanager • Karma
|
Prometheus • Node-Exporter • cAdvisor • Alertmanager • Karma
|
||||||
|
|
||||||
#### {{< icon "code" >}} Scripting and Programming Languages
|
### {{< icon "code" >}} Scripting and Programming Languages
|
||||||
|
|
||||||
PowerShell • JavaScript • Go • Python • PHP • Object Pascal • C++ • Visual Basic
|
PowerShell • JavaScript • Go • Python • PHP • Object Pascal • C++ • Visual Basic
|
||||||
|
|
||||||
#### {{< icon "terminal" >}} Operating Systems
|
### {{< icon "terminal" >}} Operating Systems
|
||||||
|
|
||||||
Microsoft Windows 98SE++ • Microsoft Windows Server 2000++ •
|
Microsoft Windows 98SE++ • Microsoft Windows Server 2000++ •
|
||||||
CentOS _(and other Red Hat Enterprise Linux derivatives)_ • SLES • ubuntu
|
CentOS _(and other Red Hat Enterprise Linux derivatives)_ • SLES • ubuntu
|
||||||
|
|
||||||
#### {{< icon "cloud" >}} Cloud Orchestration and Automation
|
### {{< icon "cloud" >}} Cloud Orchestration and Automation
|
||||||
|
|
||||||
Microsoft Azure • eCloud Manager • FLOWSTER Studio • Citrix Cloud Platform • Citrix Cloud Platform Business Manager
|
Microsoft Azure • eCloud Manager • FLOWSTER Studio • Citrix Cloud Platform • Citrix Cloud Platform Business Manager
|
||||||
|
|
||||||
#### {{< icon "cogs" >}} Server Roles, Features and Products
|
### {{< icon "cogs" >}} Server Roles, Features and Products
|
||||||
|
|
||||||
Active Directory • File Server • Web Server _(IIS and Apache)_ •
|
Active Directory • File Server • Web Server _(IIS and Apache)_ •
|
||||||
DBs _(MSSQL, MySQL, PostgresSQL, Oracle 10g)_ • Backup & Restore _(IBM Tivoli Storage Manager)_ •
|
DBs _(MSSQL, MySQL, PostgresSQL, Oracle 10g)_ • Backup & Restore _(IBM Tivoli Storage Manager)_ •
|
||||||
@ -63,13 +63,45 @@ Server Hypervisor _(VMWare ESX, HyperV)_ • Terminal Server _(Microsoft, Cit
|
|||||||
Software Virtualization _(VMware ThinApp)_ • Software Packaging and Deployment _(Enteo Netinstall, Matrix42)_
|
Software Virtualization _(VMware ThinApp)_ • Software Packaging and Deployment _(Enteo Netinstall, Matrix42)_
|
||||||
• Monitoring _(Zabbix)_ • Build Engines _(Jenkins, AppVeyor)_
|
• Monitoring _(Zabbix)_ • Build Engines _(Jenkins, AppVeyor)_
|
||||||
|
|
||||||
#### {{< icon "cog" >}} General Software
|
### {{< icon "cog" >}} General Software, Frameworks
|
||||||
|
|
||||||
HAproxy • Keepalive • git SCM • Phabricator • VSCode • Notepad++
|
Node.js • Gitea • Drone.io • WoodpeckerCI • Vue.js • Quasar • tailwindcss • HAproxy • Keepalive • git SCM • Phabricator • VSCode
|
||||||
|
|
||||||
### {{< icon "briefcase" >}} Experience
|
## {{< icon "briefcase" >}} Experience
|
||||||
|
|
||||||
#### {{< icon "calendar-alt" >}} 2018 - 202{{< icon "question" >}} {{< icon "building" >}} [Komm.ONE](https://komm.one) as **SysOp** / **DevOps Engineer**
|
### {{< icon "calendar-alt" >}} 2018 - 202{{< icon "question" >}} {{< icon "building" >}} Komm.ONE as **SysOp** / **DevOps Engineer**
|
||||||
|
|
||||||
|
{{< icon "calendar-plus" >}} **2022** Cloud-Platform Infrastructure Project
|
||||||
|
|
||||||
|
Komm.ONE decided to create a complete new `Cloud-Platform Infrastructure`. The project started several years ago and replaced all software and hardware. Now it was our turn - So we started planning and implementing our test stage in the new environment. 2023 will challenge us to review and adapt the automation stack to changing requirements...
|
||||||
|
|
||||||
|
{{< icon "calendar-plus" >}} **2021** New Full Stack Self Service Portal
|
||||||
|
|
||||||
|
In 2021 I wanted to get back into coding and software architecture. So I started refactoring our Self Service Portal. The requirements have changed so much in the meantime that we decided to start from scratch. So we started a new full stack project containing these key elements:
|
||||||
|
|
||||||
|
| Tier | Components |
|
||||||
|
| ---- | ---------- |
|
||||||
|
| Backend | [Go](https://go.dev/) + [Node.js](https://nodejs.org/) |
|
||||||
|
| Frontend | [Vue.js 3](https://vuejs.org/) (with [Pinia](https://pinia.vuejs.org/), [Vue Router](https://router.vuejs.org/)) & [Quasar](https://quasar.dev/) |
|
||||||
|
| Data Management | CouchDB, MongoDB, SQL |
|
||||||
|
|
||||||
|
{{< icon "calendar-plus" >}} **2020** Cloud-Frontend Automation Stack
|
||||||
|
|
||||||
|
The year 2020 started with designing a new Automation Stack. My main goal war to upgrade the tech stack while
|
||||||
|
keeping the required operating an maintenance as low as possible. So I replaced some products to split the features / responsibilities:
|
||||||
|
|
||||||
|
| Role | Replaced Product | New Component |
|
||||||
|
| ---- | ---------------- | ------------- |
|
||||||
|
| Operational Platform | native Apps | Container based with [Docker](https://www.docker.com/), [traefik](https://traefik.io/traefik/), [Portainer](https://www.portainer.io/) |
|
||||||
|
| Git VCS | Phabricator | [Gitea](https://gitea.io) |
|
||||||
|
| Artifact Store | Jenkins | [Nexus Repository Manager OSS](https://www.sonatype.com/products/repository-oss-download) |
|
||||||
|
| Build Server | Jenkins | [Drone.io](https://www.drone.io/) |
|
||||||
|
| Wiki + KB | Phabricator | [Outline](https://www.getoutline.com/) |
|
||||||
|
| Landing Page | Phabricator | [Ghost CMS](https://ghost.org/) |
|
||||||
|
| Event Monitoring + Alerting | - | [Prometheus](https://github.com/prometheus/prometheus), [Alertmanager](https://github.com/prometheus/alertmanager), [cAdvisor](https://github.com/google/cadvisor), [Karma](https://github.com/prymitive/karma), [Grafana](https://github.com/grafana/grafana) |
|
||||||
|
| Service Status | - | [Uptime Kuma](https://github.com/louislam/uptime-kuma) |
|
||||||
|
| Web Analytics | matomo | [Umami](https://github.com/umami-software/umami) |
|
||||||
|
| Static Websites | Jenkins | [Hugo](https://github.com/gohugoio/hugo) |
|
||||||
|
|
||||||
{{< icon "calendar-plus" >}} **2019** Internal Self Service Portal
|
{{< icon "calendar-plus" >}} **2019** Internal Self Service Portal
|
||||||
|
|
||||||
@ -89,11 +121,11 @@ applications:
|
|||||||
|
|
||||||
{{< icon "calendar-plus" >}} **2018** KIVBF merged with its partners to form Komm.ONE in order
|
{{< icon "calendar-plus" >}} **2018** KIVBF merged with its partners to form Komm.ONE in order
|
||||||
to be able to offer uniform services. After adjusting the internal organizational structure, I'm now part of the
|
to be able to offer uniform services. After adjusting the internal organizational structure, I'm now part of the
|
||||||
business unit 4.2 _(Integration-, Security- & Application Managent)_. My previous team was reassigned to this new
|
business unit 4.2 _(Integration-, Security- & Application Management)_. My previous team was reassigned to this new
|
||||||
unit as well, and was renamed into CAFS _(Cloud- & Application-Frontend-Services)_. So my range of tasks changed
|
unit as well, and was renamed into CAFS _(Cloud- & Application-Frontend-Services)_. So my range of tasks changed
|
||||||
slightly.
|
slightly.
|
||||||
|
|
||||||
#### {{< icon "calendar-alt" >}} 2012 - 2018 {{< icon "building" >}} [KIVBF](https://www.kivbf.de) as **SysOp** / **DevOps Engineer**
|
### {{< icon "calendar-alt" >}} 2012 - 2018 {{< icon "building" >}} KIVBF as **SysOp** / **DevOps Engineer**
|
||||||
|
|
||||||
{{< icon "calendar-plus" >}} **2015** In 2015 I started automating several platform and workload
|
{{< icon "calendar-plus" >}} **2015** In 2015 I started automating several platform and workload
|
||||||
related use cases. Unfortunately it's closed source, so I can't talk about details. But to give a glimpse at the
|
related use cases. Unfortunately it's closed source, so I can't talk about details. But to give a glimpse at the
|
||||||
@ -116,12 +148,12 @@ It was a great place to get to know such large environment and I finally started
|
|||||||
implemented the monitoring system [Zabbix](http://www.zabbix.com/). Unfortunately I couldn't find any extension to
|
implemented the monitoring system [Zabbix](http://www.zabbix.com/). Unfortunately I couldn't find any extension to
|
||||||
monitor out IBM tape library or TSM data itself. So I developed own interfaces therefore.
|
monitor out IBM tape library or TSM data itself. So I developed own interfaces therefore.
|
||||||
|
|
||||||
#### {{< icon "calendar-alt" >}} 2008 - 2012 {{< icon "building" >}} [Pforzheim municipal administration](https://www.pforzheim.de/) as **SysOp**
|
### {{< icon "calendar-alt" >}} 2008 - 2012 {{< icon "building" >}} Pforzheim municipal administration as **SysOp**
|
||||||
|
|
||||||
At the municipal administration of Pforzheim I was responsible for the**Software Packaging and Deployment**,
|
At the municipal administration of Pforzheim I was responsible for the **Software Packaging and Deployment**,
|
||||||
**MS-SQL Servers** and **Web Hosting**.
|
**MS-SQL Servers** and **Web Hosting**.
|
||||||
|
|
||||||
### {{< icon "graduation-cap" >}} Education
|
## {{< icon "graduation-cap" >}} Education
|
||||||
|
|
||||||
I successfully finished two undergraduate trainings as **IT Specialist For Application Development** and
|
I successfully finished two undergraduate trainings as **IT Specialist For Application Development** and
|
||||||
**Management Assistant in IT-Systems**.
|
**Management Assistant in IT-Systems**.
|
||||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
@ -16,8 +16,6 @@ tags: ['pihole', 'swarm', 'stack']
|
|||||||
# sharingLinks: [null]
|
# sharingLinks: [null]
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< figure src="black-hole.jpg" width="600" height="800" caption="Photo by Kamesh Vedula on Unsplash." >}}
|
|
||||||
|
|
||||||
## Intro
|
## Intro
|
||||||
|
|
||||||
Many of you already know [Pi-hole](https://pi-hole.net/) as a trusted DNS firewall solution in your home labs. But
|
Many of you already know [Pi-hole](https://pi-hole.net/) as a trusted DNS firewall solution in your home labs. But
|
||||||
|
BIN
content/posts/pscredentialstore-update/cover.png
Normal file
After Width: | Height: | Size: 55 KiB |
59
content/posts/pscredentialstore-update/index.md
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
---
|
||||||
|
title: "✨ PSCredentialStore 1.1.0 is released"
|
||||||
|
date: 2022-09-21T10:14:18+02:00
|
||||||
|
draft: false
|
||||||
|
|
||||||
|
categories: ['Projects']
|
||||||
|
tags: ['PSCredentialStore']
|
||||||
|
|
||||||
|
# lastmod: 2022-09-21T10:14:18+02:00
|
||||||
|
# showDateUpdated: true
|
||||||
|
|
||||||
|
# custom overrides for pages
|
||||||
|
# showDate: false
|
||||||
|
# showAuthor: false
|
||||||
|
# showWordCount: false
|
||||||
|
# showReadingTime: false
|
||||||
|
# showTableOfContents: false
|
||||||
|
# showTaxonomies: true
|
||||||
|
# showEdit: false
|
||||||
|
# sharingLinks: [null]
|
||||||
|
---
|
||||||
|
|
||||||
|
<p align="right">
|
||||||
|
<img src="https://forthebadge.com/images/badges/built-with-love.svg">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
Today I'm proud to present the release of PSCredentialStore version [1.1.0](https://www.powershellgallery.com/packages/PSCredentialStore/1.1.0).
|
||||||
|
|
||||||
|
This version was mainly focused on updating the build pipeline and codebase.
|
||||||
|
So let me explain the changes in detail:
|
||||||
|
|
||||||
|
- 🧰 Reworked the build pipeline and replace Travis, AppVeyor by Drone.IO.
|
||||||
|
- 🧰 Updated the PowerShell style to the lates community standards.
|
||||||
|
- 🧰 Migrated from Github to [self hosted Gitea](https://gitea.ocram85.com/OCram85/PSCredentialStore).
|
||||||
|
- 🧰 Migrated to self hosted Drone and Woodpecker CI.
|
||||||
|
- 🧰 Updated Pester unit tests to Pester5+ syntax.
|
||||||
|
- 💣 Changed from MIT to GNU AGPLv3 license.
|
||||||
|
- 🧰 Removed the optional dependency helper.
|
||||||
|
- 📦 Updated embedded OpenSSL (LibreSSL) files to version 3.5.3.
|
||||||
|
- Started building and deploying the LibreSSL windows portable version on Github: https://github.com/OCram85/libressl-portable.
|
||||||
|
- 🧰 Added gitea project template files for issues and pull requests.
|
||||||
|
- 🤖 Implemented [DroneHelper](https://gitea.ocram85.com/OCram85/DroneHelper) base Drone pipeline.
|
||||||
|
|
||||||
|
Additionally we fixed some issues and added new connection types:
|
||||||
|
|
||||||
|
- 🌟 Added CiscoUCSCentral connection type
|
||||||
|
- 🐛 Fixed `Test-CredentialStoreItem` output
|
||||||
|
- 🐛 Fixed CiscoUCS connection
|
||||||
|
|
||||||
|
You can find the PSCredential store at [PowerShell Gallery](https://www.powershellgallery.com/packages/PSCredentialStore)
|
||||||
|
and [gitea.ocram85.com](https://gitea.ocram85.com/OCram85/PSCredentialStore/releases).
|
||||||
|
|
||||||
|
Feel free to install or upgrade to the latest version with the following command.
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
Install-Module -Name 'PSCredentialStore' -Force
|
||||||
|
```
|
||||||
|
|
||||||
|

|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -19,8 +19,6 @@ tags: ['ModuleBase', 'config']
|
|||||||
# sharingLinks: [null]
|
# sharingLinks: [null]
|
||||||
---
|
---
|
||||||
|
|
||||||
 on [Unsplash](https://unsplash.com)')
|
|
||||||
|
|
||||||
## 🖼️ Intro
|
## 🖼️ Intro
|
||||||
|
|
||||||
This article explains with a practical example how to determine and use the current module base path.
|
This article explains with a practical example how to determine and use the current module base path.
|
||||||
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
@ -18,8 +18,6 @@ showDateUpdated: true
|
|||||||
# sharingLinks: [null]
|
# sharingLinks: [null]
|
||||||
---
|
---
|
||||||
|
|
||||||
 on [Unsplash](https://unsplash.com)')
|
|
||||||
|
|
||||||
## 🖼️ Intro
|
## 🖼️ Intro
|
||||||
|
|
||||||
This post explains how to use `PSCustomObject`s as function parameters. We compare the basic usage with an
|
This post explains how to use `PSCustomObject`s as function parameters. We compare the basic usage with an
|
||||||
|
Before Width: | Height: | Size: 476 KiB After Width: | Height: | Size: 476 KiB |
@ -18,9 +18,6 @@ tags: ['class', 'read-only', 'properties']
|
|||||||
# showEdit: false
|
# showEdit: false
|
||||||
# sharingLinks: [null]
|
# sharingLinks: [null]
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< figure src="vader_cube.png" width="800" height="800">}}
|
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
If you're not familiar with Powershell classes I suggest you reading this awesome blog article from Michael Willis
|
If you're not familiar with Powershell classes I suggest you reading this awesome blog article from Michael Willis
|
||||||
[Powershell v5 Classes & Concepts](https://xainey.github.io/2016/powershell-classes-and-concepts/). It covers
|
[Powershell v5 Classes & Concepts](https://xainey.github.io/2016/powershell-classes-and-concepts/). It covers
|
||||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@ -9,8 +9,6 @@ tags: ['resources']
|
|||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< figure src="res-posh.jpg" width="1200" height="800" caption="Photo by Eugenio Mazzone on Unsplash." >}}
|
|
||||||
|
|
||||||
## The Journey Begins Now Young Novice
|
## The Journey Begins Now Young Novice
|
||||||
|
|
||||||
In this section you find the most basic stuff. It's aimed to help beginners who just got in touch with PowerShell.
|
In this section you find the most basic stuff. It's aimed to help beginners who just got in touch with PowerShell.
|
||||||
|
1011
package-lock.json
generated
@ -10,6 +10,7 @@
|
|||||||
"lint:markdown": "markdownlint \"*.md\" \"content/**/*.md\"",
|
"lint:markdown": "markdownlint \"*.md\" \"content/**/*.md\"",
|
||||||
"start": "npm run server",
|
"start": "npm run server",
|
||||||
"server": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 -D",
|
"server": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 -D",
|
||||||
|
"arkanum": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 -D --appendPort=false --baseURL https://arkanum-dev.ocram85.com --port 1313",
|
||||||
"test": "npm run lint:markdown",
|
"test": "npm run lint:markdown",
|
||||||
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo",
|
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo",
|
||||||
"new:post": "exec-bin node_modules/.bin/hugo/hugo new"
|
"new:post": "exec-bin node_modules/.bin/hugo/hugo new"
|
||||||
@ -26,9 +27,9 @@
|
|||||||
"homepage": "https://github.com/OCram85/Blog#readme",
|
"homepage": "https://github.com/OCram85/Blog#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"exec-bin": "^1.0.0",
|
"exec-bin": "^1.0.0",
|
||||||
"hugo-installer": "^3.1.0",
|
"hugo-installer": "^4.0.0",
|
||||||
"markdownlint-cli": "^0.31.1",
|
"markdownlint-cli": "^0.33.0",
|
||||||
"rimraf": "^3.0.2"
|
"rimraf": "^4.0.0"
|
||||||
},
|
},
|
||||||
"otherDependencies": {
|
"otherDependencies": {
|
||||||
"hugo": "0.91.1"
|
"hugo": "0.91.1"
|
||||||
|
18
renovate.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"onboardingConfig": {
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"docker": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"docker-compose": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"woodpecker": {
|
||||||
|
"enabled": true,
|
||||||
|
"fileMatch": ["^.woodpecker\/.*.yml$"]
|
||||||
|
}
|
||||||
|
}
|