[ADD] doc FAQ.md guide support wkhtmltopdf for recent version
This commit is contained in:
parent
a80b0a3539
commit
8e7fab76a9
3 changed files with 61 additions and 0 deletions
|
|
@ -33,6 +33,35 @@ key : report.url
|
||||||
value : http://127.0.0.1:8069
|
value : http://127.0.0.1:8069
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!-- [en] -->
|
||||||
|
### wkthmltopdf installation debian 13 and more
|
||||||
|
|
||||||
|
You need libssl1.1, it's deprecated.
|
||||||
|
|
||||||
|
<!-- [fr] -->
|
||||||
|
### Installation de wkthmltopdf sur Debian 13 et plus
|
||||||
|
|
||||||
|
Vous avez besoin de libssl1.1, qui est déprécié.
|
||||||
|
|
||||||
|
<!-- [common] -->
|
||||||
|
```bash
|
||||||
|
echo "deb http://security.debian.org/debian-security bullseye-security main" | sudo tee /etc/apt/sources.list.d/bullseye-security.list
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install libssl1.1
|
||||||
|
sudo rm /etc/apt/sources.list.d/bullseye-security.list
|
||||||
|
sudo apt update
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- [en] -->
|
||||||
|
### wkthmltopdf installation alternative
|
||||||
|
|
||||||
|
If you cannot install wkhtmltopdf, you can run a docker and update configuration, check repo https://github.com/acsone/kwkhtmltopdf
|
||||||
|
|
||||||
|
<!-- [fr] -->
|
||||||
|
### Installation alternative de wkthmltopdf
|
||||||
|
|
||||||
|
Si vous ne pouvez pas installer wkhtmltopdf, vous pouvez exécuter un Docker et mettre à jour la configuration, consultez le dépôt https://github.com/acsone/kwkhtmltopdf
|
||||||
|
|
||||||
<!-- [en] -->
|
<!-- [en] -->
|
||||||
## Scripting
|
## Scripting
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,22 @@ key : report.url
|
||||||
value : http://127.0.0.1:8069
|
value : http://127.0.0.1:8069
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Installation de wkthmltopdf sur Debian 13 et plus
|
||||||
|
|
||||||
|
Vous avez besoin de libssl1.1, qui est déprécié.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
echo "deb http://security.debian.org/debian-security bullseye-security main" | sudo tee /etc/apt/sources.list.d/bullseye-security.list
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install libssl1.1
|
||||||
|
sudo rm /etc/apt/sources.list.d/bullseye-security.list
|
||||||
|
sudo apt update
|
||||||
|
```
|
||||||
|
|
||||||
|
### Installation alternative de wkthmltopdf
|
||||||
|
|
||||||
|
Si vous ne pouvez pas installer wkhtmltopdf, vous pouvez exécuter un Docker et mettre à jour la configuration, consultez le dépôt https://github.com/acsone/kwkhtmltopdf
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
### Rechercher tous les fichiers dupliqués récursivement dans un répertoire donné
|
### Rechercher tous les fichiers dupliqués récursivement dans un répertoire donné
|
||||||
|
|
|
||||||
16
doc/FAQ.md
16
doc/FAQ.md
|
|
@ -15,6 +15,22 @@ key : report.url
|
||||||
value : http://127.0.0.1:8069
|
value : http://127.0.0.1:8069
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### wkthmltopdf installation debian 13 and more
|
||||||
|
|
||||||
|
You need libssl1.1, it's deprecated.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
echo "deb http://security.debian.org/debian-security bullseye-security main" | sudo tee /etc/apt/sources.list.d/bullseye-security.list
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install libssl1.1
|
||||||
|
sudo rm /etc/apt/sources.list.d/bullseye-security.list
|
||||||
|
sudo apt update
|
||||||
|
```
|
||||||
|
|
||||||
|
### wkthmltopdf installation alternative
|
||||||
|
|
||||||
|
If you cannot install wkhtmltopdf, you can run a docker and update configuration, check repo https://github.com/acsone/kwkhtmltopdf
|
||||||
|
|
||||||
## Scripting
|
## Scripting
|
||||||
|
|
||||||
### Search all duplicate file recursively in given directory
|
### Search all duplicate file recursively in given directory
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue