21 lines
492 B
Markdown
21 lines
492 B
Markdown
#### linkding
|
|
|
|
##### Information
|
|
Site : https://github.com/sissbruecker/linkding
|
|
|
|
Source : https://github.com/sissbruecker/linkding
|
|
|
|
##### Install
|
|
|
|
```bash
|
|
apt install -y wget ca-certificates
|
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
|
apt-get update
|
|
apt-get install -y linkding
|
|
|
|
su - -s /usr/bin/bash linkding -c "export LD_SUPERUSER_NAME=thomas;export LD_SUPERUSER_PASSWORD=supertoto;python /usr/share/linkding/manage.py create_initial_superuser"
|
|
|
|
systemctl enable --now linkding
|
|
|
|
```
|