SSL pour le home lab

https://myhomelab.gr/linux/2019/12/13/local-ca-setup.html Mon domain : daisy-street.fr Pihole configuration du dns pihole 192.168.1.50 Renvoyer les serveurs sur le dns/dhcp pihole Installer traefik docker-compose.yml Generer password traefik Configurer SSL

paperless retag

Document retagger Say you’ve imported a few hundred documents and now want to introduce a tag or set up a new correspondent, and apply its matching to all of the currently-imported docs. This problem is common enough that there are tools for it. document_retagger [-h] [-c] [-T] [-t] [-i] [–use-first] [-f] optional arguments: -c, –correspondent … Read more

nfs share

NFS by default will downgrade any files created with the root permissions to the nobody:nogroup user:group. This is a security feature that prevents privileges from being shared unless specifically requested. It may be that you would like to enable the “no_root_squash” option in the nfs server’s /etc/exports file.