diff --git a/Dockerfile b/Dockerfile index 8bb625c..cdb573b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN set -ex; \ fuse \ py3-llfuse \ jq +# TOOD: add further dependencies like e.g. nautilus and grsync and viewers like xterm, eog, gedit, onlyoffice-desktopeditors, vlc COPY startapp.sh /startapp.sh diff --git a/startapp.sh b/startapp.sh index 42c8176..d4a50db 100644 --- a/startapp.sh +++ b/startapp.sh @@ -1,3 +1,7 @@ #!/bin/bash -# exec /usr/bin/xterm +mkdir -p /tmp/borg +exec borg mount "$BORG_BACKUP_DIRECTORY" /tmp/borg +exec xterm +exec grsync +exec nautilus /tmp/borg