Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vincent/kisslists

A very simple shared lists server
https://github.com/vincent/kisslists

Last synced: about 2 months ago
JSON representation

A very simple shared lists server

Awesome Lists containing this project

README

        

# KissLists

![gopherbadger-tag-do-not-edit](https://img.shields.io/badge/Go%20Coverage-79%25-brightgreen.svg?longCache=true&style=flat)

KissLists is a very simple shared lists server.


with

- mobile optimised design
- basic theme support
- websockets messages
- sqlite database

but

- no built-in authentication
- no user management
- no admin panel
- no import / export


## Install

### with Docker compose

> available tags for linux amd64 and arm

```
services:
kisslists:
image: allyouneedisgnu/kisslists
volumes:
- ./your/kisslists:/kisslists
ports:
- 80:80
```