Posts
Secure Proxmox With SSL Certificate
Duckduck DNS https://www.duckdns.org/
Signup using Google (Zero Trust)
Once you login you will find the Token
Save your DuckDNS Token
Now create a domain mydomain.duckdns.org
Enter your subdomane name click on [add domain]
Change current ip to server to host Nginx
Click on [update ip]
Docker Installation Go to DockerHub https://hub.docker.com/
Search for : nginx-proxy-manager select : jc21/nginx-proxy-manager
https://hub.docker.com/r/jc21/nginx-proxy-manager
Docker pull command : docker pull jc21/nginx-proxy-manager
Run these commands:
mkdir /opt/stacks/nginx-proxy -p cd /opt/stacks/nginx-proxy nano compose.
Posts
Self-host This and say Goodbye to Ads,Tracking,and spying from Google
1. Why Use Whoogle? What is Whoogle?
Whoogle is a self-hosted, privacy-friendly proxy for Google Search that removes ads, tracking, and JavaScript.
Privacy Protection
No tracking, no logs, and no connection to your Google account—ensuring fully anonymous searches.
Ad-Free Experience
Unlike Google Search, Whoogle strips out all ads, giving you clean, distraction-free results.
Self-Hosted Control
You can deploy Whoogle on your own server or Docker container, ensuring full control over your data and search experience.
Posts
Proxmox Dark Mode
Website https://github.com/Weilbyte/PVEDiscordDark
Installation wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh bash PVEDiscordDark.sh install UNSUPPORTED ANYMORE
Posts
Install Open Tofu in Proxmox
Web pages https://opentofu.org/docs/intro/ https://opentofu.org/docs/intro/core-workflow/ https://opentofu.org/docs/intro/install/
Installing using the installer wget --secure-protocol=TLSv1_2 --https-only https://get.opentofu.org/install-opentofu.sh -O install-opentofu.sh # Give it execution permissions: chmod +x install-opentofu.sh # Please inspect the downloaded script # Run the installer: ./install-opentofu.sh --install-method deb Installing tooling sudo apt-get update sudo apt-get install -y apt-transport-https ca-certificates curl gnupg Set up the OpenTofu repository sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL https://get.opentofu.org/opentofu.gpg | sudo tee /etc/apt/keyrings/opentofu.gpg >/dev/null curl -fsSL https://packages.
Posts
Install and Use K9S in Proxmox Kubernetes Master Node
A. Prerequisites We assume you have created a Kubernetes installation and deployed Nginx there If not please refer to this video: https://youtu.be/wRxf0zz6T2Y
B. Reasons to use K9S when working with Kubernetes Efficiency – K9s provides a fast, terminal-based UI for navigating and managing Kubernetes resources without needing long kubectl commands. Live Monitoring – It offers real-time updates on pods, logs, and events, making troubleshooting easier. Automation & Shortcuts – Built-in hotkeys and commands speed up common tasks like scaling, deleting, or editing resources.
Posts
K3S Kubernetes Workshop Using Proxmox Server
Why is Kubernetes more valuable than Docker in the industry? Industry Adoption – Kubernetes is the industry standard for cloud-native applications. Production-Ready – Kubernetes offers built-in load balancing, self-healing, and networking. Scalability & Orchestration – Kubernetes automates container deployment, scaling, and management. Why is Kubernetes skills more valuable than Docker skils? Beyond Single Containers – Kubernetes manages and orchestrates multiple containers across clusters. Enterprise Demand – Most companies prioritize Kubernetes for scalable, cloud-native deployments.
Posts
Install This App and Say Goodbye to Discord and Slack
Urls Mattermost Open-Source (Free Version):
https://mattermost.com/download/ Mattermost Documentation (Installation, Setup, etc.):
https://docs.mattermost.com/ Mattermost GitHub (Open-Source Code):
https://github.com/mattermost/mattermost-server You can copy and paste these URLs into your browser directly! Let me know if you need anything else!
Installation Run these commands
sudo su - mkdir /opt/stacks/mattermost -p cd /opt/stacks/mattermost/ nano compose.yaml Put this in the file:
version: "3.8" services: mattermost-preview: image: mattermost/mattermost-preview container_name: mattermost-preview ports: - 8065:8065 - 8443:8443 restart: unless-stopped networks: {} Starting the Server run these commands:
Posts
Install Appwrite in Proxmox Using a Docker Image
Websites Official Website: https://appwrite.io/
GitHub Repository: https://github.com/appwrite
Documentation: https://appwrite.io/docs
Self-Hosting Guide: https://appwrite.io/docs/advanced/self-hosting
Awesome Appwrite (Community Resources): https://github.com/appwrite/awesome-appwrite
What is Appwrite 🛠 Backend-as-a-Service (BaaS):
Open-source platform to simplify backend development for web, mobile, and Flutter apps. 🔒 Authentication & Authorization:
Built-in user management with support for email/password, OAuth (Google, Facebook, etc.), anonymous login, and JWT. Role-Based Access Control (RBAC) for fine-grained permissions. 🗃 Database as a Service:
NoSQL-style database with collections and documents.
Posts
Install Pengvin-share and Say Goodbye to Onedrive
Web sites **https://stonith404.github.io/pingvin-share/introduction/
https://github.com/stonith404/pingvin-share
Install Pingvin Share Run these commands:
sudo su - mkdir /opt/stacks/pingvin -p cd /opt/stacks/pingvin nano compose.yaml Put this in the file:
services: pingvin-share: image: stonith404/pingvin-share # or ghcr.io/stonith404/pingvin-share restart: unless-stopped ports: - 3000:3000 environment: - TRUST_PROXY=false # Set to true if a reverse proxy is in front of the container volumes: - "./data:/opt/app/backend/data" - "./data/images:/opt/app/frontend/public/img" depends_on: clamav: condition: service_healthy clamav: restart: unless-stopped image: clamav/clamav Starting Pengvin share Run these commands:
Posts
Do This After Installing Proxmox
We need to do this after installing or after doing a major version upgrade
You do this if you don’t want to pay for a subscription and use the free option
Changing production files Run this command
# ssh to your Proxmox server from PUTTY for fom you Linux terminal ssh root@upupa.loseyourip.com sudo su - Edit this file:
nano /etc/apt/sources.list vi /etc/apt/sources.list The file should only have this:
deb http://ftp.debian.org/debian bookworm main contrib deb http://ftp.