Initial Experience with Ansible Automation Tool (Simulating Multi-Host with Docker)

Initial Experience with Ansible Automation Tool (Simulating Multi-Host with Docker)

Spent some time tinkering at home on Saturday; all processes below have been gradually experimented and implemented; This article is based on practical operations and organized with ChatGPT, aiming to help readers quickly master the practical methods of Ansible in a local environment simulating multi-hosts with Docker. Table of Contents Market Share and Value of … Read more

Installing and Deploying FileBrowser on Armbian Docker and Resolving Permission Issues

Installing and Deploying FileBrowser on Armbian Docker and Resolving Permission Issues

Abstract This article introduces the basic knowledge of FileBrowser, related documentation, and installation deployment. It analyzes errors through log analysis, locates errors using information from images and the host machine, resolves permission issues by modifying directory attributes, verifies the cause of errors, lists precautions when mounting volumes, and compares the differences between specified users and … Read more

A Blessing for Operations and Maintenance! Lightweight Ansible Web Management Panel

A Blessing for Operations and Maintenance! Lightweight Ansible Web Management Panel

❝ Are you still struggling with complex command-line operations? Are you still worried about managing servers in bulk? Today, I would like to introduce a super useful Ansible Web management panel that makes operations and maintenance as easy as ordering takeout! ❞ What is the Ansible Web Management Panel? The Ansible Web Management Panel is … Read more

How to Import Local Docker Images and Run Them on OpenWRT

How to Import Local Docker Images and Run Them on OpenWRT

Importing Local Images into OpenWRT This article takes the AX5’s QWRT as an example; other OpenWRT operations are similar. If there are inconsistencies, feel free to ask AI or similar resources. Uploading the Image Navigate to<span>System</span> ➥ <span>File Transfer</span>, select the local image, and click<span>Upload</span>: Uploading the Image This image is from the backup of … Read more

Free Ansible Web Management Panel Deployment Solutions (Comparison of Ansible AWX and Polemarch)

Free Ansible Web Management Panel Deployment Solutions (Comparison of Ansible AWX and Polemarch)

This is a free deployment solution for the Ansible Web management panel designed for beginners. After a comprehensive comparison of mainstream tools, I recommend two solutions: Ansible AWX (enterprise-level features) and Polemarch (lightweight and easy to use). Both solutions are based on Docker container deployment, reducing the difficulty of environment configuration. ⚖️ 1. Comparison of … Read more

Docker – Layering of Images – Creating a BusyBox Image

Docker - Layering of Images - Creating a BusyBox Image

Table of Contents Knowledge Point 1: Layering of Images Example: View Jenkins’s Dockerfile on Docker Hub Knowledge Point 2: Base Image Knowledge Point 3: Scratch Image What is a Scratch Image? Example: View BusyBox’s Dockerfile on Docker Hub Knowledge Point 4: Bootfs and Rootfs Knowledge Point 5: Why Does Docker Use This Layered Structure for … Read more

Essential for Home Servers! One-Click Deployment of Astro Service Panel

Essential for Home Servers! One-Click Deployment of Astro Service Panel

Essential for Home Servers! One-Click Deployment of Astro Service Panel Have you ever encountered the hassle of managing too many self-built services at home, forgetting port numbers, and dealing with chaotic management? Today, I bring you a super practical home network service panel, Astro, which allows for one-click deployment and easy management of all services! … Read more

ROS + OpenWRT Soft Router X86/64 Docker Deployment Guide

ROS + OpenWRT Soft Router X86/64 Docker Deployment Guide

*Content in the Submission Section comes from user contributions, and we will present the unique personalities of the contributors, as well as their feelings and enthusiasm for the platform. We welcome everyone to participate actively and receive 10,000 star wishes! (^_-) The following content is the main text The content today is relatively complex but … Read more

Home NAS + Private Cloud: What I Installed on My Home Server

Home NAS + Private Cloud: What I Installed on My Home Server

In mid-February, my QNAP NAS, which had been in service for nearly 10 years, suddenly became unresponsive, and after much effort, it was clear it could not be revived. After some research, I decided to repurpose an old Dell workstation T7820 that my previous company had discarded into a home server. The goal of this … Read more

Lessons Learned from Integrating ESP32 with a Self-Built Backend: OTA Address Configuration

Lessons Learned from Integrating ESP32 with a Self-Built Backend: OTA Address Configuration

1 Project Background I deployed the open-source project XiaoZhi Backend Service (replacing the official service <span>https://xiaozhi.me</span>) in a Windows + WSL2 Ubuntu 22.04 environment using Docker. The deployment success log is as follows: Key Objective: To integrate the self-built service with the ESP32 smart voice hardware, achieving OTA (Over-The-Air) firmware updates and WebSocket communication. 2 … Read more