Rusty CMS/Blogging engine thingamabob™
.cargo | ||
.fleet | ||
migration | ||
src | ||
templates | ||
.dockerignore | ||
.gitignore | ||
Caddyfile | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
ideas | ||
LICENSE | ||
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.
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 |