Skip to content

vincent/kisslists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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