doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2024-05-06 20:58:30 -04:00
parent 23592667f6
commit 97bebf1a1e
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
7 changed files with 96 additions and 5 deletions

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 24.10 (2024-05-06) ==
=== 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
== FreedomBox 24.9 (2024-04-22) ==
* action_utils, nextcloud: Make podman util more generic

View File

@ -59,7 +59,9 @@ snapshot = tgz
=== Enlaces externos ===
* Sitio web: https://git-scm.com
* Documentación de uso: https://git-scm.com/docs/gitweb
* Wiki de Debian: https://wiki.debian.org/CategoryGit
## END_INCLUDE

View File

@ -68,7 +68,9 @@ También se pueden instalar temas contribuidos por usuarios desde el Mercado de
=== Enlaces externos ===
* Sitio web: https://ikiwiki.info
* Mercado de temas: https://ikiwiki.info/theme_market/
* Documentación de uso: https://ikiwiki.info
* Foro de usuarios: https://ikiwiki.info/forum/
* Mercado de temas: https://ikiwiki.info/theme_market/
## END_INCLUDE

View File

@ -19,12 +19,18 @@ Si tu !FreedomBox está detras de un router necesitarás configurar la redirecci
* TCP 6523
=== Enlaces extenos ===
=== Enlaces externos ===
* Sitio web: https://gobby.github.io/libinfinity
* Software cliente para Gobby: https://gobby.github.io
* Wiki de Gobby: https://github.com/gobby/gobby/wiki
==== Aplicaciones Cliente ====
!FreedomBox recomienda algunas aplicaciones cliente. Selecciona su icono en la página de ''Aplicaciones'' y haz clic en el botón'''> Aplicaciones Cliente'''.
* El cliente principal de Infinoted se llama "Gobby: https://gobby.github.io
* Documentación de uso: https://github.com/gobby/gobby/wiki
* Wiki de Gobby: https://github.com/gobby/gobby/wiki
## END_INCLUDE
Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]].

View File

@ -46,7 +46,7 @@ Si tu !FreedomBox está detrás de un router y quieres conectarte a otros servid
* Sitio web: https://www.jsxc.org
* Documentación de uso: https://www.jsxc.org/manual.html
* Manual de !FreedomBox del servidor ejabberd: [[FreedomBox/Manual/ejabberd|https://wiki.debian.org/FreedomBox/Manual/ejabberd]]
* Manual de !FreedomBox del servidor ejabberd: [[es/FreedomBox/Manual/ejabberd|https://wiki.debian.org/es/FreedomBox/Manual/ejabberd]]
## END_INCLUDE

View File

@ -86,6 +86,13 @@ Si tu !FreedomBox está detrás de un router, necesitarás configurar la redirec
* Matrix en el wiki de Debian : https://wiki.debian.org/Matrix
* Video tutorial para instalar Matrix Synapse sobre una instancia en la nube: https://youtu.be/8snpMHHbymI
==== Aplicaciones cliente ====
!FreedomBox recomienda algunas aplicaciones cliente. Selecciona su icono en la página de ''Aplicaciones'' y haz clic en el botón'''> Aplicaciones Cliente'''.
* [[https://wiki.debian.org/Matrix#Clients|Software cliente para Matrix en el wiki de Debian]]
## END_INCLUDE
Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]].

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 24.10 (2024-05-06) ==
=== 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
== FreedomBox 24.9 (2024-04-22) ==
* action_utils, nextcloud: Make podman util more generic