Rusty CMS/Blogging engine thingamabob™
Find a file
2023-06-18 10:29:08 -04:00
.cargo Basic Axum 2023-02-03 03:48:29 -08:00
.fleet Add page and post blocks 2023-02-04 01:54:06 -08:00
.idea Basic RSS impl 2023-02-10 07:10:21 -08:00
migration Basic RSS impl 2023-02-10 07:10:21 -08:00
src Basic RSS impl 2023-02-10 07:10:21 -08:00
templates Basic RSS impl 2023-02-10 07:10:21 -08:00
.dockerignore Clean up files 2023-02-05 05:50:36 -08:00
.gitignore Init db schema 2023-02-04 00:57:48 -08:00
.gitlab-ci.yml Ensure Dockerfile is selected for build 2023-06-18 10:29:08 -04:00
Caddyfile Add page resolver 2023-02-04 18:42:08 -08:00
Cargo.lock Basic RSS impl 2023-02-10 07:10:21 -08:00
Cargo.toml Basic RSS impl 2023-02-10 07:10:21 -08:00
Dockerfile Add container instructions 2023-02-04 23:46:54 -08:00
LICENSE Init repo 2023-02-03 03:07:04 -08:00
README.md Migrate from Woodpecker CI to GitLab CI 2023-06-18 10:21:14 -04:00

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