Rusty CMS/Blogging engine thingamabob™ https://kyanite.eviee.gay/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
evie 722e9364af
ci/woodpecker/push/woodpecker Pipeline was successful Details
Disable arm64 rolling builds
4 months ago
.cargo Basic Axum 4 months ago
.fleet Add page and post blocks 4 months ago
.idea Basic RSS impl 4 months ago
migration Basic RSS impl 4 months ago
src Basic RSS impl 4 months ago
templates Basic RSS impl 4 months ago
.dockerignore Clean up files 4 months ago
.gitignore Init db schema 4 months ago
.woodpecker.yml Disable arm64 rolling builds 4 months ago
Caddyfile Add page resolver 4 months ago
Cargo.lock Basic RSS impl 4 months ago
Cargo.toml Basic RSS impl 4 months ago
Dockerfile Add container instructions 4 months ago
LICENSE Init repo 4 months ago
README.md First go at CI 4 months ago

README.md

Kyanite

Rusty CMS/Blogging engine thingamabob™

⚠️ Kyanite is still very early in development and may not be ready for your uses just yet! Containers are also on a rolling release.

status-badge

Usage

Container

It's pretty simple as Kyanite only relies on PostgreSQL, no volumes or mounts are needed. Just use your favourite OCI container software and pull git.gaycatgirl.sex/evie/kyanite:latest.

podman pull git.gaycatgirl.sex/evie/kyanite:latest
podman run -d --name kyanite -p 3621:3621 -e DATABASE_URL=postgres://xxx:xxx@xxx:xxx/xxx git.gaycatgirl.sex/evie/kyanite:latest

Enviroment Variables

ENV VAR DESCRIPTION DEFAULT
DATABASE_URL Required. Specifies the connection URl for the PostgreSQL database. N/A
HOST Optional. The IP that Kyanite will listen on. 0.0.0.0
PORT Optional. The port that Kyanite will listen on. 3621
RUST_LOG Optional. Sets the logging level. INFO

Features