added projects

This commit is contained in:
Ivan Schaller 2021-12-12 02:33:24 +01:00
parent c1a18028cd
commit 7ef20d30d7
6 changed files with 54 additions and 18 deletions

View file

@ -44,7 +44,7 @@ copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_
# Subtitle for home
homeTitle = "Ivan Schaller"
homeSubtitle = "DevOps Engineer"
homeSubtitle = "DevOps Engineer | Network Engineer"
homeLinktext = "Find or contact me on other platforms"
# Set a background for the homepage

View file

@ -4,7 +4,27 @@ description = "About me"
type = ["default"]
+++
---
## My name is Ivan Schaller
And im a DevOps Engineer
### And im a DevOps/Network Engineer at Swisscom (Schweiz) AG.
My work is a combination of OPS in Networking and DEV in Automation.
---
I work a lot with Cisco networking equiptment, and from configuration to diagnostics i use about every aspect of it.
In the development space, i work with automation of networking tasks, administrative tasks and "small" app developement.
My knowledge of programming and scripting languages consists of: (1-10)
* Shell/Bash - `9`
* Python3 - `5`
* JavaScript - `3`
* PowerShell - `2`
If you are interested in my work, check out my [Projects](../projects).

16
content/projects/gohfs.md Normal file
View file

@ -0,0 +1,16 @@
+++
title = "gohfs - docker"
description = "Dockerization of gohfs"
date = "2021-06-07"
type = ["default"]
+++
---
## Dockerization of gohfs
https://github.com/olofvndrhr/gohfs
To be deployed in my environment i needed this application in a containerized format. But the original developer did not have a container for it yet. So i created one with the [s6 overlay](https://github.com/just-containers/s6-overlay) for easy usermapping and failure detection.
The pull request with the changes was accepted and can also be viewed at the [original repository](https://github.com/finzzz/gohfs).

View file

@ -0,0 +1,16 @@
+++
title = "Lets Encrypt Bash Script - rewrite"
description = "Improvements to a Lets Encrypt bash script"
date = "2021-11-08"
type = ["default"]
+++
---
## Improvements to a Lets Encrypt bash script
https://github.com/olofvndrhr/dehydrated-hook-cloudflare
I changed the script to fit my needs. In the process i removed one package dependency and increased readability of the script.

View file

@ -1,8 +0,0 @@
+++
title = "Project1"
description = "Project 1"
date = "2021-11-10"
type = ["default"]
+++
# project 1

View file

@ -1,8 +0,0 @@
+++
title = "Project2"
description = "Project 2"
date = "2021-11-09"
type = ["default"]
+++
# project 2