A self-hosted light weight comment system.
325
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.
docker-compose.yml in project directory, and run colina simply via:$ docker-compose -f docker-compose.yml up -d
COLINA_URL=http://localhost:3000 COLINA_DSN=postgres://name:passwd@localhost:5432/colina?sslmode=disable COLINA_DATA_DIR=/the/data/dir colina serve
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.
Content type
Image
Digest
Size
12.3 MB
Last updated
over 7 years ago
docker pull coolerfall/colina