Details tabSelect https in SchemeTurn on Websockets Paste the below in Advance tab in npm
Category Archives: Knowledge
FQDN with ssl not working in pihole + unbound
Solution: Uninstall unbound sudo apt-remove unboundIn Pihole admin webinterfaceGo to SettingsDNS tabCheck mark your preferred public DNS (eg.Cloudflare, Google)Uncheck Upstream 127.0.0.1#5335Save
Nextcloud and Nginx Proxy Manager
Change the config.php file for the subdomain and ip address so that npm can work correctly. Use the actual ip address of the server. /var/www/nextcloud/confignano config.php Look for the below‘trusted_domains’ =>array (0 => ‘localhost’,1 => ‘server1.example.com’,2 => ‘192.168.1.50’,3 => ‘[fe80::1:50]’,),
How to create a subnet router in Tailscale for proxmox lxc/containers(Linux)
https://tailscale.com/kb/1130/lxc-unprivilegedhttps://tailscale.com/kb/1019/subnets#connect-to-tailscale-as-a-subnet-routerhttps://tailscale.com/kb/1320/performance-best-practices#ethtool-configurationhttps://www.cyberciti.biz/faq/download-install-ethtool-under-debian-ubuntu-linux/
Home Assistant and Nginx Proxy Manager Configuration
In the configuration.yaml file, you need to use file editor on the left side. if you dont have file editor then use Add-ons in Settings to add it Add the following below trusted_proxies. http:use_x_forwarded_for: truetrusted_proxies:– 192.168.1.116 Use the actual proxmox server ip address
Shrink proxmox vm bootdisk
Go to lvm lvreduce -L -32g pve/filename.raweg. lvm lvreduce -L -32g pve/vm-103-disk-0qm rescan
How to mount a SMB share drive to a Proxmox container
Mount a Storj drive in Windows 10 using Rclone
Fixing download speeds on DD-WRT for Netgear R6700v3
Bindmount NTFS usb drive in proxmox + turnkey fileserver
Open terminal in pve nodeCreate a mount point. I placed my mount point in mnt folder. To do thistype: mkdir /mnt/nameofmountpoint. eg. mkdir /mnt/usbdrive Now figure out the hard drive partition by getting the uuid. Follow the command below eg. /dev/sdb1 Edit fstab bytyping nano /etc/fstab In my case I have a ntfs partition. You …
Continue reading “Bindmount NTFS usb drive in proxmox + turnkey fileserver”