outdoorbits / little-backup-box

This software turns a single-board computer into a versatile, pocket-sized backup solution. Especially for digital photography, this is the solution for backing up images and media files on mass storage devices when traveling or at events. Media content can be viewed and rated for the subsequent process.
http://littlebackupbox.com
GNU General Public License v3.0
504 stars 103 forks source link

Comitup #119

Closed outdoorbits closed 3 years ago

outdoorbits commented 3 years ago

Added a installer for comitup (install-comitup.sh) to install and setup comitup. The comitup-ssid now is little-backup-box-nn where nn are two random digits. The two webservers for the webUI now are both services (webui80 and webui8000). comitup needs port 80, if it can't connect to a known wlan. In this case it acts as a wlan-host (ssid: little-backup-box-nn) and the comitup-webinterface listens on 10.42.0.1 (port 80) while webUI Port 80 is offline. The webUI is still reachable at 10.42.0.1:8000.

dmpop commented 3 years ago

Superseded by https://github.com/dmpop/little-backup-box/pull/122