From bcc80df7072b53af7047907fef4243ebcb4cac9e Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 6 Jan 2025 15:08:57 +0100 Subject: [PATCH] nas related changes + some updates --- .nemo.json | 32 +++++++------------------------- .ssh/config | 16 ++++++++++++++++ bin | 2 +- 3 files changed, 24 insertions(+), 26 deletions(-) diff --git a/.nemo.json b/.nemo.json index c48fdb2..f14552b 100644 --- a/.nemo.json +++ b/.nemo.json @@ -10,13 +10,13 @@ "local_path": "/usr/data/dirk/local/mnt/scan" }, { - "name": "dirk@multimedia:/", + "name": "dirk@nas:/data/video", "prot": "ssh", "user": "dirk", - "remote_host": "multimedia", + "remote_host": "nas", "port": 22, - "remote_path": "/", - "local_path": "/usr/data/dirk/local/mnt/multimedia" + "remote_path": "/data/video", + "local_path": "/usr/data/dirk/local/mnt/nas/video" }, { "name": "root@mount-mockery.de:/", @@ -28,31 +28,13 @@ "local_path": "/usr/data/dirk/local/mnt/mount-mockery" }, { - "name": "dirk@OwnCloud", + "name": "dirk@NextCloud", "prot": "dav", "user": "dirk", - "remote_host": "https://owncloud.mount-mockery.de/", + "remote_host": "https://nextcloud.mount-mockery.de/", "port": 443, "remote_path": "remote.php/dav/files/dirk", - "local_path": "/usr/data/dirk/local/mnt/owncloud" - }, - { - "name": "dirk@alders:/data", - "prot": "ssh", - "user": "dirk", - "remote_host": "alders", - "port": 22, - "remote_path": "/data", - "local_path": "/usr/data/dirk/local/mnt/alders" - }, - { - "name": "webmaster@autismus-ufr.de:/", - "prot": "ssh", - "user": "webmaster@autismus-ufr.de", - "remote_host": "ssh.strato.de", - "port": 22, - "remote_path": "/", - "local_path": "/usr/data/dirk/data/autismus-ufr.de/sftp" + "local_path": "/usr/data/dirk/local/mnt/nextcloud" } ] diff --git a/.ssh/config b/.ssh/config index d693057..4dbf59a 100644 --- a/.ssh/config +++ b/.ssh/config @@ -15,6 +15,22 @@ Host ahorn_tmux RequestTTY yes RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh +Host nas + Port 22 + ForwardAgent yes + ForwardX11 yes + LocalForward 5900 localhost:5900 + +Host nas_tmux + Hostname nas + User dirk + Port 22 + ForwardAgent yes + ForwardX11 yes + LocalForward 5900 localhost:5900 + RequestTTY yes + RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh + Host alders_tmux HostName alders User dirk diff --git a/bin b/bin index aa5f642..9929539 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit aa5f64239833d57a32d10c7a37dfe83fa1df8f9d +Subproject commit 9929539860761a8af03d8e25443885e1d33e1058