|
@@ -4,7 +4,7 @@ A comprehensive APT mirror solution with a modern web interface, built with Dock
|
|
|
|
|
|
## ๐ Features
|
|
|
|
|
|
-- **APT Mirror**: Local Ubuntu package repository with automatic synchronization
|
|
|
+- **APT Mirror**: Local Ubuntu package repository with automatic synchronization using apt-mirror2 (Python/asyncio version) from PyPI
|
|
|
- **Web Interface**: web UI for all services
|
|
|
- **Multi-Host Setup**: Three distinct web services:
|
|
|
- `mirror.intra` - DEB packages repository
|
|
@@ -28,8 +28,9 @@ A comprehensive APT mirror solution with a modern web interface, built with Dock
|
|
|
โ UI APT Mirror Container โ
|
|
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
|
โ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โ
|
|
|
-โ โ nginx โ โ apt-mirror โ โ health-checkโ โ
|
|
|
+โ โ nginx โ โ apt-mirror2 โ โ health-checkโ โ
|
|
|
โ โ (web) โ โ (sync) โ โ (monitor) โ โ
|
|
|
+โ โ โ โ (Python) โ โ โ โ
|
|
|
โ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โ
|
|
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
|
โ mirror.intra โ admin.mirror.intra โ files.mirror.intra โ
|
|
@@ -109,7 +110,7 @@ The following directories are automatically created and mounted:
|
|
|
|
|
|
### APT Mirror Configuration
|
|
|
|
|
|
-The apt-mirror configuration is automatically generated and includes:
|
|
|
+The apt-mirror2 configuration is automatically generated and includes:
|
|
|
- Ubuntu 24.04 (Noble Numbat) repositories
|
|
|
- Debian 12 (Bookworm) repositories
|
|
|
- Main, restricted, universe, and multiverse components
|
|
@@ -282,6 +283,6 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
|
|
|
|
|
## ๐ Acknowledgments
|
|
|
|
|
|
-- [apt-mirror](https://github.com/apt-mirror/apt-mirror) - The APT mirroring tool
|
|
|
+- [apt-mirror2](https://gitlab.com/apt-mirror2/apt-mirror2) - The Python/asyncio APT mirroring tool from PyPI
|
|
|
- [nginx](https://nginx.org/) - Web server
|
|
|
- [Docker](https://docker.com/) - Containerization platform
|