doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2020-11-02 19:45:46 -05:00
parent a479b35c92
commit a41020b077
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
6 changed files with 80 additions and 1 deletions

View File

@ -38,7 +38,21 @@ If your !FreedomBox is behind a router, you will need to set up port forwarding
{{{
client
remote mybox.sds-ip.de 1194
remote mybox.freedombox.rocks 1194
proto udp
}}}
=== Troubleshooting ===
If your network doesn't support IPv6, you might have to remove the following line from your OpenVPN client configuration. This is especially in cases where your server supports IPv6 but client does not thus confusing the OpenVPN client on which protocol to use.
{{{
proto udp6
}}}
To connect via IPv4, ensure that the following line is present.
{{{
proto udp
}}}

View File

@ -10,6 +10,27 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 20.17 (2020-11-02) ==
=== Highlights ===
* locale: Add Chinese (Traditional) translation
* mediawiki: Add action to set domain name
* upgrades: Add a setting to enable dist upgrade
=== Other Changes ===
* apache: setup uwsgi by default
* backups: i18n: Mark form success messages for translation
* locale: Update translations for Danish, French, German, Italian, Norwegian Bokmål, Polish, Russian, Spanish, Swedish, Telugu, Turkish
* mediawiki: Ensure password file is not empty
* networks: css: Make button wider in network list
* networks: i18n: Mark string for translation on delete page
* networks: i18n: Mark various strings for translation
* notifications: i18n: Mark app names and extra data for translation
* package: i18n: Mark progress status strings for translation
* upgrades: Disable the option when not able to dist upgrade
== FreedomBox 20.16 (2020-10-19) ==
=== Highlights ===

View File

@ -65,6 +65,11 @@ This will generate a QR code that is readable by the mobile client.
The advantage of this approach is that there is no need to transfer sensitive information via data channels that can potentially be compromised and there is no need for any additional software.
=== External Links ===
* Website: https://www.wireguard.com
## END_INCLUDE
Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages.

View File

@ -42,6 +42,19 @@ remote tu.freedombox.org 1194
proto udp
}}}
=== Resolución de problemas ===
Si tu red no soporta IPv6 quizá tengas que eliminar la siguiente línea de la configuración del cliente OpenVPN. Especialmente en casos en los que tu servidor soporta IPv6 pero tu cliente no, lo que causa confusión en el cliente respecto a qué protocolo emplear.
{{{
proto udp6
}}}
Para conectar por IPv4, asegúrate de que la siguiente línea consta.
{{{
proto udp
}}}
=== Navegar por Internet tras conectar a una VPN ===
Tras conectar a la VPN el dispositivo cliente podrá navegar por Internet sin más configuración adicional. No obstante una pre-condición para que esto funcione es que necesitas tener al menos 1 interfaz (tarjeta) de red conectado a Internet en la zona ''Externa'' del cortafuegos. Usa la página de configuración de redes para editar la zona del cortafuegos con los interfaces (tarjetas) de red del dispositivo.

View File

@ -10,6 +10,27 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 20.17 (2020-11-02) ==
=== Highlights ===
* locale: Add Chinese (Traditional) translation
* mediawiki: Add action to set domain name
* upgrades: Add a setting to enable dist upgrade
=== Other Changes ===
* apache: setup uwsgi by default
* backups: i18n: Mark form success messages for translation
* locale: Update translations for Danish, French, German, Italian, Norwegian Bokmål, Polish, Russian, Spanish, Swedish, Telugu, Turkish
* mediawiki: Ensure password file is not empty
* networks: css: Make button wider in network list
* networks: i18n: Mark string for translation on delete page
* networks: i18n: Mark various strings for translation
* notifications: i18n: Mark app names and extra data for translation
* package: i18n: Mark progress status strings for translation
* upgrades: Disable the option when not able to dist upgrade
== FreedomBox 20.16 (2020-10-19) ==
=== Highlights ===

View File

@ -65,6 +65,11 @@ Esto generará un código QR legible desde el cliente móvil.
La ventaja de este enfoque es que no hay necesidad de software adicional ni de transferir información sensible a través de canales de datos que podrían estar comprometidos.
=== Enlaces externos ===
* Sitio web: https://www.wireguard.com
## END_INCLUDE
Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]].