-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Currently, I'm trying to get my Alfred up and while doing so I'm running into issues (and still no success mowing the lawn). One thing that bogs me is the software handling process. For example, images are provided via HTTP (not HTTPS) or the update process via sunray doesn't work (get some cURL error). Also, the image provided on the preconfigured SD card was running a Linux 4.x kernel.
These things worry me from my software development background (software integrity, usability, etc.) and I want to help to make that better.
Having an APT repository a.k.a. Debian Repository for the Sunray software would improve these aspects. For example, there are ready made integrity checks and also improves the installation process.
I imaging that one should be able to take a stock RaspberryPI OS and adds an entry to the APT sources and the Sunray application can be installed and enabled with following commands:
# add the entry to APT sources
apt update
apt install sunray-alfred
systemctl enable sunray
systemctl start sunrayTo save one from maintaining the APT repo and hosting, one could use some GitHub actions and hosts it on GitHub pages (like shown here).
I'm willing to help in this process. Please, let me know what you think.