* 'master' of https://github.com/tborychowski/self-hosted-cookbook:
  missing info
  linkding
This commit is contained in:
Dziad Borowy 2021-12-07 21:25:28 +00:00
commit 5ca32aaf3b
3 changed files with 31 additions and 0 deletions

View File

@ -60,6 +60,7 @@ The aims is to provide a ready-to-run recipes that you can just copy, paste and
# Bookmarks & Read Later
- [LinkAce](apps/bookmarks/linkace.md)
- [Linkding](apps/bookmarks/linkding.md)
- [Shaarli](apps/bookmarks/shaarli.md)
- [Shiori](apps/bookmarks/shiori.md)
- [Shaark](apps/bookmarks/shaark.md)

View File

@ -0,0 +1,30 @@
# Linkding
- Looks very similar to pinboard
- Very simple and fast
- nice dark theme
- Firefox & Chrome extensions for adding bookmarks
- [Github repo](https://github.com/sissbruecker/linkding/)
- [Demo](https://demo.linkding.link/login/?next=/bookmarks)
![Screenshot](linkding.png)
## docker-compose.yml
```yml
---
version: '3.3'
services:
linkding:
image: sissbruecker/linkding:latest
container_name: linkding
restart: unless-stopped
ports:
- 3123:9090
volumes:
- ./data:/etc/linkding/data
```
Once it starts, create admin user:
```sh
docker-compose exec linkding python manage.py createsuperuser --username=joe --email=joe@example.com
```

BIN
apps/bookmarks/linkding.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB