Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 759 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 759 Bytes

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