mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-05-13 19:00:22 +00:00
linkding
This commit is contained in:
parent
0260bc9a34
commit
c0adad29b0
@ -60,6 +60,7 @@ So, without further ado, here's the current list:
|
||||
|
||||
# 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)
|
||||
|
25
apps/bookmarks/linkding.md
Normal file
25
apps/bookmarks/linkding.md
Normal file
@ -0,0 +1,25 @@
|
||||
# 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)
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
```
|
BIN
apps/bookmarks/linkding.png
Normal file
BIN
apps/bookmarks/linkding.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 304 KiB |
Loading…
Reference in New Issue
Block a user