Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaotic-aur/docker-mirror
Scripted setup of a working Chaotic-AUR mirror using Docker 🐳
https://github.com/chaotic-aur/docker-mirror
chaotic-aur docker-compose mirror repository
Last synced: 5 days ago
JSON representation
Scripted setup of a working Chaotic-AUR mirror using Docker 🐳
- Host: GitHub
- URL: https://github.com/chaotic-aur/docker-mirror
- Owner: chaotic-aur
- Created: 2022-01-22T20:05:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T17:35:10.000Z (9 months ago)
- Last Synced: 2024-04-01T18:47:45.342Z (9 months ago)
- Topics: chaotic-aur, docker-compose, mirror, repository
- Language: XSLT
- Homepage: https://aur.chaotic.cx
- Size: 36.1 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - chaotic-aur/docker-mirror - Scripted setup of a working Chaotic-AUR mirror using Docker 🐳 (XSLT)
- awesome-starred - chaotic-aur/docker-mirror - Scripted setup of a working Chaotic-AUR mirror using Docker 🐳 (XSLT)
README
# Chaotic-AUR mirror Docker setup
This repo provides an easy to way to setup a new Chaotic-AUR mirror. This will deploy Syncthing for syncing the repo and Nginx as webserver.
The following steps need to be taken:
```
sudo pacman -Syu docker docker-compose
git clone https://github.com/chaotic-aur/docker-mirror.git
cd docker-mirror
sudo ./run
```
You will be asked for:
- A domain that will serve the mirror (needs to be setup prior to starting the process)
- Email address for obtaining a SSL certificateAfter that, docker-compose will fetch the needed containers. Syncthing will be available at port 8384 while the mirror can be reached using the domain name.
Syncthing devices need to be confirmed by us, so it might take some time for syncing to actually start.
Then, create a new issue at the [packages repo](https://github.com/chaotic-aur/packages/issues/new/choose) to have the mirror added to mirrorlist and geo-mirror.
Questions left? Feel free to create an issue or join the Telegram group to ask them! :)