A self-hostable CMS-like proxying Cohost posts
Go to file
Jill 2bfe5dc341
license under GPL-3.0
2023-05-14 03:01:35 +03:00
src DEPLOY TIME !!! 2023-04-30 21:39:08 +03:00
static init 2023-04-30 19:33:37 +03:00
.eslintignore init 2023-04-30 19:33:37 +03:00
.eslintrc.cjs init 2023-04-30 19:33:37 +03:00
.gitignore init 2023-04-30 19:33:37 +03:00
.npmrc init 2023-04-30 19:33:37 +03:00
LICENSE license under GPL-3.0 2023-05-14 03:01:35 +03:00
README.md readme 2023-04-30 22:49:07 +03:00
flake.lock init 2023-04-30 19:33:37 +03:00
flake.nix fix nixos module 2023-04-30 20:35:40 +03:00
jsconfig.json init 2023-04-30 19:33:37 +03:00
package-lock.json init 2023-04-30 19:33:37 +03:00
package.json init 2023-04-30 19:33:37 +03:00
svelte.config.js init 2023-04-30 19:33:37 +03:00
vite.config.js init 2023-04-30 19:33:37 +03:00

README.md

cohost-blogger

A self-hostable front-end for Cohost mimicing a CMS.

What?

CMSes are stupid to host, stupid to make and stupid to find. Why bother? We have a perfectly fine Cohost. Let's use that!

This site, pointed at a Cohost user and tag, will find every post under that tag and display it in a nice way, including the comments and proper rendering of the contents themselves.

How?

If you're on NixOS, you should be able to integrate it into your system config as a flake or just run it with nix run.

First, install the dependencies:

git clone https://git.oat.zone/oat/cohost-blogger && cd cohost-blogger
npm install

Afterwards, for development, you can run:

npm run dev

Or, for deployment:

npm run build
PORT=1234 node build

Configuration

Currently, there isn't a proper configuration system - this is not yet made to be hosted by anyone by me. You can head into src/lib/config.js for all instance-specific configuration, but this will be expanded into a proper system eventually:tm.

Attributions