Progress call: 17:00 UTC
- UI changes: noise background (sunil)
- Removing boxes that group UI elements
- Remove noise and background logos
- Card border will remain
- Question about tags search bar (James)
- Only visible when filtering by tags
- Can we make it always visible?
- Soon we can have search by keyword implemented and then we can make the search bar (along with tags) always on.
- Issue with firewall local protection and iptables/latest kernel (sunil)
Bug: https://salsa.debian.org/freedombox-team/freedombox/-/issues/2466
- Linux kernel 6.11 has this problem.
- firewalld calls ip6tables-restore which throws an error
- version 0 of the direct rules is used instead of version 1
- firewalld backend is nftables, but uses ip6tables-restore for custom rules
- iptables-restore doesn't fail
- paying the tech debt
- a migration script to drop all the direct rules from firewalld
- a custom script to load/drop our rules using a systemd service file.
- x86 NAS box with 2 HDDs
- 1 TB and 10 TB versions in RAID1 configuration
- Slow installation but quite a few apps running simultaneously
- Infrastructure funding
- Run demo server on a VPS from the Foundation
- Run functional tests on Sunil's local machine
- Compromise: Run functional tests only on the main branch with parallelization to bring the run time to a reasonable amount of time.
- Verify functional tests pass before making each release.
- Unstable setup issue
https://salsa.debian.org/freedombox-team/freedombox/-/issues/1169#note_534250
- Allow setup to complete if an older version of required package is installed.