doc: manual: Fetch latest manual, remove non-existent images/pages

Remove all .raw.wiki files and images (except icons). Then fetch the latest
manual.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2020-09-14 23:19:35 -07:00
parent 4c9e5dbc24
commit 1b7349867e
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
97 changed files with 15 additions and 461 deletions

View File

@ -1,54 +0,0 @@
== File Sharing (Coquelicot) ==
=== About Coquelicot ===
Coquelicot is a "one-click" file sharing web application with a focus on protecting users' privacy. The basic principle is simple: users can upload a file to the server, in return they get a unique URL which can be shared with others in order to download the file. A download password can be defined.
After the upload you get a unique link that can be shared to your partners in order to
Read more about Coquelicot at [[https://coquelicot.potager.org/README|the Coquelicot README]]
'''Available since:''' version 0.24.0
=== When to use Coquelicot ===
Coquelicot is best used to quickly share a single file.
If you want to share a folder,
1. for a single use, compress the folder and share it over Coquelicot
2. which must be kept synchronized between computers, use [[../Syncthing|Syncthing]] instead
Coquelicot can only provide a reasonable degree of privacy. If anonymity is required, you should consider using the desktop application [[https://onionshare.org/|Onionshare]] instead.
Since Coquelicot fully uploads the file to the server, your !FreedomBox will incur both upload and download bandwidth costs. For very large files, consider sharing them using !BitTorrent by creating a private torrent file. If anonymity is required, use Onionshare. It is P2P and doesn't require a server.
=== Coquelicot on FreedomBox ===
With Coquelicot installed, you can upload files to your !FreedomBox server and privately share them.
Post installation, the Coquelicot page offers two settings.
1. '''Upload Password''': Coquelicot on !FreedomBox is currently configured to use simple password authentication for ease of use. Remember that it's one global password for this Coquelicot instance and not your user password for !FreedomBox. You need not remember this password. You can set a new one from the Plinth interface anytime.
2. '''Maximum File Size''': You can alter the maximum size of the file that can be transferred through Coquelicot using this setting. The size is in [[https://en.wikipedia.org/wiki/Mebibyte|Mebibytes]]. The maximum file size is only limited by the disk size of your !FreedomBox.
=== Privacy ===
Someone monitoring your network traffic might find out that some file is being transferred through your !FreedomBox and also possibly its size, but will not know the file name. Coquelicot encrypts files on the server and also fills the file contents with 0s when deleting them. This eliminates the risk of file contents being revealed in the event of your !FreedomBox being confiscated or stolen. The real risk to mitigate here is a third-party also downloading your file along with the intended recipient.
==== Sharing over instant messengers ====
Some instant messengers which have previews for websites might download your file in order to show a preview in the conversation. If you set the option of one-time download on a file, you might notice that the one download will be used up by the instant messenger. If sharing over such messengers, please use a download password in combination with a one-time download option.
==== Sharing download links privately ====
It is recommended to share your file download links and download passwords over encrypted channels. You can simply avoid all the above problems with instant messenger previews by using instant messengers that support encrypted conversations like Riot with [[../MatrixSynapse| Matrix Synapse]] or [[../ejabberd|XMPP]] (ejabberd server on !FreedomBox) with clients that support end-to-end encryption. Send the download link and the download password in two separate messages (helps if your messenger supports perfect forward secrecy like XMPP with OTR). You can also share your links over PGP-encrypted email using [[https://securityinabox.org/en/guide/thunderbird/linux/|Thunderbird]].
## END_INCLUDE
Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages.
<<Include(FreedomBox/Portal)>>
----
CategoryFreedomBox

View File

@ -1,6 +0,0 @@
{{{#!wiki caution
'''Deprecated Hardware'''
This hardware was supported earlier but is no longer supported. If you downloaded an earlier image and are running !FreedomBox on this hardware, you will keep getting software updates. You can stay secure and up-to-date. However, no new images will be provided for this hardware. It is recommended that you migrate to newer, supported hardware using backup and restore.
}}}

View File

@ -153,6 +153,7 @@ An alternative to copy to SD card command
{{{
$ cat freedombox-stable-free_buster_cubietruck-armhf.img > /dev/sdg ; sync
}}}
On MS Windows you will need a tool like ''etcher''.
On MacOS (OSX) you can use programs like ''balenaetcher'' and ''rosaimagewriter''.
@ -167,6 +168,11 @@ On MacOS (OSX) you can use programs like ''balenaetcher'' and ''rosaimagewriter'
1. Read (the rest of) the [[FreedomBox/Manual|Manual]] for instructions on how to use applications in !FreedomBox.
=== Troubleshooting ===
* Can't boot off your MicroSD card (and/or disk utilities like GPartEd report a missing/corrupt partition table).
You likely forgot or failed to extract the .img file with `xz -d` before writing it to your device (e.g. ''/dev/sdg'').
== Obtaining Source Code ==
!FreedomBox is fully [[https://www.gnu.org/philosophy/free-sw.html|free software]] and you can obtain the source code to study, modify and distribute improvements.

View File

@ -1,69 +0,0 @@
== DreamPlug ==
{{attachment:dreamplug.jpg|DreamPlug|width=640,height=425}}
<<Include(FreedomBox/Hardware/Deprecated)>>
[[https://www.globalscaletechnologies.com/t-dreamplugdetails.aspx|DreamPlug]] is the hardware for which !FreedomBox has been originally targeted. !FreedomBox images are built and tested for it. For using this device as !FreedomBox, a [[FreedomBox/Hardware/USBWiFi|USB WiFi device]] that does not require non-free firmware is recommended.
You can find more support and discussion for !DreamPlug on the [[http://www.plugcomputer.org/plugforum/|official forum]].
'''Recommendation:''' If you are using a board that uses SD cards, when you flash the FreedomBox image onto your SD card, we recommend that you use an SD card with at least 8GB of storage space.
=== Download ===
!FreedomBox SD card [[FreedomBox/Download|images]] for this hardware are available. Follow the instructions on the [[FreedomBox/Download|download]] page to create a !FreedomBox SD card and boot into !FreedomBox. See also instructions for using an [[FreedomBox/Hardware/DreamPlug/InternalMicroSD|internal micro-SD]] with !DreamPlug.
An alternative to downloading these images is to [[InstallingDebianOn/DreamPlug|install Debian]] on !DreamPlug and then [[FreedomBox/Hardware/Debian|install FreedomBox]] on it.
=== Networking ===
The network port towards the middle of the box, is configured by !FreedomBox to be an upstream Internet link. The remaining port is configured for a local computer to connect to.
=== Firmware ===
Note that the factory firmware configurations may vary between revisions of the hardware, and render some images incompatible. See the !DreamPlug [[InstallingDebianOn/DreamPlug/U-bootUpgradeFromUSB|firmware]] page for information on what images are compatible and how to update your !DreamPlug firmware.
=== Build Image ===
!FreedomBox images for this hardware can be built using [[FreedomBox/Maker|Freedom Maker]].
=== Testing ===
Instructions on how to [[FreedomBox/Hardware/DreamPlug/Testing|test]] this hardware are available.
=== Availability ===
* Price: 159 USD
* [[http://www.globalscaletechnologies.com/p-54-dreamplug-devkit.aspx|DreamPlug manufacturer]]
* Reseller [[http://www.spinifex.com.au/shop/|Spinifex]] in Australia
=== Hardware ===
* Open Hardware: No
* CPU: Marvell Kirkwood 88F6281 @ 1.2GHz
* RAM: 512MB 16bit DDR2-800 MHz
* Storage: 4 GB on board micro-SD
* Architecture: armel
* Ethernet: 2x 10/100/1000, RJ45
* !WiFi: [[https://origin-www.marvell.com/wireless/assets/8787.pdf|SD8787]], 802.11 b/g/n
* SATA: eSATA 2.0 port
=== Non-Free Status ===
* Non-free blobs required: built-in !WiFi
* !WiFi: no free !WiFi drivers + firmware available
* Works with stock Debian kernel: yes
=== Known Issues ===
* !WiFi does not work with free software. A separate [[FreedomBox/Hardware/USBWiFi|USB WiFi device]] is recommended.
## END_INCLUDE
<<Include(FreedomBox/Portal)>>
----
CategoryFreedomBox
!DreamPlug image is licensed under Creative Commons Attribution 2.5 Generic License by [[https://commons.wikimedia.org/wiki/File:Globalscale_DreamPlug_n01.jpg|Marie-Lan Nguyen]].

View File

@ -69,7 +69,8 @@ If your hardware is not listed above but you were able to get it working using t
This hardware was supported earlier but is no longer supported. If you downloaded an earlier image and are running !FreedomBox on one of these hardware, you will keep getting software updates. However, no new images will be provided for these hardware. It is recommended that you migrate to newer, supported hardware using backup and restore.
||<style="text-align: center;"> [[FreedomBox/Hardware/DreamPlug|{{attachment:dreamplug_thumb.jpg|DreamPlug|width=235,height=156}}]] <<BR>> [[FreedomBox/Hardware/DreamPlug|DreamPlug]] ||<style="text-align: center;"> [[FreedomBox/Hardware/RaspberryPi|{{attachment:raspberry_thumb.jpg|Raspberry Pi|width=235,height=158}}]] <<BR>> [[FreedomBox/Hardware/RaspberryPi|Raspberry Pi]] ||
* !DreamPlug
* Raspberry Pi
''Note'': ''Supported Hardware'' means that !FreedomBox images are built for said hardware and at least one developer has reported the basic functions to be working.

View File

@ -1,54 +0,0 @@
== Raspberry Pi Model B+ ==
{{attachment:raspberrypi.jpg|Raspberry Pi (Model B+)|width=640,height=429}}
<<Include(FreedomBox/Hardware/Deprecated)>>
[[http://www.raspberrypi.org/products/model-b-plus/|Raspberry Pi]] (Model B+) is a popular single board computer developed with the intention of promoting teaching of basic computer science in schools. !FreedomBox images are built and tested for it. For using this board as !FreedomBox, a [[FreedomBox/Hardware/USBWiFi|USB WiFi device]] that does not require non-free firmware is recommended.
''Note:'' The Debian architecture used for this device is `armel`. This means floating point computations are done in software and most operations are slower than what Raspberry Pi is capable of.
'''Recommendation:''' When you flash the FreedomBox image onto your SD card, we recommend that you use an SD card with at least 8GB of storage space.
=== Download ===
!FreedomBox SD card [[FreedomBox/Download|images]] for this hardware are available. Follow the instructions on the [[FreedomBox/Download|download]] page to create a !FreedomBox SD card and boot into !FreedomBox.
=== Build Image ===
!FreedomBox images for this hardware can be built using [[FreedomBox/Maker|Freedom Maker]].
=== Availability ===
* Price: 35 USD
* [[http://www.raspberrypi.org/products/model-b-plus/|List of official distributors]]
=== Hardware ===
* Open Hardware: No
* CPU: ARM1176JZF-S (ARMv6k) 700 MHz
* RAM: 512 MB
* Storage: MicroSD card slot
* Architecture: armel
* Ethernet: 10/100, RJ45
* !WiFi: None, use a [[FreedomBox/Hardware/USBWiFi|USB WiFi device]]
* SATA: None
=== Non-Free Status ===
* Non-free blobs required: boot firmware
* !WiFi: Not available
* Works with stock Debian kernel: No
=== Known Issues ===
* The Debian architecture used for this device is `armel`. This means floating point computations are done in software and generally most operations are slower than what Raspberry Pi is capable of.
## END_INCLUDE
<<Include(FreedomBox/Portal)>>
----
CategoryFreedomBox
Raspberry Pi image is licensed under Creative Commons Attribution-Share Alike 3.0 Unported license by [[https://commons.wikimedia.org/wiki/File:Raspberry_Pi_B%2B_top.jpg|Lucasbosch]].

View File

@ -39,5 +39,3 @@ Please do not expect any output on a monitor connected via HDMI to this device a
----
CategoryFreedomBox
Raspberry Pi 3 Model B+ image is licensed under Creative Commons Attribution-!ShareAlike 2.0 license by [[https://commons.wikimedia.org/wiki/File:Raspberry_Pi_3_B%2B_(39906369025).png|Gareth Halfacree]].

View File

@ -1241,7 +1241,7 @@ This is a bugfix release for 19.2.
== Version 0.2 (2014-03-16) ==
* Support for Raspberry Pi and !VirtualBox (x86) in addition to the [[/FreedomBox/Hardware/DreamPlug|DreamPlug]].
* Support for Raspberry Pi and !VirtualBox (x86) in addition to the !DreamPlug.
* New Services:
* Configuration Management UI.
* Instant Messaging.
@ -1258,7 +1258,7 @@ This is a bugfix release for 19.2.
* First !FreedomBox software release (0.1 image, developer release).
* Full hardware support in Debian
* Support for [[FreedomBox/Hardware/DreamPlug|DreamPlug]].
* Support for !DreamPlug.
* Basic software tools selected as common working environment:
* User interface system "plinth"
* Cryptography tools: gpg or "monkeysphere"

View File

@ -1,42 +0,0 @@
## page was renamed from FreedomBox/Manual/repro
#language en
~- [[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[es/FreedomBox/Manual/Repro|Español]] -~
<<TableOfContents()>>
## BEGIN_INCLUDE
== Repro (SIP Server) ==
{{{#!wiki caution
'''App removed'''
repro has been removed from Debian 10 (Buster), and therefore is no longer available in !FreedomBox.
}}}
## END_INCLUDE
repro is a server for SIP, a standard that enables Voice-over-IP calls. A desktop or mobile SIP client is required to use repro.
=== How to set up the SIP server ===
1. Configure the domain at /repro/domains.html on the !FreedomBox.
. {{attachment:repro_domains.png|Repro Domains|width=800}}
1. Add users at /repro/addUser.html.
. {{attachment:repro_users.png|Repro Users|width=800}}
1. Disable and re-enable the repro application in Plinth.
=== Port Forwarding ===
If your !FreedomBox is behind a router, you will need to set up port forwarding on your router. You should forward the following ports for repro:
* TCP 5060
* TCP 5061
* UDP 5060
* UDP 5061
Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages.
<<Include(FreedomBox/Portal)>>
----
CategoryFreedomBox

View File

@ -91,8 +91,6 @@
<<Include(FreedomBox/Hardware/RaspberryPi3B+, , to="## END_INCLUDE")>>
<<Include(FreedomBox/Hardware/RaspberryPi4B, , to="## END_INCLUDE")>>
<<Include(FreedomBox/Hardware/USBWiFi, , to="## END_INCLUDE")>>
<<Include(FreedomBox/Hardware/DreamPlug, , to="## END_INCLUDE")>>
<<Include(FreedomBox/Hardware/RaspberryPi, , to="## END_INCLUDE")>>
<<Include(FreedomBox/ReleaseNotes, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

View File

@ -1,50 +0,0 @@
== Compartición de Archivos (Coquelicot) ==
=== Acerca de Coquelicot ===
''Coquelicot'' es aplicación web para compartir archivos enfocada a proteger la privacidad de sus usuarios. El principio básico es simple: los usuarios pueden subir un archivo al servidor y a cambio reciben una URL única para descargarlo que se puede compartir con terceros. Además se puede establecer una contraseña para reforzar el acceso.
Más información acerca de Coquelicot en [[https://coquelicot.potager.org/README|su LEEME]]
'''Disponible desde:''' versión 0.24.0
=== Cuando usar Coquelicot ===
El mejor uso de Coquelicot es para compartir rápidamente un archivo suelto.
Si quieres compartir una carpeta...
* ...para usar y tirar, comprime la carpeta y compartela como archivo con Coquelicot
* ...que deba mantenerse sincronizada entre ordenadores usa mejor [[../Syncthing|Syncthing]]
Coquelicot también puede proporcionar un grado de privacidad razonable. Si se necesita anonimato mejor sopesas emplear la aplicación de escritorio [[https://onionshare.org/|Onionshare]].
Como Coquelicot carga todo el archivo al servidor tu !FreedomBox consumirá ancho de banda tanto para la subida como para la descarga. Para archivos muy grandes sopesa compartirlos creando un fichero !BitTorrent privado. Si se necesita anonimato usa Onionshare. Es P2P y no necesita servidor.
=== Coquelicot en FreedomBox ===
Con Coquelicot instalado puedes subir archivos a tu servidor !FreedomBox y compartirlos en privado.
Tras la instalación la página de Coquelicot ofrece 2 preferencias.
1. '''Contraseña de Subida''': Actualmente y por facilidad de uso Coquelicot está configurado en !FreedomBox para usar autenticación simple por contraseña. Recuerda que se trata de una contraseña global para esta instancia de Coquelicot y no tu contraseña de usuario para !FreedomBox. Tienes que acordarte de esta contraseña. Puedes establecer otra en cualquier momento desde el interfaz Plinth.
2. '''Tamaño Máximo de Archivo''': Puedes alterar el tamaño máximo de los archivos a transferir mediante Coquelicot usando esta preferencia. El tamaño se expresa en [[https://en.wikipedia.org/wiki/Mebibyte|Mebibytes]] y el máximo solo está limitado por el espacio en disco de tu !FreedomBox.
=== Privacidad ===
Alguien que monitorice tu tráfico de red podría averiguar que se está transfiriendo un archivo en tu !FreedomBox y posiblemente también su tamaño pero no sabrá su nombre. Coquelicot cifra los archivos en el servidor y sobrescribe los contenidos con 0s al borrarlos, eliminando el riesgo de que se desvelen los contenidos del fichero si tu !FreedomBox resultara confiscada o robada. El riesgo real que hay que mitigar es que además del destinatario legítimo un tercero también descargue tu fichero.
==== Compartir mediante mensajería instantánea ====
Algunas aplicaciones de mensajería instantánea con vista previa de sitios web podrían descargar tu fichero para mostrarla (su vista previa) en la conversación. Si configuras la opción de descarga única para un archivo podrías notar que la aplicación de mensajería consume la única descarga. Si compartes mediante estas aplicaciones usa una contraseña de descarga en combinación con la opción de descarga única.
==== Compartir en privado enlaces de descarga ====
Se recomienda compartir las contraseñas y los enlaces de descarga de tus archivos por canales cifrados. Puedes evitar todos los problemas anteriores con las vistas previas de la mensajería instantánea símplemente empleando aplicaciones de mensajería que soporten conversaciones cifradas como Riot con [[../MatrixSynapse| Matrix Synapse]] o [[../ejabberd|XMPP]] (servidor ejabberd en !FreedomBox) con clientes que soporten cifrado punto a punto. Envía la contraseña y el enlace de descarga separados en 2 mensajes distintos (ayuda que tu aplicación de mensajería soporte ''perfect forward secrecy'' como XMPP con OTR). También puedes compartir tus enlaces por correo electrónico cifrado con PGP usando [[https://securityinabox.org/en/guide/thunderbird/linux/|Thunderbird]].
## END_INCLUDE
Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]].
<<Include(es/FreedomBox/Portal)>>
----
CategoryFreedomBox

View File

@ -1,6 +0,0 @@
{{{#!wiki caution
'''Deprecated Hardware'''
This hardware was supported earlier but is no longer supported. If you downloaded an earlier image and are running !FreedomBox on this hardware, you will keep getting software updates. You can stay secure and up-to-date. However, no new images will be provided for this hardware. It is recommended that you migrate to newer, supported hardware using backup and restore.
}}}

View File

@ -1,69 +0,0 @@
== DreamPlug ==
{{attachment:dreamplug.jpg|DreamPlug|width=640,height=425}}
<<Include(FreedomBox/Hardware/Deprecated)>>
[[https://www.globalscaletechnologies.com/t-dreamplugdetails.aspx|DreamPlug]] is the hardware for which !FreedomBox has been originally targeted. !FreedomBox images are built and tested for it. For using this device as !FreedomBox, a [[FreedomBox/Hardware/USBWiFi|USB WiFi device]] that does not require non-free firmware is recommended.
You can find more support and discussion for !DreamPlug on the [[http://www.plugcomputer.org/plugforum/|official forum]].
'''Recommendation:''' If you are using a board that uses SD cards, when you flash the FreedomBox image onto your SD card, we recommend that you use an SD card with at least 8GB of storage space.
=== Download ===
!FreedomBox SD card [[FreedomBox/Download|images]] for this hardware are available. Follow the instructions on the [[FreedomBox/Download|download]] page to create a !FreedomBox SD card and boot into !FreedomBox. See also instructions for using an [[FreedomBox/Hardware/DreamPlug/InternalMicroSD|internal micro-SD]] with !DreamPlug.
An alternative to downloading these images is to [[InstallingDebianOn/DreamPlug|install Debian]] on !DreamPlug and then [[FreedomBox/Hardware/Debian|install FreedomBox]] on it.
=== Networking ===
The network port towards the middle of the box, is configured by !FreedomBox to be an upstream Internet link. The remaining port is configured for a local computer to connect to.
=== Firmware ===
Note that the factory firmware configurations may vary between revisions of the hardware, and render some images incompatible. See the !DreamPlug [[InstallingDebianOn/DreamPlug/U-bootUpgradeFromUSB|firmware]] page for information on what images are compatible and how to update your !DreamPlug firmware.
=== Build Image ===
!FreedomBox images for this hardware can be built using [[FreedomBox/Maker|Freedom Maker]].
=== Testing ===
Instructions on how to [[FreedomBox/Hardware/DreamPlug/Testing|test]] this hardware are available.
=== Availability ===
* Price: 159 USD
* [[http://www.globalscaletechnologies.com/p-54-dreamplug-devkit.aspx|DreamPlug manufacturer]]
* Reseller [[http://www.spinifex.com.au/shop/|Spinifex]] in Australia
=== Hardware ===
* Open Hardware: No
* CPU: Marvell Kirkwood 88F6281 @ 1.2GHz
* RAM: 512MB 16bit DDR2-800 MHz
* Storage: 4 GB on board micro-SD
* Architecture: armel
* Ethernet: 2x 10/100/1000, RJ45
* !WiFi: [[https://origin-www.marvell.com/wireless/assets/8787.pdf|SD8787]], 802.11 b/g/n
* SATA: eSATA 2.0 port
=== Non-Free Status ===
* Non-free blobs required: built-in !WiFi
* !WiFi: no free !WiFi drivers + firmware available
* Works with stock Debian kernel: yes
=== Known Issues ===
* !WiFi does not work with free software. A separate [[FreedomBox/Hardware/USBWiFi|USB WiFi device]] is recommended.
## END_INCLUDE
<<Include(FreedomBox/Portal)>>
----
CategoryFreedomBox
!DreamPlug image is licensed under Creative Commons Attribution 2.5 Generic License by [[https://commons.wikimedia.org/wiki/File:Globalscale_DreamPlug_n01.jpg|Marie-Lan Nguyen]].

View File

@ -69,7 +69,8 @@ Si tu hardware no esta en la lista anterior pero fuiste capaz de hacerlo funcion
Este hardware estuvo soportado anteriormente pero ya no. Si descargaste una imagen anterior y ejecutas !FreedomBox sobre algún hardware de estos, seguirás obteniendo actualizaciones de software. Sin embargo, no se publicarán imagenes nuevas. Se recomienda que migres a hardware nuevo y soportado generando una copia de seguridad y restaurándola.
||<style="text-align: center;"> [[FreedomBox/Hardware/DreamPlug|{{attachment:FreedomBox/Hardware/dreamplug_thumb.jpg|DreamPlug|width=235,height=156}}]] <<BR>> [[FreedomBox/Hardware/DreamPlug|DreamPlug]] ||<style="text-align: center;"> [[FreedomBox/Hardware/RaspberryPi|{{attachment:FreedomBox/Hardware/raspberry_thumb.jpg|Raspberry Pi|width=235,height=158}}]] <<BR>> [[FreedomBox/Hardware/RaspberryPi|Raspberry Pi]] ||
* !DreamPlug
* Raspberry Pi
''Nota'': ''Hardware soportado'' significa que las imágenes de !FreedomBox se construyen para este hardware y al menos un desarrollador ha informado que las funciones básicas funcionan.

View File

@ -31,7 +31,7 @@ La comunicación con tu !FreedomBox se puede asegurar de modo que se imposibilit
{{attachment:LetsEncrypt-NameServices.png|Let's Encrypt Name Services|width=800}}
1. Ve a la página de los Certificados (Let's Encrypt) y completa la instalación del modulo si hace falta. Entonces haz clic en el botón "Obtain" de tu nombre de dominio.
1. Ve a la página de los Certificados (Let's Encrypt) y completa la instalación del modulo si hace falta. Entonces haz clic en el botón "Obtener" de tu nombre de dominio.
* Tras algunos minutos estará disponible un certificado válido
{{attachment:LetsEncrypt.png|Let's Encrypt|width=800}}

View File

@ -1,54 +0,0 @@
== Raspberry Pi Model B+ ==
{{attachment:raspberrypi.jpg|Raspberry Pi (Model B+)|width=640,height=429}}
<<Include(FreedomBox/Hardware/Deprecated)>>
[[http://www.raspberrypi.org/products/model-b-plus/|Raspberry Pi]] (Model B+) is a popular single board computer developed with the intention of promoting teaching of basic computer science in schools. !FreedomBox images are built and tested for it. For using this board as !FreedomBox, a [[FreedomBox/Hardware/USBWiFi|USB WiFi device]] that does not require non-free firmware is recommended.
''Note:'' The Debian architecture used for this device is `armel`. This means floating point computations are done in software and most operations are slower than what Raspberry Pi is capable of.
'''Recommendation:''' When you flash the FreedomBox image onto your SD card, we recommend that you use an SD card with at least 8GB of storage space.
=== Download ===
!FreedomBox SD card [[FreedomBox/Download|images]] for this hardware are available. Follow the instructions on the [[FreedomBox/Download|download]] page to create a !FreedomBox SD card and boot into !FreedomBox.
=== Build Image ===
!FreedomBox images for this hardware can be built using [[FreedomBox/Maker|Freedom Maker]].
=== Availability ===
* Price: 35 USD
* [[http://www.raspberrypi.org/products/model-b-plus/|List of official distributors]]
=== Hardware ===
* Open Hardware: No
* CPU: ARM1176JZF-S (ARMv6k) 700 MHz
* RAM: 512 MB
* Storage: MicroSD card slot
* Architecture: armel
* Ethernet: 10/100, RJ45
* !WiFi: None, use a [[FreedomBox/Hardware/USBWiFi|USB WiFi device]]
* SATA: None
=== Non-Free Status ===
* Non-free blobs required: boot firmware
* !WiFi: Not available
* Works with stock Debian kernel: No
=== Known Issues ===
* The Debian architecture used for this device is `armel`. This means floating point computations are done in software and generally most operations are slower than what Raspberry Pi is capable of.
## END_INCLUDE
<<Include(FreedomBox/Portal)>>
----
CategoryFreedomBox
Raspberry Pi image is licensed under Creative Commons Attribution-Share Alike 3.0 Unported license by [[https://commons.wikimedia.org/wiki/File:Raspberry_Pi_B%2B_top.jpg|Lucasbosch]].

View File

@ -39,5 +39,3 @@ Please do not expect any output on a monitor connected via HDMI to this device a
----
CategoryFreedomBox
Raspberry Pi 3 Model B+ image is licensed under Creative Commons Attribution-!ShareAlike 2.0 license by [[https://commons.wikimedia.org/wiki/File:Raspberry_Pi_3_B%2B_(39906369025).png|Gareth Halfacree]].

View File

@ -1241,7 +1241,7 @@ This is a bugfix release for 19.2.
== Version 0.2 (2014-03-16) ==
* Support for Raspberry Pi and !VirtualBox (x86) in addition to the [[/FreedomBox/Hardware/DreamPlug|DreamPlug]].
* Support for Raspberry Pi and !VirtualBox (x86) in addition to the !DreamPlug.
* New Services:
* Configuration Management UI.
* Instant Messaging.
@ -1258,7 +1258,7 @@ This is a bugfix release for 19.2.
* First !FreedomBox software release (0.1 image, developer release).
* Full hardware support in Debian
* Support for [[FreedomBox/Hardware/DreamPlug|DreamPlug]].
* Support for !DreamPlug.
* Basic software tools selected as common working environment:
* User interface system "plinth"
* Cryptography tools: gpg or "monkeysphere"

View File

@ -1,42 +0,0 @@
## page was renamed from FreedomBox/Manual/repro
#language es
~- [[DebianWiki/EditorGuide#translation|Translation(s)]]: [[FreedomBox/Manual/Repro|English]] - Español -~
<<TableOfContents()>>
## BEGIN_INCLUDE
== Repro (Servidor SIP) ==
{{{#!wiki caution
'''App eliminada'''
Repro ha sido eliminada de Debian 10 (Buster) y por tanto ya no está disponible en !FreedomBox.
}}}
## END_INCLUDE
Repro es un servidor de SIP, un estándar para llamadas de voz sobre IP (VoIP). Se requiere un cliente SIP de escritorio o móvil para usar Repro.
=== Cómo configurar el servidor SIP ===
1. Configura el dominio en la página `/repro/domains.html` de la !FreedomBox.
. {{attachment:repro_domains.png|Repro Domains|width=800}}
1. Añade usuarios en `/repro/addUser.html`.
. {{attachment:repro_users.png|Repro Users|width=800}}
1. Deshabilita y vuelve a habilitar la aplicaión Repro en Plinth.
=== Redirección de Puertos ===
Si tu !FreedomBox estrá detrás de un router necesitarás configurar la redirección de puertos de tu router. Deberías redirigir los siguientes puertos para Repro:
* TCP 5060
* TCP 5061
* UDP 5060
* UDP 5061
Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]].
<<Include(es/FreedomBox/Portal)>>
----
CategoryFreedomBox

View File

@ -92,8 +92,6 @@
<<Include(FreedomBox/Hardware/RaspberryPi3B+, , to="## END_INCLUDE")>>
<<Include(FreedomBox/Hardware/RaspberryPi4B, , to="## END_INCLUDE")>>
<<Include(FreedomBox/Hardware/USBWiFi, , to="## END_INCLUDE")>>
<<Include(FreedomBox/Hardware/DreamPlug, , to="## END_INCLUDE")>>
<<Include(FreedomBox/Hardware/RaspberryPi, , to="## END_INCLUDE")>>
<<Include(FreedomBox/ReleaseNotes, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB