Sign inSign up

coolerfall/colina

By coolerfall

Updated over 7 years ago

A self-hosted light weight comment system.

Image
0

325

coolerfall/colina repository overview

Colina

A self-hosted light weight and simple to use comment system. If you'd like to keep comment data all by yourself, or if you cannot use Disqus in some cases, enjoy this.

Features

  • Docker and binary deployment support
  • Social login via Github, Weibo, Google and so on
  • Admin frontend support, simple to configure
  • Manage, check comments all by yourself
  • Markdown support

Usage

  • With docker (recommended): You can check docker-compose.yml in project directory, and run colina simply via:
$ docker-compose -f docker-compose.yml up -d
  • With binary:
COLINA_URL=http://localhost:3000 COLINA_DSN=postgres://name:passwd@localhost:5432/colina?sslmode=disable COLINA_DATA_DIR=/the/data/dir colina serve

License

MIT License

Copyright (C) 2018-present Vincent Cheung ([email protected])

This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.

Tag summary

Content type

Image

Digest

Size

12.3 MB

Last updated

over 7 years ago

docker pull coolerfall/colina