From 6bff26dc78d942fcf8eb126f140310c0f5511c0e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 30 Nov 2020 18:34:46 -0500 Subject: [PATCH] doc: Fetch latest manual Signed-off-by: James Valleroy --- doc/manual/en/Backups.raw.wiki | 6 ++++++ doc/manual/en/Bind.raw.wiki | 6 ++++++ doc/manual/en/Cockpit.raw.wiki | 7 +++++++ doc/manual/en/LetsEncrypt.raw.wiki | 7 +++++++ doc/manual/en/Monkeysphere.raw.wiki | 6 ++++++ doc/manual/en/ReleaseNotes.raw.wiki | 17 +++++++++++++++++ doc/manual/es/Backups.raw.wiki | 6 ++++++ doc/manual/es/Bind.raw.wiki | 5 +++++ doc/manual/es/Cockpit.raw.wiki | 5 +++++ doc/manual/es/LetsEncrypt.raw.wiki | 6 ++++++ doc/manual/es/Monkeysphere.raw.wiki | 6 ++++++ doc/manual/es/ReleaseNotes.raw.wiki | 17 +++++++++++++++++ 12 files changed, 94 insertions(+) diff --git a/doc/manual/en/Backups.raw.wiki b/doc/manual/en/Backups.raw.wiki index 2a14e5f61..56a03dfaa 100644 --- a/doc/manual/en/Backups.raw.wiki +++ b/doc/manual/en/Backups.raw.wiki @@ -89,6 +89,12 @@ {{attachment:Backups_Step7_v49.png|Backups: Step 7|width=800}} +=== External links === + + * Upstream project: https://www.borgbackup.org + * User documentation: https://borgbackup.readthedocs.io/en/stable/ + + ## END_INCLUDE Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages. diff --git a/doc/manual/en/Bind.raw.wiki b/doc/manual/en/Bind.raw.wiki index f9719d8ef..ca2100013 100644 --- a/doc/manual/en/Bind.raw.wiki +++ b/doc/manual/en/Bind.raw.wiki @@ -12,6 +12,12 @@ Currently, on !FreedomBox, BIND is only used to resolve DNS queries for other ma Note: This service is available only on networks configured as "internal" zone. It is not available when connected via OpenVPN. + +=== External links === + + * Upstream project: https://www.isc.org/bind/ + + ## END_INCLUDE Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages. diff --git a/doc/manual/en/Cockpit.raw.wiki b/doc/manual/en/Cockpit.raw.wiki index 80282d2fd..29fa4321a 100644 --- a/doc/manual/en/Cockpit.raw.wiki +++ b/doc/manual/en/Cockpit.raw.wiki @@ -119,6 +119,13 @@ https://exampletorhs.onion/_cockpit/ The reason for this behaviour is that Cockpit uses !WebSockets to connect to the backend server. Cross site requests for !WebSockets must be prevented for security reasons. To implement this, Cockpit maintains a list of all domains from which requests are allowed. !FreedomBox automatically configures this list whenever you add or remove a domain. However, since we can't rely on IP addresses, they are not added by !FreedomBox to this domain list. You can see the current list of allowed domains, as managed by !FreedomBox, in ''/etc/cockpit/cockpit.conf''. You may edit this, but do so only if you understand web security consequences of this. + +=== External links === + + * Upstream project: https://cockpit-project.org + * User documentation: https://cockpit-project.org/guide/latest/ + + ## END_INCLUDE Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages. diff --git a/doc/manual/en/LetsEncrypt.raw.wiki b/doc/manual/en/LetsEncrypt.raw.wiki index 2da627ea8..3715f0e46 100644 --- a/doc/manual/en/LetsEncrypt.raw.wiki +++ b/doc/manual/en/LetsEncrypt.raw.wiki @@ -47,6 +47,13 @@ The certificate is valid for 3 months. It is renewed automatically and can also With running ''diagnostics'' the certificate can also be verified. + +=== External links === + + * Upstream project: https://letsencrypt.org + * User documentation: https://letsencrypt.org/docs/ + + ## END_INCLUDE Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages. diff --git a/doc/manual/en/Monkeysphere.raw.wiki b/doc/manual/en/Monkeysphere.raw.wiki index 6a74484f4..2baa48dec 100644 --- a/doc/manual/en/Monkeysphere.raw.wiki +++ b/doc/manual/en/Monkeysphere.raw.wiki @@ -13,6 +13,12 @@ With Monkeysphere, an OpenPGP key can be generated for each configured domain se Monkeysphere can also generate an OpenPGP key for each Secure Web Server (HTTPS) certificate installed on this machine. The OpenPGP public key can then be uploaded to the OpenPGP keyservers. Users accessing the web server through HTTPS can verify that they are connecting to the correct host. To validate the certificate, the user will need to install some software that is available on the [[https://web.monkeysphere.info/download/|Monkeysphere website]]. +=== External links === + + * Upstream project: http://web.monkeysphere.info + * User Documentation: http://web.monkeysphere.info/doc/ + + ## END_INCLUDE Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages. diff --git a/doc/manual/en/ReleaseNotes.raw.wiki b/doc/manual/en/ReleaseNotes.raw.wiki index 13677d905..675d42d84 100644 --- a/doc/manual/en/ReleaseNotes.raw.wiki +++ b/doc/manual/en/ReleaseNotes.raw.wiki @@ -10,6 +10,23 @@ 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.19 (2020-11-30) == + +=== Highlights === + + * openvpn: Create user group "vpn" + * upgrades: Add first boot step to run initial update + +=== Other Changes === + + * bepasty: Apply translation to autogenerated comments + * locale: Update translations for Bengali, Dutch, German, Spanish + * networks: Apply translation to a tooltip + * samba: Show toggle buttons and share names + * snapshots: Translate snapshot types (field description) + * upgrades: Fix sources list for dist upgrade from buster + * upgrades: Hold freedombox package during dist upgrade + == FreedomBox 20.18.1 (2020-11-23) == * locale: Update translations for Dutch, French, German, Italian, Norwegian Bokmål, Spanish, Swedish, Turkish diff --git a/doc/manual/es/Backups.raw.wiki b/doc/manual/es/Backups.raw.wiki index 273473037..c7e1ce791 100644 --- a/doc/manual/es/Backups.raw.wiki +++ b/doc/manual/es/Backups.raw.wiki @@ -85,6 +85,12 @@ {{attachment:Backups_Step6_es_v02.png|Backups: Paso 6|width=800}} +=== Enlaces externos === + + * Proyecto original: https://www.borgbackup.org + * Documentación de uso: https://borgbackup.readthedocs.io/en/stable/ + + ## END_INCLUDE Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]]. diff --git a/doc/manual/es/Bind.raw.wiki b/doc/manual/es/Bind.raw.wiki index b4595f801..5bebfb5a8 100644 --- a/doc/manual/es/Bind.raw.wiki +++ b/doc/manual/es/Bind.raw.wiki @@ -13,6 +13,11 @@ Actualmente en !FreedomBox BIND solo se usa para resolver consultas DNS de otras Nota: Este servicio solo está disponible en redes configuradas como zona "interna". Tampoco está disponble a través de OpenVPN (es incompatible). +=== Enlaces externos === + + * Proyecto original: https://www.isc.org/bind/ + + ## END_INCLUDE Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]]. diff --git a/doc/manual/es/Cockpit.raw.wiki b/doc/manual/es/Cockpit.raw.wiki index edae7cd34..1bc7a6ed0 100644 --- a/doc/manual/es/Cockpit.raw.wiki +++ b/doc/manual/es/Cockpit.raw.wiki @@ -120,6 +120,11 @@ https://exampletorhs.onion/cockpit/ La razón para este comportamiento es que Cockpit emplea !WebSockets para conectar con el servidor de ''backend''. Por seguridad se deben evitar las peticiones a !WebSockets con servidores cruzados. Para implementar esto Cockpit maintiene una lista de todos los dominios desde los que se admiten peticiones. !FreedomBox configura automaticamente esta lista cuando añades o borras un dominio. Sin embargo, como no podemos fiarnos de las direcciones IP, !FreedomBox no las añade a esta lista. Puedes mirar la lista actual de dominios aceptados administrada por !FreedomBox en ''/etc/cockpit/cockpit.conf''. Puedes editarla pero hazlo solo si comprendes sus consecuencias para la seguridad web. +=== Enlaces externos === + + * Proyecto original: https://cockpit-project.org + * Documentación de uso: https://cockpit-project.org/guide/latest/ + ## END_INCLUDE Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]]. diff --git a/doc/manual/es/LetsEncrypt.raw.wiki b/doc/manual/es/LetsEncrypt.raw.wiki index 47dd346bf..2421051dd 100644 --- a/doc/manual/es/LetsEncrypt.raw.wiki +++ b/doc/manual/es/LetsEncrypt.raw.wiki @@ -47,6 +47,12 @@ El certificado es válido por 3 meses. Se renueva automáticamente y también se Ejecutando ''diagnostics'' se puede también verificar el certificado. +=== Enlaces externos === + + * Proyecto original: https://letsencrypt.org + * Documentación de uso: https://letsencrypt.org/docs/ + + ## END_INCLUDE Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]]. diff --git a/doc/manual/es/Monkeysphere.raw.wiki b/doc/manual/es/Monkeysphere.raw.wiki index 5dc0ee85b..052abe166 100644 --- a/doc/manual/es/Monkeysphere.raw.wiki +++ b/doc/manual/es/Monkeysphere.raw.wiki @@ -13,6 +13,12 @@ Con Monkeysphere se puede generar una clave ''OpenPGP'' para cada dominio config Monkeysphere también puede generar una clave OpenPGP para cada certificado de servidor web seguro (HTTPS) instalado en esta máquina. La clave pública OpenPGP se puede subir entonces a los servidores de claves OpenPGP. Los usuarios que se conecten mediante HTTPS podrán verificar que se están conectando a la máquina correcta. Para validar el certificado el usuario deberá instalar cierto software disponible en el [[https://web.monkeysphere.info/download/|sitio web de Monkeysphere]]. +=== Enlaces externos === + + * Proyecto original: http://web.monkeysphere.info + * Documentación de uso: http://web.monkeysphere.info/doc/ + + ## END_INCLUDE Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]]. diff --git a/doc/manual/es/ReleaseNotes.raw.wiki b/doc/manual/es/ReleaseNotes.raw.wiki index 13677d905..675d42d84 100644 --- a/doc/manual/es/ReleaseNotes.raw.wiki +++ b/doc/manual/es/ReleaseNotes.raw.wiki @@ -10,6 +10,23 @@ 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.19 (2020-11-30) == + +=== Highlights === + + * openvpn: Create user group "vpn" + * upgrades: Add first boot step to run initial update + +=== Other Changes === + + * bepasty: Apply translation to autogenerated comments + * locale: Update translations for Bengali, Dutch, German, Spanish + * networks: Apply translation to a tooltip + * samba: Show toggle buttons and share names + * snapshots: Translate snapshot types (field description) + * upgrades: Fix sources list for dist upgrade from buster + * upgrades: Hold freedombox package during dist upgrade + == FreedomBox 20.18.1 (2020-11-23) == * locale: Update translations for Dutch, French, German, Italian, Norwegian Bokmål, Spanish, Swedish, Turkish