Ajout update nextcloud file index

This commit is contained in:
Grizouille
2025-11-07 23:21:46 +01:00
parent 0144d39e1e
commit 216fa78eeb
6 changed files with 74 additions and 45 deletions

View File

@@ -56,4 +56,25 @@ quality = mp3
; command = /home/kmille/projects/deezer-downloader/app/venv/bin/yt-dlp
command = /usr/bin/yt-dlp
[nextcloud]
; Your nextcloud public key for decrypt jwt token
public_key = -----BEGIN PUBLIC KEY-----
...
-----END PUBLIC KEY-----
; Your key to added from nextcloud ExternalApp exp: /?jwt={jwt}
jwt_name_parameter = jwt
[nextcloud_ssh_scan_files]
; ip from nextcloud server
host = 192.168.10.9
; port ssh from nextcloud server
port = 22
; username ssh nextcloud server
username = nextclouddeezer
; password ssh nextcloud server
password = Q8QbqQru3hRc16vK
; occ path nextcloud server
occ_path = /var/www/nextcloud/occ
; vim: syntax=dosini