GP3 boxfs (en)
- in Deutsch | - in English |
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.
Inhaltsverzeichnis
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. |
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