testing the service
All checks were successful
Build Org Website / build (push) Successful in 44s

This commit is contained in:
2026-05-09 18:00:14 +01:00
parent 39ee0639b9
commit e2e4f1467f
11 changed files with 41 additions and 20 deletions

View File

@@ -0,0 +1,18 @@
#+TITLE: Authoring Service
#+OPTIONS: num:nil
#+DATE: <2026-05-09 Sat 17:49>
#+filetags: :life:website:
#+COMMENTS: t
#+SLUG: authoring-service-09-05-26
I wanted to ensure that there was a way to edit blogs without having to use an actual text editor, and having the repo cloned. I asked codex to generate a solution for this, and it came up with this authoring service. Took a while to get it through a pipeline, getting tests written and the systemd service to work.
Here is what it looks like:
[[../../../assets/images/blogs/2026-05-09-authoring-service.png]]
I also added pipelines in gitea, as I wanted a form of CI/CD. Discord notifications are sent to alert me on their status.
[[../../../assets/images/blogs/2026-05-09-gitea-pipelines.png]]
[[../../../assets/images/blogs/2026-05-09-discord-alterts-gitea.png]]