Wie komme ich zum und ins LeineLab?

Das LeineLab findet Ihr über unsere Anfahrtsbeschreibungen. Die Eingangstüren zum LeineLab sind normalerweise verschlossen. Ist das LeineLab geöffnet (siehe Raumstatus in der Sidebar), so findet ihr nach dem Eintritt in die Halle die Blechbüchse des LeineLabs mit dem leuchtenden Logo. Daneben befindet sich die Tür, durch die ihr dann ins LeineLab gelangt.

Unsere Treffen findet ihr im Kalender und wir kündigen sie auch vorher auf unseren Social-Media-Kanälen an.

operating instructions

Various functions are available as part of the map.

mouse/touch operation
  • moving by grabbing the map with a mouse-click you can move the map around
  • overview map using the < button in the bottom right of the map you can expand an overview map
  • zooming in and out using the + and - buttons in the top left of the map you can obtain more or less detail in the map
  • switching themes or maps clicking on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
  • retrieving information the map may contain elements that contain more information, by clicking these a popup will show this information
  • fullscreen display using the ⛶ button the map can be maximized to fullscreen display, use the ▢ button to return to page display.
keyboard operation

Keyboard operation becomes available after activating the map using the tab key (the map will show a focus indicator ring).

  • moving using the arrow keys you can move the map
  • overview map using the + button in the bottom right of the map you can expand an overview map
  • zooming in and out using the + and - buttons in the top left of the map or by using the + and - keys you can obtain more or less detail in the map
  • switching themes or maps clicking on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
  • retrieving information the map may contain elements that contain more information, using the i key you can activate a cursor that may be moved using the arrow keys, pressing the enter will execute an information retrieval. press the i or the escape key to return to navigation mode
  • fullscreen display using the ⛶ button the map can be maximized to fullscreen display, use the ▢ button to return to page display.

It's possible that some of the functions or buttons describe above have been disabled by the page author or the administrator

 

Points of Interest
id symbol latitude longitude description
1 leinelab_marker 52.39335º 9.723º

LeineLab, Hüttenstraße 22b, 30165 Hannover
https://leinelab.org

Schließberechtigungen

Jedes Mitglied kann eine Schließberechtigung für das LeineLab beim Vorstand beantragen. Es gibt nur elektronische Schließberechtigungen, so kann die Berechtigung bei Austritt einfach wieder entzogen weden.

Zugang zum LeineLab per SSH

Der Zugang zum Lab selbst erfolgt per SSH-Key oder Bluetooth LE (App). Schließberechtigungen können so kurzfristig oder auch temporär erteilt werden.

Das *_LOCK WLAN ist insbesondere dann wichtig, wenn es ggf. einen Stromausfall geben sollte. Per USV funktioniert die Technik dann immer noch. Stellt sicher, dass ihr mit dem richtigen Netzwerk verbunden seid, über Freifunk kommt ihr nicht rein. Im _LOCK WLAN gibt's kein Internet, sondern nur SSH Zugang (und DHCP), allerdings auf einer anderen IP.

Werkstatt:

Der Fingerprint lautet:

192.168.0.15 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDHiZtr7SWv09HNY7arwS84PYCSfl2d9rrMsl/ap+bCRjz2XX58keIio1l27EsieNtXhVttOy85fZpLwtc71YmQ=

Beispiel-Config-Eintrag:

Host leinelab-aussentuer
    HostName 192.168.0.15
    User aussentuer-open # oder nur "open"
    IdentitiesOnly yes
    IdentityFile ~/.ssh/leinelab
Host leinelab-innentuer
    HostName 192.168.0.15
    User innentuer-open # oder "unlock"
    IdentitiesOnly yes
    IdentityFile ~/.ssh/leinelab
Host leinelab-close
    HostName 192.168.0.15
    User lab-close # oder "lock"
    IdentitiesOnly yes
    IdentityFile ~/.ssh/leinelab
Host nordstatt
    HostName 192.168.0.15
    User werkstatt-open
    IdentitiesOnly yes
    IdentitiyFile ~/.ssh/leinelab
Host nordstatt-close
    HostName 192.168.0.15
    User werkstatt-close
    IdentitiesOnly yes
    IdentityFile ~/.ssh/leinelab

Clients:

Kurzanleitung mit Termius

Key Generieren (einmalig):

Hosts Anlegen (eure eigentlichen Action-Buttons zum Auf- und Abschließen):

Label LeineLab Innentür Öffnen
IP or Hostname 192.168.0.15
Use SSH ☑️
Port 22 (standardmäßig eingetragen)
Username innentuer-open
Key Wählt hier den obig generierten Key aus
Label Username
LeineLab Innentür Öffnen innentuer-open
LeineLab Außentür Öffnen aussentuer-open
LeineLab Abschließen lab-close
Hütte Alarmanlage alarm
Nordstatt Öffnen werkstatt-open
Nordstatt Abschließen werkstatt-close

*Die Nutzung der Links hat den Vorteil, dass ihr diese URL als Deeplink nutzen könnt, bedeutet etwa Automatisierungen erstellen (beim Scannen des NFC-Tags öffne die URL für die Öffnung der Tür).

Ihr könnt natürlich auch andere Label vergeben, Hauptsache, ihr wisst was ihr drücken müsst um auf- bzw. abzuschließen. Um dann die jeweilige Aktion auszuführen, klickt einfach den entsprechenden Host an, stellt vorher aber natürlich sicher, dass ihr euch im internen Netzwerk befindet!

Viel Spaß im Lab!