Rusty CMS/Blogging engine thingamabob™
This repository has been archived on 2025-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-02-04 23:26:23 -08: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
migration Add primary menu 2023-02-04 21:21:52 -08:00
src Add primary menu 2023-02-04 21:21:52 -08:00
templates Rebrand as Kyanite 2023-02-04 23:26:23 -08:00
.dockerignore Ignore migration target when building containers 2023-02-04 02:46:02 -08:00
.gitignore Init db schema 2023-02-04 00:57:48 -08:00
Caddyfile Add page resolver 2023-02-04 18:42:08 -08:00
Cargo.lock Working homepage from db proto 2023-02-04 05:31:00 -08:00
Cargo.toml Working homepage from db proto 2023-02-04 05:31:00 -08:00
Dockerfile Create container 2023-02-03 21:46:30 -08:00
ideas write down basic ideas 2023-02-03 04:46:41 -08:00
LICENSE Init repo 2023-02-03 03:07:04 -08:00
README.md Rebrand as Kyanite 2023-02-04 23:26:23 -08: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.

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