Category Archives: Knowledge
Antix – Disable Conky from Desktop
Antix – Disable CPU, Memory, and Network Status icons on Taskbar
Pihole and Nginx Proxy Manager not forwarding
Details tabSelect https in SchemeTurn on Websockets Paste the below in Advance tab in npm
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