This commit is contained in:
Thomas Legay 2024-05-15 10:20:52 +02:00
parent c72fb8b625
commit 654ff2f496
30 changed files with 265 additions and 15 deletions

View file

@ -0,0 +1,17 @@
#### paperless-ngx
##### Information
Site : https://paperless-ngx.com/
Source : https://github.com/paperless-ngx/
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y paperless-ngx
```