Add distro, t0services, and t0txt images

This commit is contained in:
2024-03-19 19:37:48 -06:00
parent 16c0dac56c
commit 710f6cc8b0
8 changed files with 75 additions and 1 deletions

View File

@@ -2,8 +2,8 @@ Title: t-zero Services
Date: 2022-05-27
Category: Writing
Summary: A list of minimal microservices on my t0.vc domain.
Image: t0services1.svg
Wide: true
Short: 6
Tags: feed
The t-zero Services are a collection of minimalist microservices that I host on my t0.vc domain. The letter "t" meaning me, and "0" meaning small. They're all meant to do exactly one thing reliably and stay online for as long as I can host them.
@@ -13,6 +13,8 @@ The smallest t-zero is the main domain itself at [t0.vc](https://t0.vc) and it s
The rest of the t-zero services are hosted on its subdomains.
![[t0services1.svg]]
## t0txt
The second t-zero I wrote was [[t0txt]], a pastebin that is compatible with the command line and `curl`. This allows me to very easily pipe text data into it and immediately get a URL that I can share. I copied the idea from [sprunge.us](http://sprunge.us/) which kept going down because he'd forget to pay his Google Cloud bill.