GP3 boxfs (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
 
  |}
 
  |}
 
[[Datei:GP3 boxfs.png|right|thumb|400px|boxfs]]
 
[[Datei:GP3 boxfs.png|right|thumb|400px|boxfs]]
Mit dem <code>geminiboxfs</code> Plugin, könnt ihr euch mit der [http://de.wikipedia.org/wiki/Cloud-Computing Cloud] von [https://www.box.com/ box.com] verbinden. Für private Anwender sind '''5GB''' Speicherkapazität ohne Kosten nutzbar. Ein weiterer Vorteil ist, dass alles für Entwickler als OpenSource vorliegt.  
+
With the <code>geminiboxfs</code> Plugin, it's possible to connect with the [http://en.wikipedia.org/wiki/Cloud_computing Cloud] from [https://www.box.com/ box.com]. For a private user the free account offers '''5GB''' capacity. On top this is an OpenSource solution.  
  
 
== Installation ==
 
== Installation ==
Installiert das <code>geminiboxfs</code> Plugin via [[GP3 Addons|Addons]] im Blue Panel. Das Paket befindet sich in der Kategorie '''Gemini Plugins'''. Führt nach der Installationen einen [[Enigma2]] Neustart aus, oder startet die Dreambox neu. Alternativ kann das Plugin auch via [[Telnet]] oder [[SSH]] mit folgendem Befehl installiert werden.
+
Install the <code>geminiboxfs</code> Plugin via [[GP3 Addons|Addons]] in the Blue Panel. The package is in the category '''Gemini Plugins'''. After installing the plugin an [[Enigma2]] restart or reboot of the Dreambox is required. It's also possible to install the plugin via [[Telnet (en)]] or SSH with the following command.
 
<syntaxhighlight>
 
<syntaxhighlight>
 
opkg update && opkg install geminiboxfs
 
opkg update && opkg install geminiboxfs
Zeile 41: Zeile 41:
  
 
== Deinstallation ==
 
== Deinstallation ==
Deinstallation erfolgt über die Kategorie '''Gemini Plugins''' in den [[GP3 Addons|Addons]]. Wählt das <code>geminiboxfs</code> Plugin mit der {{Taste|OK}} Taste und startet die Deinstallation mit der {{Green|grünen}} Taste. Führt nach der Deinstallationen einen [[Enigma2]] Neustart aus, oder startet die Dreambox neu. Oder deinstalliert das Plugin via [[Telnet]] oder [[SSH]]:
+
Removing the plugin is done via [[GP3 Addons|Addons]]. In the category '''Gemini Plugins''' select <code>geminiboxfs</code> with the {{Taste|OK}} button and start the deinstallation with the {{Green|green}} button. After installing the plugin an [[Enigma2]] restart or reboot of the Dreambox is required. It's also possible to remove the plugin via [[Telnet (en)]] or SSH:
 
<syntaxhighlight>
 
<syntaxhighlight>
 
opkg remove geminiboxfs
 
opkg remove geminiboxfs

Version vom 26. Dezember 2012, 16:09 Uhr

Deutsch.png - in Deutsch English.png - in English
boxfs

With the geminiboxfs Plugin, it's possible to connect with the Cloud from box.com. For a private user the free account offers 5GB capacity. On top this is an OpenSource solution.

Installation

Install the geminiboxfs Plugin via Addons in the Blue Panel. The package is in the category Gemini Plugins. After installing the plugin an Enigma2 restart or reboot of the Dreambox is required. It's also possible to install the plugin via Telnet (en) or SSH with the following command.

opkg update && opkg install geminiboxfs

Bedienung

Benutzt die Beschreibung der folgenden Tabelle, um auf den box.com Account zuzugreifen.

Eingabe Beschreibung
Mountpunkt: Unter dem Eingestellten Pfad (Standardmässig /media/boxfs) werden die Daten von box.com bereitgestellt.
Nutzer: Benutzername des box.com Accounts eingeben.
Passwort: Passwort des box.com Accounts eingeben.
Passwort speichern?: Bei der Auswahl an, wird das Passwort für zukünftige box.com Zugriffe gespeichert. Bei aus muss es jedes mal eingegeben werden, damit mal auf die Cloud zugreifen kann.
grüne Taste einhängen Hängt die box.com Cloud in den eingestellten Mountpukt ein.
rote Taste aushängen Trennt die Verbindung zur Cloud.
Ambox notice.png In Verbindung mit dem geminiencfs Plugin, könnt ihr Daten in der Cloud von box.com verschlüsseln.

Deinstallation

Removing the plugin is done via Addons. In the category Gemini Plugins select geminiboxfs with the OK button and start the deinstallation with the green button. After installing the plugin an Enigma2 restart or reboot of the Dreambox is required. It's also possible to remove the plugin via Telnet (en) or SSH:

opkg remove geminiboxfs

Zugriff via Terminal

Ihr könnt auch auf Cloud via Telnet oder SSH zugreifen, z.B. für Testzwecke. Beachtet bitte, dass der Mountpunkt im Verzeichnis /media vorhanden sein muss. Der Befehl ist wie folgt:

boxfs -u Nutzer -p Passwort /media/Mountpunkt

Ausgehängt wird die Cloud mit folgendem Befehl:

umount /media/Mountpunkt