Skip to content
notes:own:vision:com

notes:own:vision:com

…

  • 7-2-2026

    Deploying NaïveProxy on Akash Network with a Custom Domain

    DevOps, Docker, Proxy, Software

    NaïveProxy is a censorship-resistant forward proxy that uses Chromium’s network stack to make proxy traffic indistinguishable from ordinary Chrome browsing. Akash Network is a decentralized compute marketplace where you rent containers from independent providers instead of a centralized cloud vendor. This guide walks through the complete, tested path: building the server image, writing a working SDL, getting a lease, wiring up DNS-01 certificate issuance, and verifying everything actually works end to end — including the handful of gotchas that aren’t obvious from the docs alone. Architecture overview The server side of NaïveProxy is Caddy + the forwardproxy plugin (klzgrad’s “naive”…

    Read More

  • 7-1-2026

    Deploying Production-Grade 3x-ui on the Akash Network

    Blockchain, DevOps, Docker, Proxy, Software, VPN, Web

    The Architect’s Guide: Deploying 3x-ui on the Akash Supercloud (Post-BME) 1. What is Akash Network & Why is it the Best Solution for 3x-ui? Akash Network is a decentralized, peer-to-peer open-source cloud marketplace. Often referred to as the “Supercloud,” it allows anyone to buy and sell computing resources securely using a blockchain consensus layer. Why deploy 3x-ui here? 2. Wallets, Balances, and the BME Mechanism With the adoption of the Burn-Mint Equilibrium (BME) model, network deployments are no longer priced in volatile AKT. Instead, users burn their AKT to mint a stable, USD-pegged credit called ACT (Akash Compute Token). Creating…

    Read More

  • 6-29-2026

    Ultimate Guide: Multiplexing NaïveProxy, Caddy, and Nginx on Port 443 (Fixing “Unexpected EOF” and “Decode Error 562”)

    DevOps, Docker, Proxy, Software, VPN, Web

    To integrate Cloudflare into advanced Nginx multiplexed architecture Cloudflare dashboard should be configured to accommodate two completely different traffic behaviors: standard web traffic (which can be proxied by Cloudflare) and your NaïveProxy traffic (which must bypass Cloudflare’s CDN proxying to maintain raw HTTP/2 streams). DNS Record Configuration Subdomain Type Target IP Proxy Status (Cloudflare Toggle) Reason proxy.yourdomain.com A Server IP DNS Only (Gray Cloud) Critical: Cloudflare’s proxy network terminates HTTP/2 connections and does not allow the long-lived, raw HTTP/2 CONNECT tunnels required by NaïveProxy authelia.domain.com A or AAAA Server IP Proxied (Orange Cloud) Allowed. This enables Cloudflare DDoS protection, caching,…

    Read More

  • 5-20-2026

    Containerizing WordPress for Production: Security, Redis, and Next-Gen Images

    DevOps, Docker, Software, Web, Wordpress

    Moving WordPress to Docker requires more than just pulling the default image. If you want a production-grade environment that handles high traffic, serves next-generation images flawlessly, and traps potential security breaches in an isolated sandbox, you need a specialized architecture.This guide walks through building an enterprise-level WordPress Docker stack behind a global Nginx reverse proxy. We will cover implementing Redis object caching, integrating CompressX for WebP/AVIF delivery on bare metal, fixing WP-CLI, and automating dynamic Nginx logging. 1. The Architecture Strategy Before touching configuration files, it is crucial to understand why this stack is structured the way it is: 2.…

    Read More

  • 2-9-2026

    Create user from the WordPress backend.

    Software, Web, Wordpress

    In case of forgotten password this snippet can be used to create new user from WordPress backend. Insert code to functions.php of the used theme. But be careful to choose strong password and correct email. You are doing it on your own risk and responsibility.

    Read More

  • 10-23-2025

    Developing a WordPress Website in Docker 

    DevOps, Docker, Web, Wordpress

    eveloping a WordPress Website in Docker on a Remote Server (with Zed over SSH) When building a modern WordPress project, it’s often beneficial to separate development and execution environments. One effective setup is to run WordPress in Docker on a remote server while editing files locally via SSH using a capable editor like Zed. This workflow brings several advantages in performance, safety, and convenience. 1. Reduced Wear on Local SSDs When developing front-end assets like CSS and JavaScript, build tools such as Webpack, Vite, or Gulp can generate thousands of small read/write operations per rebuild. On laptops with SSDs, this…

    Read More

  • 5-2-2025

    PostgreSQL, pgAdmin

    DevOps, Docker, Software, Web

    Story about wiped out database or 2 lines of code. Lessons from a Wiped-Out Database: Building a Crypto Portfolio Tracker I’m currently working on a Crypto Portfolio Tracker — a personal project aimed at simplifying how I manage my crypto investments. Previously, I tracked transactions using NextCloud spreadsheets and custom macros to fetch real-time prices. However, this approach quickly became cumbersome. To streamline the process, I decided to build a Django application backed by a PostgreSQL database. After making solid progress, I deployed the app on my home server (Orange Pi 5) using Docker Compose. The initial deployment went smoothly,…

    Read More

  • 4-29-2025

    nginx proxy manager.

    DevOps, Docker, Web

    How to Securely Host Containers on a VPS with Nginx Proxy Manager and SSL When deploying multiple containers on your VPS, security should be your top priority. A crucial part of this is properly managing your domain and subdomain routing. While it’s possible to manually install Nginx and Certbot for SSL certificate generation, there’s a more user-friendly solution: use a containerized version of Nginx Proxy Manager (NPM) with a built-in dashboard and PostgreSQL for data storage. Key Setup Components: Create folder, cd into it and create two files docker-compose.yml and .env. Here is how to start/stop service: To access to…

    Read More

  • 4-29-2025

    Docker

    DevOps, Docker, Software

    Installing Docker on Ubuntu is pretty simple. First step is to setup Docker repository: Second, install the packages: Almost done. But at this point every docker command require sudo privileges. To be able to run without sudo requires add current user to docker group. More about it here. Done! Run test container:

    Read More

  • 2-16-2025

    WordPress. get_taxonomy()

    Web, Wordpress

    How to get taxonomy by: slug, id, name etc.

    Read More

Next→

Stay in the Loop

  • WordPress
  • X
  • YouTube

Copyright © 2026