A simple HTTPS ingress for Kubernetes clusters, designed to work well with Anubis.

chore: update branding and the like

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 6b204c7b 3ab9ff04

+10 -10
+2 -2
README.md
··· 1 - # project-template 1 + # Hythlodaeus 2 2 3 - A template with yeet, semantic-release, and more set up 3 + A simple ingress controller for Kubernetes clusters that works with Anubis.
+1 -1
go.mod
··· 1 - module git.xeserv.us/xe/project-template 1 + module git.xeserv.us/xe/hythlodaeus 2 2 3 3 go 1.24.2 4 4
+4 -4
package-lock.json
··· 1 1 { 2 - "name": "@xe/project-template", 3 - "version": "0.0.1", 2 + "name": "@xe/hythlodaeus", 3 + "version": "0.1.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 - "name": "@xe/project-template", 9 - "version": "0.0.1", 8 + "name": "@xe/hythlodaeus", 9 + "version": "0.1.0", 10 10 "license": "MIT", 11 11 "devDependencies": { 12 12 "@commitlint/cli": "^19.8.0",
+3 -3
package.json
··· 1 1 { 2 - "name": "@xe/project-template", 3 - "version": "0.2.5", 4 - "description": "A template with yeet, semantic-release, and more set up", 2 + "name": "@xe/hythlodaeus", 3 + "version": "0.1.0", 4 + "description": "A simple ingress controller for Kubernetes clusters that works with Anubis", 5 5 "main": "index.js", 6 6 "scripts": { 7 7 "test": "go build -o /dev/null ./... && go test ./...",