mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-22 08:15:13 +00:00
update
This commit is contained in:
parent
0f71e2e651
commit
c6472c058f
@ -25,11 +25,6 @@ theme = 'LoveIt'
|
|||||||
name = "Posts"
|
name = "Posts"
|
||||||
url = "/posts/"
|
url = "/posts/"
|
||||||
weight = 2
|
weight = 2
|
||||||
[[menu.main]]
|
|
||||||
identifier = "tags"
|
|
||||||
name = "Tags"
|
|
||||||
url = "/tags/"
|
|
||||||
weight = 3
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "CV"
|
name = "CV"
|
||||||
|
8
content/posts/fediservices_phase1.md
Normal file
8
content/posts/fediservices_phase1.md
Normal file
@ -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.
|
@ -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
|
|
@ -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
|
|
BIN
static/prox_dashboard.png
Normal file
BIN
static/prox_dashboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue
Block a user