2025-01-14 17:39:32 +01:00
|
|
|
# chimera.netig.net
|
|
|
|
|
|
|
|
Mirror served by Caddy.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Create directory :
|
|
|
|
```
|
2025-01-14 18:14:49 +01:00
|
|
|
# mkdir /srv/chimera.netig.net/public
|
2025-01-14 17:39:32 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
Manualy sync the repositories :
|
|
|
|
```
|
|
|
|
./sync.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
Then add this line into the host crontab with `crontab -e` to sync every hours :
|
|
|
|
```
|
|
|
|
# Mirror synchronization
|
2025-01-14 18:14:30 +01:00
|
|
|
0 */1 * * * /srv/chimera.netig.net/sync.sh
|
2025-01-14 17:39:32 +01:00
|
|
|
```
|