FreedomBox 24.10 released

FreedomBox 24.10 has been released and uploaded to Debian unstable. Typically, the freedombox package will migrate to testing in 2 days, and then can be uploaded to stable-backports.

Highlights:

  • nextcloud: Enable app with experimental warning
  • minidlna: Add media directory selection form

Other Changes:

  • app, component: Add repair method
  • diagnostics: Add optional component_id to DiagnosticCheck
  • diagnostics: Change “Re-run setup” to “Try to repair”
  • letsencrypt: Re-obtain certificates during repair
  • letsencrypt: Remove unused imports
  • locale: Update translations for Chinese (Simplified), Chinese (Traditional), Czech, Spanish, Turkish
  • minidlna: Do not proxy minidlna web interface over Apache
  • minidlna: Explicitly include ssdp service to firewall configuration
  • minidlna: Restart app when upgrading to reconfigure firewall
  • nextcloud: Add fallback for when quadlet is not available
  • nextcloud: Allow re-running setup
  • nextcloud: Allow re-running setup when app is disabled
  • nextcloud: Create network using systemd generator
  • nextcloud: Drop network namespacing in container, use host network
  • nextcloud: Enable pretty URLs without /index.php in them
  • nextcloud: Implement enable/disable container
  • nextcloud: Populated and maintain a list of trusted domains
  • nextcloud: Pull the image separately before starting systemd unit
  • nextcloud: Restart container when dependent services are restarted
  • nextcloud: Ship instead of create cron timer related units
  • nextcloud: Use php-fpm container instead of apache container
  • nextcloud: Use systemd generator for creating container service
  • nextcloud: Wait on init sync lock
  • nextcloud: Warn that community provides the container not team
  • notification: Handle more formatting errors
  • setup: Add method to run app repair
  • storage: Add an option to include help text to directory selection form

The following people contributed to the git repository for this release:

  • Burak Yavuz
  • gallegonovato
  • James Valleroy
  • Jiří Podhorecký
  • Ray Kuo
  • Sunil Mohan Adapa
  • Veiko Aasa
  • 大王叫我来巡山
4 Likes

Thanks for the work and for the announcement.

What is that container and where does it come from?

The container is the nextcloud:stable-fpm image on Docker Hub. It is maintained by the Nextcloud community.