Add linkding
This commit is contained in:
parent
8e369abbb2
commit
d71fcdf702
7 changed files with 119 additions and 0 deletions
20
ressources/linkding/README.MD
Normal file
20
ressources/linkding/README.MD
Normal file
|
@ -0,0 +1,20 @@
|
|||
#### 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
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue