diff --git a/config.toml b/config.toml index 703b73c..4d61f0a 100644 --- a/config.toml +++ b/config.toml @@ -25,11 +25,6 @@ theme = 'LoveIt' name = "Posts" url = "/posts/" weight = 2 - [[menu.main]] - identifier = "tags" - name = "Tags" - url = "/tags/" - weight = 3 [[menu.main]] identifier = "about" name = "CV" diff --git a/content/posts/fediservices_phase1.md b/content/posts/fediservices_phase1.md new file mode 100644 index 0000000..0835f25 --- /dev/null +++ b/content/posts/fediservices_phase1.md @@ -0,0 +1,8 @@ +--- +title: "FediServices.nz and scaling out" +tags: ["mastodon", "open source", "proxmox", "domains", "self hosting"] +date: "2023-04-29" +featuredimagepreview: "/prox_dashboard.png" +--- + +Something somewhere somehow and now [FediServices.nz](https://fediserivces.nz) exists. diff --git a/content/posts/gitea_and_woodpecker_ci.md b/content/posts/gitea_and_woodpecker_ci.md deleted file mode 100644 index 5c7223b..0000000 --- a/content/posts/gitea_and_woodpecker_ci.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Gitea and Woodpecker CI" -tags: ["gitea", "woodpecker", "cicd", "self hosting"] -date: "2022-09-12" -draft: "true" -featuredimagepreview: "/woodpecker.jpg" ---- - -Another year, another post! - -This time writing about my experience setting up and configuring [Gitea](https://gitea.io) and [Woodpecker](https://woodpecker-ci.org) as a self-hosted Git setup with full CI/CD pipelines. - -I've decided to make the repo for this blog public with a [simple CI script](https://tinker.nz/idanoo/m2.nz/src/branch/main/.woodpecker.yml) configured to do hands free deployments. I'm aware that using `git pull` over SSH is a poor-mans CI script, but it works as a proof of concept and I do plan to tidy it up in the futureā„¢. - -{{< image src="/woodpecker.jpg" caption="Woodpecker CI deploying this blog" >}} - -### Gitea - -I've run a Gitea server before so found it pretty seamless to get working. It was a matter of downloading a binary and setting some configuration flags (hostname, database config if needed, etc). - -### Woodpecker CI - -Coming from Gitlab CI it seems pretty basic, but in reality it can do almost everything you need. I'm still figuring out it's capbilities but it does the basic stuff \ No newline at end of file diff --git a/content/posts/golang_and_arm64_lambda_in_terraform.md b/content/posts/golang_and_arm64_lambda_in_terraform.md deleted file mode 100644 index 345ac36..0000000 --- a/content/posts/golang_and_arm64_lambda_in_terraform.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "ARM64 Golang Lambdas in Terraform" -tags: ["arm64", "golang", "lambda", "terraform"] -date: "2022-10-01" -draft: "true" -featuredimagepreview: "/woodpecker.jpg" ---- - -Test \ No newline at end of file diff --git a/static/prox_dashboard.png b/static/prox_dashboard.png new file mode 100644 index 0000000..2e52b02 Binary files /dev/null and b/static/prox_dashboard.png differ