diff --git a/configs/mirrors.json b/configs/mirrors.json index 4dfabed..b0aded9 100644 --- a/configs/mirrors.json +++ b/configs/mirrors.json @@ -248,7 +248,9 @@ "page": "Distributions", "script": { "command": "./scripts/archvsync/bin/ftpsync", - "arguments": ["sync:all"], + "arguments": [ + "sync:all" + ], "syncs_per_day": 4 }, "official": true, @@ -351,7 +353,10 @@ "script": { "syncs_per_day": 4, "command": "./scripts/quick-fedora-mirror/quick-fedora-mirror", - "arguments": ["-c", "configs/quick-fedora-mirror.conf"] + "arguments": [ + "-c", + "configs/quick-fedora-mirror.conf" + ] }, "official": true, "homepage": "https://www.fedoraproject.org/", @@ -435,7 +440,9 @@ "script": { "syncs_per_day": 4, "command": "/bin/python3", - "arguments": ["scripts/kicad/kicad_sync.py"] + "arguments": [ + "scripts/kicad/kicad_sync.py" + ] }, "official": true, "homepage": "https://www.kicad.org", @@ -583,6 +590,22 @@ "icon": "img/projects/parrot.svg", "torrents": "/storage/parrot/iso/*/" }, + "photonvision": { + "name": "PhotonVision archives", + "page": "Software", + "rsync": { + "host": "maven.photonvision.org", + "src": "reposilite-data", + "dest": "/storage/photonvision", + "syncs_per_day": 1, + "options": "-avzrHy --no-perms --no-group --no-owner --ignore-errors --exclude \".~tmp~\" --exclude \"snapshots\"" + }, + "official": true, + "homepage": "https://photonvision.org/", + "color": "#006492", + "publicRsync": true, + "icon": "img/projects/photonvision.png" + }, "raspbian": { "name": "Raspbian", "page": "Distributions", @@ -852,4 +875,4 @@ "icon": "img/projects/zorin.svg" } } -} +} \ No newline at end of file diff --git a/static/img/projects/photonvision.png b/static/img/projects/photonvision.png new file mode 100644 index 0000000..775f475 Binary files /dev/null and b/static/img/projects/photonvision.png differ