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]]
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.  
+
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 ==
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.
+
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.
  
 
== Operation ==
 
== Operation ==
Zeile 39: Zeile 40:
  
 
{{Hinweis|It's possible to encrypt the files in the cloud with the <code>geminiencfs</code> plugin.}}
 
{{Hinweis|It's possible to encrypt the files in the cloud with the <code>geminiencfs</code> plugin.}}
 
== Deinstallation ==
 
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>
 
opkg remove geminiboxfs
 
</syntaxhighlight>
 
  
 
== Access via Terminal ==
 
== Access via Terminal ==

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