doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2023-05-08 21:12:06 -04:00
parent d5dbf6b9fc
commit eb7bacd663
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
9 changed files with 146 additions and 21 deletions

View File

@ -31,7 +31,7 @@ After installation of !GitWeb, a new repository can be created. It can be marked
=== HTTP basic auth ===
!GitWeb on !FreedomBox currently supports HTTP remotes only. To avoid
!GitWeb on !FreedomBox currently supports HTTP(S) remotes only (i.e. not SSH). To avoid
having to enter the password each time you pull/push to the repository, you can
edit your remote to include the credentials.

View File

@ -160,8 +160,38 @@ All !FreedomBox disk images for different hardware is built by the project using
=== Status of Software Used ===
* All the software present in !FreedomBox images is from Debian repositories. There are some minor tweaks done by the [[FreedomBox/Maker|Freedom Maker]] script.
* All software present in the images is DFSG compliant free software except in case of Raspberry Pi images where the firmware package is non-free software.
* All images use the Linux kernel from Debian which is in turn based on the mainline Linux kernel.
* A few images include non-free firmware from Debian's '''non-free-firmware''' component (see [[Firmware]]). Other than firmware, all software present in the images is DFSG compliant free software. The table below lists the components included in each image. (Note: this work is in progress, planned for images built after Debian 12 (bookworm) release.)
|| '''Image''' || '''Includes main?''' || '''Includes non-free-firmware?''' || '''Non-free firmware included''' ||
|| 32-bit ARM (armhf) || (./) || || ||
|| 32-bit x86 (i386) || (./) || (./) || DebianPkg:amd64-microcode, DebianPkg:intel-microcode (see [[Microcode]]) ||
|| 64-bit ARM (arm64) || (./) || || ||
|| 64-bit x86 (amd64) || (./) || (./) || DebianPkg:amd64-microcode, DebianPkg:intel-microcode (see [[Microcode]]) ||
|| A20 OLinuXino Lime || (./) || || ||
|| A20 OLinuXino Lime 2 || (./) || || ||
|| A20 OLinuXino MICRO || (./) || || ||
|| Beagle Bone Black || (./) || || ||
|| Cubieboard 2 || (./) || || ||
|| Cubietruck (Cubieboard 3) || (./) || || ||
|| Lamobo R1 || (./) || || ||
|| !LeMaker Banana Pro || (./) || || ||
|| !LinkSprite pcDuino3S || (./) || || ||
|| Orange Pi Zero || (./) || || ||
|| PC Engines APU 1D || (./) || || ||
|| Pine A64 LTS || (./) || || ||
|| Pine A64+ || (./) || || ||
|| Pioneer Edition !FreedomBox || (./) || || ||
|| QEMU/KVM amd64 || (./) || || ||
|| QEMU/KVM i386 || (./) || || ||
|| Raspberry Pi 2 || (./) || (./) || DebianPkg:raspi-firmware ||
|| Raspberry Pi 3 Model B || (./) || (./) || DebianPkg:raspi-firmware, DebianPkg:firmware-brcm80211 ||
|| Raspberry Pi 3 Model B+ || (./) || (./) || DebianPkg:raspi-firmware, DebianPkg:firmware-brcm80211 ||
|| Raspberry Pi 4 Model B || (./) || (./) || DebianPkg:raspi-firmware, DebianPkg:firmware-brcm80211 ||
|| Rock64 || (./) || || ||
|| !RockPro64 || (./) || || ||
|| !VirtualBox for amd64 || (./) || || ||
|| !VirtualBox for i386 || (./) || || ||
## END_INCLUDE

View File

@ -8,6 +8,43 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 23.9 (2023-05-08) ==
=== Highlights ===
* transmission: Allow remote UIs to connect
* ttrss: Allow apps to use /tt-rss URL instead of separate one
=== Other Changes ===
* apache: Reload apache using component if config changes
* debian: Follows policy v4.6.2
* debian: Update copyright years
* doc/dev: Update copyright year
* help: Add information on obtaining source code
* locale: Update translations for Japanese
* mediawiki: Make a utility method public
* mediawiki: Make retrieving list of supported languages robust
* mediawiki: Simplify retrieving the default language
* minidlna: Resize icon and export to PNG also
* service: Remove reference to managed_services in a message
* storage: Handle mount error properly
* theme: Move icons to app folders
* tor: Check if Hidden service is version 3
* tor: Only diagnose relay ports if feature enabled
* tor: Rename Hidden service to Onion service
* transmission: Add Tremotesf to list of client apps
* ttrss: Don't show app in enabled list of apps if install fails
* ttrss: Update list of clients
* ttrss: Use the apache component to restart apache on config change
* uninstall: Fix issue with uninstall of apps that have no backup
* zoph: Don't fail at showing app view during uninstall
== FreedomBox 23.6.2 (2023-05-01) ==
* upgrades: Check apt result during dist-upgrade
* locale: Update translations for Bulgarian, Ukrainian
== FreedomBox 23.8 (2023-04-24) ==
=== Highlights ===

View File

@ -51,6 +51,10 @@ If your !FreedomBox is behind a router you optionally might want to set up port
TCP 51413 (or your configured ''peer listening'' port)
=== Using Remote Apps ===
In addition to using the web interface to control Transmission on !FreedomBox, desktop and mobile apps may also be used. List of tested clients and their platforms are listed on the app page in !FreedomBox web interface. When configuring these clients the URL to connect must be /transmission-remote/rpc and the port must be 443.
=== External Links ===
* Upstream projects:

View File

@ -75,17 +75,8 @@ If you decide to stay on an older release, you should check DebianReleases#Produ
Auto-update is recommended for most users. However if you want to do the update manually, here are some tips:
General:
* Take backups of your apps' data before performing the update.
* Create a system snapshot before you begin.
* Consider placing a temporary hold (using `apt-mark`) on the freedombox package, to prevent its removal when other packages are being updated. Remember to remove the hold later, so that `freedombox` package can be updated.
Updating from Debian 10 (Buster) to Debian 11 (Bullseye):
* If Searx is installed, after the package is updated, you will need to update its list of search engines.
* You may need to configure `grub-pc` package (using `dpkg-reconfigure`) so that it does not require to install `grub` again.
* You may need to remove the obsolete package `libgcc1`.
* Consider placing temporary holds on the following packages, and let !FreedomBox handle updating them later:
* `firewalld`, `mumble-server`, `radicale`, `roundcube-core`, `tt-rss`
## END_INCLUDE

View File

@ -164,6 +164,37 @@ Todas las imágenes de disco de !FreedomBox para hardware diferente las compila
* Todo el software de las imágenes !FreedomBox viene de los repositorios Debian. El script [[FreedomBox/Maker|Freedom Maker]] realiza ajustes menores.
* Todo el software de las imágenes es software libre que cumple la DFSG excepto en el caso de las imágenes para la Raspberry Pi en las que el paquete de firmware no es software libre.
* Todas las imágenes usan el kernel Linux de Debian que a su vez se basa en el kernel Linux principal.
* Varias imágenes incluyen firmware privativo del componente Debian '''non-free-firmware''' (Ver [[Firmware]]). Firmware aparte, todo software presente in las imagenes es libre y cumple con la DFSG. La tabla siguente lista los componentes incluídos en cada imagen. (Nota: esto es trabajo inacabado, planeado para imágenes construídas tras la publicación de Debian 12 (bookworm).)
|| '''Imagen''' || '''¿Incluye ''main''?''' || '''¿Incluye ''non-free-firmware''?''' || '''Firmware privativo incluído''' ||
|| 32-bit ARM (armhf) || (./) || || ||
|| 32-bit x86 (i386) || (./) || (./) || DebianPkg:amd64-microcode, DebianPkg:intel-microcode (Ver [[Microcode|Microcódigo]]) ||
|| 64-bit ARM (arm64) || (./) || || ||
|| 64-bit x86 (amd64) || (./) || (./) || DebianPkg:amd64-microcode, DebianPkg:intel-microcode (Ver [[Microcode|Microcódigo]]) ||
|| A20 OLinuXino Lime || (./) || || ||
|| A20 OLinuXino Lime 2 || (./) || || ||
|| A20 OLinuXino MICRO || (./) || || ||
|| Beagle Bone Black || (./) || || ||
|| Cubieboard 2 || (./) || || ||
|| Cubietruck (Cubieboard 3) || (./) || || ||
|| Lamobo R1 || (./) || || ||
|| !LeMaker Banana Pro || (./) || || ||
|| !LinkSprite pcDuino3S || (./) || || ||
|| Orange Pi Zero || (./) || || ||
|| PC Engines APU 1D || (./) || || ||
|| Pine A64 LTS || (./) || || ||
|| Pine A64+ || (./) || || ||
|| Pioneer Edition !FreedomBox || (./) || || ||
|| QEMU/KVM amd64 || (./) || || ||
|| QEMU/KVM i386 || (./) || || ||
|| Raspberry Pi 2 || (./) || (./) || DebianPkg:raspi-firmware ||
|| Raspberry Pi 3 Model B || (./) || (./) || DebianPkg:raspi-firmware , DebianPkg:firmware-brcm80211 ||
|| Raspberry Pi 3 Model B+ || (./) || (./) || DebianPkg:raspi-firmware , DebianPkg:firmware-brcm80211 ||
|| Raspberry Pi 4 Model B || (./) || (./) || DebianPkg:raspi-firmware , DebianPkg:firmware-brcm80211 ||
|| Rock64 || (./) || || ||
|| !RockPro64 || (./) || || ||
|| !VirtualBox for amd64 || (./) || || ||
|| !VirtualBox for i386 || (./) || || ||
## END_INCLUDE

View File

@ -8,6 +8,43 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 23.9 (2023-05-08) ==
=== Highlights ===
* transmission: Allow remote UIs to connect
* ttrss: Allow apps to use /tt-rss URL instead of separate one
=== Other Changes ===
* apache: Reload apache using component if config changes
* debian: Follows policy v4.6.2
* debian: Update copyright years
* doc/dev: Update copyright year
* help: Add information on obtaining source code
* locale: Update translations for Japanese
* mediawiki: Make a utility method public
* mediawiki: Make retrieving list of supported languages robust
* mediawiki: Simplify retrieving the default language
* minidlna: Resize icon and export to PNG also
* service: Remove reference to managed_services in a message
* storage: Handle mount error properly
* theme: Move icons to app folders
* tor: Check if Hidden service is version 3
* tor: Only diagnose relay ports if feature enabled
* tor: Rename Hidden service to Onion service
* transmission: Add Tremotesf to list of client apps
* ttrss: Don't show app in enabled list of apps if install fails
* ttrss: Update list of clients
* ttrss: Use the apache component to restart apache on config change
* uninstall: Fix issue with uninstall of apps that have no backup
* zoph: Don't fail at showing app view during uninstall
== FreedomBox 23.6.2 (2023-05-01) ==
* upgrades: Check apt result during dist-upgrade
* locale: Update translations for Bulgarian, Ukrainian
== FreedomBox 23.8 (2023-04-24) ==
=== Highlights ===

View File

@ -49,6 +49,10 @@ Si tu !FreedomBox está detras de un router quizá quieras mejorar la comunicaci
TCP 51413 (o el ''puerto de escucha de pares'' que tengas configurado en ''Transmission'')
=== Usar Apps Remotas ===
Para controlar Transmission en !FreedomBox, además del interfaz web se pueden usar aplicaciones móviles y de escritorio. En en interfaz web de !FreedomBox, en la página de la aplicación, se listan clientes probados y sus plataformas. Al configurar estos clientes la URL para conectar será `/transmission-remote/rpc` y el puerto '''443'''.
=== Enlaces externos ===
* Proyectos originales:

View File

@ -67,15 +67,6 @@ Para la mayoría de los usuarios se recomienda la autoactualización. Si no obst
General:
* Toma una instantánea del sistema antes de empezar.
* Considera retener provisionalmente el paquete `freedombox` (mediante `apt-mark`) para evitar que se elimine al actualizar otros paquetes. Recuerda quitar la retención cuando termines para que se pueda actualizar el paquete `freedombox`.
Actualizar desde Debian 10 (Buster) a Debian 11 (Bullseye):
* Si Searx está instalado, tras su actualización tendrás que actualizar su lista de motores de búsqueda.
* Quizá tengas que configurar el paquete `grub-pc` (mediante `dpkg-reconfigure`) para que no requiera reinstalar grub.
* Quizá tengas que eliminar el paquete obsoleto `libgcc1`.
* Considera retener provisionalmente los siguientes paquetes y dejar que !FreedomBox se encargue luego de actualizarlos:
* `firewalld`, `mumble-server`, `radicale`, `roundcube-core`, `tt-rss`
## END_INCLUDE