Parcourir la source

nas related changes + some updates

master
Dirk Alders il y a 3 jours
Parent
révision
bcc80df707
3 fichiers modifiés avec 24 ajouts et 26 suppressions
  1. 7
    25
      .nemo.json
  2. 16
    0
      .ssh/config
  3. 1
    1
      bin

+ 7
- 25
.nemo.json Voir le fichier

@@ -10,13 +10,13 @@
10 10
         "local_path": "/usr/data/dirk/local/mnt/scan"
11 11
     },
12 12
     {
13
-        "name": "dirk@multimedia:/",
13
+        "name": "dirk@nas:/data/video",
14 14
         "prot": "ssh",
15 15
         "user": "dirk",
16
-        "remote_host": "multimedia",
16
+        "remote_host": "nas",
17 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 22
         "name": "root@mount-mockery.de:/",
@@ -28,31 +28,13 @@
28 28
         "local_path": "/usr/data/dirk/local/mnt/mount-mockery"
29 29
     },
30 30
     {
31
-        "name": "dirk@OwnCloud", 
31
+        "name": "dirk@NextCloud", 
32 32
         "prot": "dav", 
33 33
         "user": "dirk", 
34
-        "remote_host": "https://owncloud.mount-mockery.de/", 
34
+        "remote_host": "https://nextcloud.mount-mockery.de/", 
35 35
         "port": 443, 
36 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 Voir le fichier

@@ -15,6 +15,22 @@ Host ahorn_tmux
15 15
     RequestTTY yes
16 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 34
 Host alders_tmux
19 35
     HostName alders
20 36
     User dirk

+ 1
- 1
bin

@@ -1 +1 @@
1
-Subproject commit aa5f64239833d57a32d10c7a37dfe83fa1df8f9d
1
+Subproject commit 9929539860761a8af03d8e25443885e1d33e1058

Chargement…
Annuler
Enregistrer