mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-20 02:51:14 +00:00
Merge branch 'master' of https://github.com/tborychowski/self-hosted-cookbook
* 'master' of https://github.com/tborychowski/self-hosted-cookbook: missing info linkding
This commit is contained in:
30
apps/bookmarks/linkding.md
Normal file
30
apps/bookmarks/linkding.md
Normal 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)
|
||||
|
||||

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