We should prepare the necessary information and configuration to get NetAlertX added to the official Raspberry Pi Imager list.
To do this, we need to submit an issue or PR to raspberrypi/rpi-imager. Based on previous successful requests (e.g. raspberrypi/rpi-imager#333, raspberrypi/rpi-imager#330, raspberrypi/rpi-imager#274), we need to provide a JSON snippet like the following:
{
"os_list": [
{
"name": "NetAlertX",
"description": "Network security scanner and device tracker.",
"icon": "https://raw.githubusercontent.com/netalertx/rpi-image/refs/heads/master/docs/img/NetAlertX_logo_notification.png",
"subitems_url": "https://raw.githubusercontent.com/netalertx/rpi-image/refs/heads/master/doc/json-schema/os-list-schema.json"
}
]
}
Action items:
- Create a 40x40 icon for NetAlertX to be displayed in the imager.
- Host a JSON file containing the actual image download links and metadata.
- Once those assets are ready, submit an issue to
raspberrypi/rpi-imager with the configuration so users can easily flash NetAlertX.
We should prepare the necessary information and configuration to get NetAlertX added to the official Raspberry Pi Imager list.
To do this, we need to submit an issue or PR to
raspberrypi/rpi-imager. Based on previous successful requests (e.g. raspberrypi/rpi-imager#333, raspberrypi/rpi-imager#330, raspberrypi/rpi-imager#274), we need to provide a JSON snippet like the following:{ "os_list": [ { "name": "NetAlertX", "description": "Network security scanner and device tracker.", "icon": "https://raw.githubusercontent.com/netalertx/rpi-image/refs/heads/master/docs/img/NetAlertX_logo_notification.png", "subitems_url": "https://raw.githubusercontent.com/netalertx/rpi-image/refs/heads/master/doc/json-schema/os-list-schema.json" } ] }Action items:
raspberrypi/rpi-imagerwith the configuration so users can easily flash NetAlertX.