#+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]]