Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincent/kisslists
A very simple shared lists server
https://github.com/vincent/kisslists
Last synced: 16 days ago
JSON representation
A very simple shared lists server
- Host: GitHub
- URL: https://github.com/vincent/kisslists
- Owner: vincent
- License: mit
- Created: 2021-01-19T19:03:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T16:20:15.000Z (about 1 year ago)
- Last Synced: 2024-08-01T08:14:01.357Z (3 months ago)
- Language: Go
- Homepage: https://vincent.github.io/kisslists/
- Size: 1000 KB
- Stars: 41
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KissLists
KissLists is a very simple shared lists server.
with
- mobile optimised design
- basic theme support
- websockets messages
- sqlite databasebut
- 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
```