GP3 boxfs (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
 
(3 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
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 / Deinstallation ==
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.
+
The <code>geminiboxfs</code> plugin can be installed / removed in different ways:
<syntaxhighlight>
+
{{Hauptbeitrag (en)|GP3 Addons (en){{!}}GP3 Addons| - Category: Gemini Plugins}}
opkg update && opkg install geminiboxfs
+
{{Hauptbeitrag (en)|WebAdmin (en){{!}}WebAdmin| - Package name: <code>geminiboxfs</code>}}
</syntaxhighlight>
+
{{Hauptbeitrag (en)|OPKG (en){{!}}OPKG| - Package name: <code>geminiboxfs</code>}}
 +
Restart [[Enigma2 (en)|Enigma2]] after the installation, or reboot the Dreambox.
  
== Bedienung ==
+
== Operation ==
Benutzt die Beschreibung der folgenden Tabelle, um auf den [https://www.box.com/ box.com] Account zuzugreifen.
+
The following list describes the usage of the [https://www.box.com/ box.com] account.
  
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
! width="180"|Eingabe
+
! width="180"|Parameter
! width="700"|Beschreibung
+
! width="700"|Description
 
|-  
 
|-  
| Mountpunkt:
+
| Mount point:
| Unter dem Eingestellten Pfad (Standardmässig <code>/media/boxfs</code>) werden die Daten von box.com bereitgestellt.
+
| The directory (standard <code>/media/boxfs</code>) where the files of box.com are mounted.
 
|-  
 
|-  
| Nutzer:
+
| User:
| Benutzername des box.com Accounts eingeben.
+
| User name of the box.com cccount.
 
|-  
 
|-  
| Passwort:
+
| Password:
| Passwort des box.com Accounts eingeben.
+
| Password of the box.com account.
 
|-  
 
|-  
| Passwort speichern?:
+
| Save password?:
| Bei der Auswahl {{Taste|an}}, wird das Passwort für zukünftige box.com Zugriffe gespeichert. Bei {{Taste|aus}} muss es jedes mal eingegeben werden, damit mal auf die Cloud zugreifen kann.  
+
| With the option {{Taste|on}}, the password is saved for future access of box.com. With {{Taste|off}} the password will be asked for every access of the Cloud.  
 
|-  
 
|-  
| {{Green|grüne}} Taste einhängen
+
| {{Green|green}} Button mount
| Hängt die box.com Cloud in den eingestellten Mountpukt ein.
+
| Mounts the box.com Cloud in the defined mount point.
 
|-  
 
|-  
| {{Red|rote}} Taste aushängen
+
| {{Red|red}} Button unmount
| Trennt die Verbindung zur Cloud.
+
| Unmounts the cloud.
 
|}
 
|}
  
{{Hinweis|In Verbindung mit dem <code>geminiencfs</code> Plugin, könnt ihr Daten in der Cloud von box.com verschlüsseln.}}
+
{{Hinweis|It's possible to encrypt the files in the cloud with the <code>geminiencfs</code> plugin.}}
 
 
== 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]]:
 
<syntaxhighlight>
 
opkg remove geminiboxfs
 
</syntaxhighlight>
 
  
== Zugriff via Terminal ==
+
== Access 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 <code>/media</code> vorhanden sein muss. Der Befehl ist wie folgt:
+
It's also possible to access the cloud via [[Telnet (en)]] or SSH, e.g. for testing. Keep in mind the mount point must be available in the directory <code>/media</code>. The command is:
 
<syntaxhighlight>
 
<syntaxhighlight>
boxfs -u Nutzer -p Passwort /media/Mountpunkt
+
boxfs -u User -p Password /media/MountPoint
 
</syntaxhighlight>
 
</syntaxhighlight>
Ausgehängt wird die Cloud mit folgendem Befehl:
+
Unmounting the cloud is done with:
 
<syntaxhighlight>
 
<syntaxhighlight>
 
umount /media/Mountpunkt
 
umount /media/Mountpunkt
 
</syntaxhighlight>
 
</syntaxhighlight>
 
[[Kategorie:GP3 (en)]]
 
[[Kategorie:GP3 (en)]]

Aktuelle Version vom 8. August 2013, 11:17 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 / Deinstallation

The geminiboxfs plugin can be installed / removed in different ways:

Hauptbeitrag.png see article: GP3 Addons - Category: Gemini Plugins
Hauptbeitrag.png see article: WebAdmin - Package name: geminiboxfs
Hauptbeitrag.png see article: OPKG - Package name: geminiboxfs

Restart Enigma2 after the installation, or reboot the Dreambox.

Operation

The following list describes the usage of the box.com account.

Parameter Description
Mount point: The directory (standard /media/boxfs) where the files of box.com are mounted.
User: User name of the box.com cccount.
Password: Password of the box.com account.
Save password?: With the option on, the password is saved for future access of box.com. With off the password will be asked for every access of the Cloud.
green Button mount Mounts the box.com Cloud in the defined mount point.
red Button unmount Unmounts the cloud.
Ambox notice.png It's possible to encrypt the files in the cloud with the geminiencfs plugin.

Access via Terminal

It's also possible to access the cloud via Telnet (en) or SSH, e.g. for testing. Keep in mind the mount point must be available in the directory /media. The command is:

boxfs -u User -p Password /media/MountPoint

Unmounting the cloud is done with:

umount /media/Mountpunkt