Browse Source

nas related changes + some updates

master
Dirk Alders 3 days ago
parent
commit
bcc80df707
3 changed files with 24 additions and 26 deletions
  1. 7
    25
      .nemo.json
  2. 16
    0
      .ssh/config
  3. 1
    1
      bin

+ 7
- 25
.nemo.json View File

10
         "local_path": "/usr/data/dirk/local/mnt/scan"
10
         "local_path": "/usr/data/dirk/local/mnt/scan"
11
     },
11
     },
12
     {
12
     {
13
-        "name": "dirk@multimedia:/",
13
+        "name": "dirk@nas:/data/video",
14
         "prot": "ssh",
14
         "prot": "ssh",
15
         "user": "dirk",
15
         "user": "dirk",
16
-        "remote_host": "multimedia",
16
+        "remote_host": "nas",
17
         "port": 22,
17
         "port": 22,
18
-        "remote_path": "/",
19
-        "local_path": "/usr/data/dirk/local/mnt/multimedia"
18
+        "remote_path": "/data/video",
19
+        "local_path": "/usr/data/dirk/local/mnt/nas/video"
20
     },
20
     },
21
     {
21
     {
22
         "name": "root@mount-mockery.de:/",
22
         "name": "root@mount-mockery.de:/",
28
         "local_path": "/usr/data/dirk/local/mnt/mount-mockery"
28
         "local_path": "/usr/data/dirk/local/mnt/mount-mockery"
29
     },
29
     },
30
     {
30
     {
31
-        "name": "dirk@OwnCloud", 
31
+        "name": "dirk@NextCloud", 
32
         "prot": "dav", 
32
         "prot": "dav", 
33
         "user": "dirk", 
33
         "user": "dirk", 
34
-        "remote_host": "https://owncloud.mount-mockery.de/", 
34
+        "remote_host": "https://nextcloud.mount-mockery.de/", 
35
         "port": 443, 
35
         "port": 443, 
36
         "remote_path": "remote.php/dav/files/dirk",
36
         "remote_path": "remote.php/dav/files/dirk",
37
-        "local_path": "/usr/data/dirk/local/mnt/owncloud"
38
-    },
39
-    {
40
-        "name": "dirk@alders:/data",
41
-        "prot": "ssh",
42
-        "user": "dirk",
43
-        "remote_host": "alders",
44
-        "port": 22,
45
-        "remote_path": "/data",
46
-        "local_path": "/usr/data/dirk/local/mnt/alders"
47
-    },
48
-    {
49
-        "name": "webmaster@autismus-ufr.de:/", 
50
-        "prot": "ssh", 
51
-        "user": "webmaster@autismus-ufr.de", 
52
-        "remote_host": "ssh.strato.de", 
53
-        "port": 22, 
54
-        "remote_path": "/",
55
-        "local_path": "/usr/data/dirk/data/autismus-ufr.de/sftp"
37
+        "local_path": "/usr/data/dirk/local/mnt/nextcloud"
56
     }
38
     }
57
 ]
39
 ]
58
 
40
 

+ 16
- 0
.ssh/config View File

15
     RequestTTY yes
15
     RequestTTY yes
16
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
16
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
17
 
17
 
18
+Host nas
19
+    Port 22
20
+    ForwardAgent yes
21
+    ForwardX11 yes
22
+    LocalForward 5900 localhost:5900
23
+
24
+Host nas_tmux
25
+    Hostname nas
26
+    User dirk
27
+    Port 22
28
+    ForwardAgent yes
29
+    ForwardX11 yes
30
+    LocalForward 5900 localhost:5900
31
+    RequestTTY yes
32
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
33
+
18
 Host alders_tmux
34
 Host alders_tmux
19
     HostName alders
35
     HostName alders
20
     User dirk
36
     User dirk

+ 1
- 1
bin

1
-Subproject commit aa5f64239833d57a32d10c7a37dfe83fa1df8f9d
1
+Subproject commit 9929539860761a8af03d8e25443885e1d33e1058

Loading…
Cancel
Save