/kisslists

A very simple shared lists server

Primary LanguageGoMIT LicenseMIT

KissLists

gopherbadger-tag-do-not-edit

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