↧
update pinned docker containers
update pinned docker containers These are the latest versions upstream. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articletailscale setup UI
tailscale setup UI This is surprisingly ugly because tailscale up sits there and waits until the user logs in. That's a bit frustrating to deal with in Python, especially since we do need to parse its...
View Articleshow site name on homepage
show site name on homepage Also add smarter text for the MLAT feeder map. After all, we know if the user has privacy enabled or not :). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleadd extra args for tailscale
add extra args for tailscale Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleredesign the board name detection
redesign the board name detection The previous code was... slightly inane and this seems to be a much better approach. And this also takes virtualized x86 systems into account. Signed-off-by: Dirk...
View Articlemake sure that apt database is updated
make sure that apt database is updated Otherwise that install could fail. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleadd x86_64 DietPi image to the GitHub Actions
add x86_64 DietPi image to the GitHub Actions This can be used in virtualized environments like Proxmox. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articlerename variant for DietPi w/o separate /boot partition
rename variant for DietPi w/o separate /boot partition Calling this dietarmbian was kinda dumb. dietpi-root1 is far more logical. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleprepare the VM image for Proxmox installation
prepare the VM image for Proxmox installation Wrap it in a tar file with a script that will start a VM around it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articlebasic instructions for setting up under Proxmox
basic instructions for setting up under Proxmox Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleallow building images without WiFi support
allow building images without WiFi support The DietPi image for x86-64 VMs unsurprisingly doesn't have WiFi support. That causes the build to fail. Simply bail out if there are no WPA config files....
View Articlespeed up generation of the tar file
speed up generation of the tar file Using all threads and going with the speed optimization makes quite a difference. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleavoid non-printable characters in board name
avoid non-printable characters in board name This also moves the print_err() function into that same new util.py file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleadd handling of branches to feeder-update
add handling of branches to feeder-update Ensure that the branch stays included in the version info as well. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleimprove the PVE install script
improve the PVE install script I had dropped the network creation line somewhere. Also, instead of messing with raw images, convert to qcow2 and resize in that format. Signed-off-by: Dirk Hohndel...
View Articleremove IP address from README
remove IP address from README Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleadd hpradar as new aggregator
add hpradar as new aggregator Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articlecorrectly reflect which aggregators are enabled
correctly reflect which aggregators are enabled Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articleimprove setup for VM images
improve setup for VM images Make enough space so the user can run this for a while. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
View Articlebuild two different VM images
build two different VM images For Proxmox we need to include the shell script and provide a qcow2 image (we changed the image size to be 16G for x86_64, so we can't use a raw image). For VirtualBox /...
View Article
More Pages to Explore .....