doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-10-07 20:37:36 -04:00
parent 22e0c52161
commit 70a92eb2f8
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
4 changed files with 68 additions and 12 deletions

View File

@ -23,12 +23,6 @@ This page describes the process of installing !FreedomBox on a Debian system. Cu
Installing !FreedomBox changes your Debian system in many important ways. This includes installing a firewall and regenerating server certificates. It is hence recommended that you install !FreedomBox on a fresh Debian installation instead of an existing setup.
}}}
{{{#!wiki caution
'''Console/GUI logins for non-admin users will be disabled'''
After !FreedomBox is fully setup, your system will no longer allow users not belonging to the ''admin'' group to log in to the system via console, secure shell (SSH) or graphical login. This behaviour can be disabled from the [[FreedomBox/Manual/Security|Security]] page. Use the administrator account created during !FreedomBox first boot for console logins and add further user accounts to ''admin'' group, if necessary.
}}}
=== Installing on Debian 12 (bookworm) or newer ===
Check the Troubleshooting section below, for any tips or workarounds that might help during the install.

View File

@ -8,6 +8,40 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 24.21 (2024-10-07) ==
=== Highlights ===
* django: Improve handling of file uploads
* nextcloud: Fix existing installs to upgrade properly
=== Other Changes ===
* action_utils: Fix missing parent folder when creating apt hold flag
* action_utils: Introduce utility to move uploaded files
* actions: Handle exceptions with Path-like objects
* featherwiki: Use new utility for handling uploads
* functional tests: Upgrade dependencies selenium and splinter
* kiwix: Don't leave invalid .zim in library after a failed attempt
* kiwix: Use new utility for handling uploads
* locale: Albanian: Fix build issue by correcting typo
* locale: Update translations for Albanian, Czech
* names: Don't control resolved daemon when package is not installed
* names: Don't hard depend on systemd-resolved
* names: Don't show resolver status if package is not installed
* names: Introduce method to check if resolved is installed
* names: Perform resolve diagnostics only if resolved is installed
* names: Schedule a task to install systemd-resolved when possible
* names: Try to install systemd-resolved during app setup
* networks: Disable DNS-over-TLS option if resolved is not installed
* networks: Don't show DNS-over-TLS when resolved is not installed
* nextcloud: During upgrade wait properly for upgrade to complete
* privacy: Disable DNS fallback option if resolved is not installed
* samba: Remove option to backup app
* storage: Skip tests that involve loopback device in a container
* tiddlywiki: Avoid writing duplicate temporary files
* transmission: tests: Fix functional test failures in Debian testing
== FreedomBox 24.20.1 (2024-09-25) ==
=== Highlights ===

View File

@ -23,12 +23,6 @@ This page describes the process of installing !FreedomBox on a Debian system. Cu
Installing !FreedomBox changes your Debian system in many important ways. This includes installing a firewall and regenerating server certificates. It is hence recommended that you install !FreedomBox on a fresh Debian installation instead of an existing setup.
}}}
{{{#!wiki caution
'''Console/GUI logins for non-admin users will be disabled'''
After !FreedomBox is fully setup, your system will no longer allow users not belonging to the ''admin'' group to log in to the system via console, secure shell (SSH) or graphical login. This behaviour can be disabled from the [[FreedomBox/Manual/Security|Security]] page. Use the administrator account created during !FreedomBox first boot for console logins and add further user accounts to ''admin'' group, if necessary.
}}}
=== Installing on Debian 12 (bookworm) or newer ===
Check the Troubleshooting section below, for any tips or workarounds that might help during the install.

View File

@ -8,6 +8,40 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 24.21 (2024-10-07) ==
=== Highlights ===
* django: Improve handling of file uploads
* nextcloud: Fix existing installs to upgrade properly
=== Other Changes ===
* action_utils: Fix missing parent folder when creating apt hold flag
* action_utils: Introduce utility to move uploaded files
* actions: Handle exceptions with Path-like objects
* featherwiki: Use new utility for handling uploads
* functional tests: Upgrade dependencies selenium and splinter
* kiwix: Don't leave invalid .zim in library after a failed attempt
* kiwix: Use new utility for handling uploads
* locale: Albanian: Fix build issue by correcting typo
* locale: Update translations for Albanian, Czech
* names: Don't control resolved daemon when package is not installed
* names: Don't hard depend on systemd-resolved
* names: Don't show resolver status if package is not installed
* names: Introduce method to check if resolved is installed
* names: Perform resolve diagnostics only if resolved is installed
* names: Schedule a task to install systemd-resolved when possible
* names: Try to install systemd-resolved during app setup
* networks: Disable DNS-over-TLS option if resolved is not installed
* networks: Don't show DNS-over-TLS when resolved is not installed
* nextcloud: During upgrade wait properly for upgrade to complete
* privacy: Disable DNS fallback option if resolved is not installed
* samba: Remove option to backup app
* storage: Skip tests that involve loopback device in a container
* tiddlywiki: Avoid writing duplicate temporary files
* transmission: tests: Fix functional test failures in Debian testing
== FreedomBox 24.20.1 (2024-09-25) ==
=== Highlights ===