WebAdmin (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „{|width="40%" |Bild:deutsch.png - in Deutsch |Bild:english.png - in English |} [[Datei:E2 Webadmin.png |right|thumb|4…“)
 
 
(34 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 4: Zeile 4:
 
  |}
 
  |}
 
[[Datei:E2 Webadmin.png |right|thumb|400px|WebAdmin]]
 
[[Datei:E2 Webadmin.png |right|thumb|400px|WebAdmin]]
Das <code>enigma2-plugin-extensions-webadmin</code> Plugin ist ein Webfrontend für die [[OPKG]] Paketverwaltung. Damit könnt ihr über das [[Webinterface]] der Dreambox, Pakete installieren, entfernen und viele weitere Funktionen ausführen. Insgesamt bietet das Plugin folgende Möglichkeiten:
+
The <code>enigma2-plugin-extensions-webadmin</code> Plugin is a web frontend for the [[OPKG (en)|OPKG]] or [[APT (en)|APT]] package manager. With the webadmin it's possible to install or remove packages, and many other functions over the [[Webinterface (en)|webinterface]] of the Dreambox. The plugin offers following functions:
  
* Anzeigen von allen verfügbaren Paketen.
+
* Display the available packages.
* Anzeigen von installierten Paketen.
+
* Display the installed packages.
* Anzeigen von aktualisierbaren Paketen.
+
* Display the upgradable packages.
* Upgrade der Dreambox durchführen.
+
* Search for packages.
* Einlesen der Paketlisten ([http://de.wikipedia.org/wiki/Repository#Software-Repository Softwarefeeds]).
+
* Upgrade the Dreambox.
* Installieren (Upload) von Paketen.
+
* Load the package lists ([http://en.wikipedia.org/wiki/Software_repository Softwarefeeds]).
* Bearbeiten von Softwarefeeds.
+
* Install (Upload) packages.
* Ausführen / Stoppen von Scripten in <code>/usr/script</code>.
+
* Edit software feeds.
* Öffnen eines Terminals.
+
* Upload, edit, execute and stop scripts from <code>/usr/script</code>.
 +
* Open a terminal.
  
 
== Installation / Deinstallation ==
 
== Installation / Deinstallation ==
Das <code>enigma2-plugin-extensions-webadmin</code> Plugin könnt ihr auf folgende Arten installieren / deinstallieren:
+
Use the following article for the installation / deinstallation of the plugin: <code>enigma2-plugin-extensions-webadmin</code>.
{{Hauptbeitrag|Installation eines .ipk-Files über die Erweiterungsverwaltung| - Kategorie: Netzwerk}}
+
{{Hauptbeitrag (en)|Installation of extensions (plugins){{!}}Installation of extensions|}}
{{Hauptbeitrag|Installation eines .ipk-Files über die Softwareverwaltung|}}
+
Restart [[Enigma2 (en)|Enigma2]] after the installation, or reboot the Dreambox.
{{Hauptbeitrag|OPKG| - Manuelle Installation eines .ipk-File}}
 
{{Hauptbeitrag|GP3 Addons| - Kategorie: Plugins (Extensions)}}
 
Führt nach der Installationen einen Neustart von [[Enigma2]] aus, oder startet die Dreambox neu.
 
  
== Webadmin öffnen ==
+
== Open Webadmin ==
Öffnet das [[Webinterface]] der Dreambox mit eurem Lieblingsbrowser. Klickt auf '''Extras''' und anschliessend auf den '''WebAdmin''' Link unter den WebPlugins. Alternativ könnt ihr direkt mit folgendem Link zugreifen:
+
Open the [[Webinterface (en)|webinterface]] of the Dreambox with the browser of your choice. Click on '''Extras''' and then the '''WebAdmin''' link in the list of WebPlugins. Alternatively you can enter one of the following links:
 
<syntaxhighlight>
 
<syntaxhighlight>
http://ip_der_box/webadmin
+
http://ip_of_the_box/webadmin
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
<syntaxhighlight>
 +
https://ip_der_box/webadmin
 +
</syntaxhighlight>
 +
 +
{{Hinweis|'''Package list not available'''<br />
 +
If the package list is not displayed, (<code>No Packages to Display</code>), the available memory is not sufficient. To fix this situation, create a swap partition or a [[GP3_Settings_Swap_(en)|swap file]].}}
  
== Bedienung ==
+
== Operation ==
Nach dem öffnen von WebAdmin, werden standardmässig alle installierten Pakete (List installed) angezeigt. Entfernen von einem Paket erfolgt über das rote Symbol [[Datei:WebAdmin minus.png|14px|text-top]]. Die weiteren Funktionen beschreibt die folgende Tabelle.
+
Once the WebAdmin is opened, the standard view with the lists of all installed packages (list installed) is displayed. Removing a package can be done by clicking the red symbol [[Datei:WebAdmin minus.png|14px|text-top]]. The other functions are listed in the following table.
  
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
! width="120"|Link
 
! width="120"|Link
! width="740"|Beschreibung
+
! width="740"|Description
 
|-  
 
|-  
 
| '''List all'''
 
| '''List all'''
| Zeigt alle auf dem [http://de.wikipedia.org/wiki/Repository#Software-Repository Softwarefeed] vorhandenen Pakete an. Installation eines Paketes erfolgt über das [[Datei:WebAdmin plus.png|14px|text-top]] Symbol, Deinstallation über das [[Datei:WebAdmin minus.png|14px|text-top]] Symbol.
+
| Displays all packages which are available on the [http://en.wikipedia.org/wiki/Software_repository Softwarefeed]. Installation of a package ist started by clicking the [[Datei:WebAdmin plus.png|14px|text-top]] symbol, removing by clicking the [[Datei:WebAdmin minus.png|14px|text-top]] symbol.
 
|-  
 
|-  
 
| '''List installed'''
 
| '''List installed'''
| Listet alle installierten Paketen auf. Deinstallieren könnt ihr ein Paket mit dem [[Datei:WebAdmin minus.png|14px|text-top]] Symbol.
+
| Displays all installed packages.Removing a package can be done by clicking the red symbol [[Datei:WebAdmin minus.png|14px|text-top]].
 
|-  
 
|-  
 
| '''List upgradable'''
 
| '''List upgradable'''
| Listet alle aktualisierbaren Paketen auf, die sich auf den Softwarefeeds befinden.
+
| Displays all upgradable packages on the feed.
 
|-  
 
|-  
 
| '''Update'''
 
| '''Update'''
| Aktualisieren der Paketliste.
+
| Reload the package list.
 
|-  
 
|-  
 
| '''Upgrade'''
 
| '''Upgrade'''
| Lädt alle aktualisierbaren Pakete herunter und installiert sie anschliessend.
+
| Downloads and installs the upgradable packages.
 
|-  
 
|-  
 
| '''Upload ipk'''
 
| '''Upload ipk'''
| Mit der Funktion könnt ihr ein Paket von euren Rechner hochladen und installieren.
+
| with this function you can upload and install a package from your computer.
 
|-  
 
|-  
 
| '''Settings'''
 
| '''Settings'''
| Ermöglicht das bearbeiten von Konfigurationsdateien (Softwarefeeds) in <code>/etc/opkg</code>. Mit dem Symbol [[Datei:WebAdmin minus.png|14px|text-top]] könnt ihr zudem Softwarefeeds deaktivieren, oder mit dem Symbol [[Datei:WebAdmin plus.png|14px|text-top]] wieder aktivieren.
+
| Offers the possibility to edit the config files (software feeds). With the symbol [[Datei:WebAdmin minus.png|14px|text-top]] the feed can be disabled, or enabled over [[Datei:WebAdmin plus.png|14px|text-top]].
 
|-  
 
|-  
 
| '''Scripts'''
 
| '''Scripts'''
| Mit der Funktion könnt ihr Skripte im Verzeichnis /usr/script starten, stoppen, oder ausführen. Hochladen von neuen Skripten ist auch möglich mit der Funktion '''Upload new *.sh'''.
+
| With this function the scripts in the directory /usr/script can be started, stopped or executed. Upload a new script is also possible over '''Upload new *.sh'''.
 
|-  
 
|-  
 
| '''Terminal'''
 
| '''Terminal'''
| Öffnet ein Terminal mit [[Telnet]] Zugriff auf die Dreambox.
+
| Opens a terminal with [[Telnet (en)|telnet]] access on the Dreambox.
 
|}
 
|}
  
{{IHAD|ID=167632}}
+
== Screenshots ==
 +
<gallery>
 +
Datei:Webadmin java terminal.png | Java Terminal
 +
Datei:Webadmin shellinabox terminal.png | Shellinabox Terminal
 +
Datei:Webadmin example.png | Actual web interface
 +
</gallery>
 +
 
 +
{{IHAD (en)|ID=167632}}
  
[[Kategorie:Plugins (Enigma2)]]
+
[[Kategorie:Enigma2 Plugins (en)]]

Aktuelle Version vom 29. November 2016, 20:19 Uhr

Deutsch.png - in Deutsch English.png - in English
WebAdmin

The enigma2-plugin-extensions-webadmin Plugin is a web frontend for the OPKG or APT package manager. With the webadmin it's possible to install or remove packages, and many other functions over the webinterface of the Dreambox. The plugin offers following functions:

  • Display the available packages.
  • Display the installed packages.
  • Display the upgradable packages.
  • Search for packages.
  • Upgrade the Dreambox.
  • Load the package lists (Softwarefeeds).
  • Install (Upload) packages.
  • Edit software feeds.
  • Upload, edit, execute and stop scripts from /usr/script.
  • Open a terminal.

Installation / Deinstallation

Use the following article for the installation / deinstallation of the plugin: enigma2-plugin-extensions-webadmin.

Hauptbeitrag.png see article: Installation of extensions

Restart Enigma2 after the installation, or reboot the Dreambox.

Open Webadmin

Open the webinterface of the Dreambox with the browser of your choice. Click on Extras and then the WebAdmin link in the list of WebPlugins. Alternatively you can enter one of the following links:

http://ip_of_the_box/webadmin
https://ip_der_box/webadmin
Ambox notice.png Package list not available

If the package list is not displayed, (No Packages to Display), the available memory is not sufficient. To fix this situation, create a swap partition or a swap file.

Operation

Once the WebAdmin is opened, the standard view with the lists of all installed packages (list installed) is displayed. Removing a package can be done by clicking the red symbol WebAdmin minus.png. The other functions are listed in the following table.

Link Description
List all Displays all packages which are available on the Softwarefeed. Installation of a package ist started by clicking the WebAdmin plus.png symbol, removing by clicking the WebAdmin minus.png symbol.
List installed Displays all installed packages.Removing a package can be done by clicking the red symbol WebAdmin minus.png.
List upgradable Displays all upgradable packages on the feed.
Update Reload the package list.
Upgrade Downloads and installs the upgradable packages.
Upload ipk with this function you can upload and install a package from your computer.
Settings Offers the possibility to edit the config files (software feeds). With the symbol WebAdmin minus.png the feed can be disabled, or enabled over WebAdmin plus.png.
Scripts With this function the scripts in the directory /usr/script can be started, stopped or executed. Upload a new script is also possible over Upload new *.sh.
Terminal Opens a terminal with telnet access on the Dreambox.

Screenshots

IhaD - Forum thread

To this article belongs the following thread in the IhaD-Forum.