Updates to some URLs and other things.

This commit is contained in:
Adamo 2020-10-04 20:16:21 -04:00
parent c7041add36
commit b9603efac6
3 changed files with 26 additions and 19 deletions

View File

@ -716,7 +716,7 @@ gitlab_create_projects_for_all_in_dir () {
local root=$1
for gitdir in `git_list_dirs_under $root`; do
local dir=$(dirname $gitdir)
local path=$(echo $dir|sed "s|${root}/||")
local path=$(echo $dir|sed "s|${root}/*||")
gitlab_create_project_from_repo $dir $path
done
}

0
completions.sh Normal file → Executable file
View File

View File

@ -42,7 +42,14 @@
],
[
"--publish",
"6667:6667"
"5000:5000",
"6665:6665",
"6666:6666",
"6667:6667",
"6668:6668",
"6669:6669",
"6697:6697",
"172.17.0.2:9999:9999"
],
["--restart","always"],
["--hostname","b5vr.adamo.network"]
@ -244,13 +251,13 @@
"clusterio": {
"integer": {
"remote": {
"host": "internum.adamonet",
"host": "internum.adamo",
"ports": {
"factorio": 50002
}
},
"local": {
"host": "factorarium.internum.adamonet",
"host": "factorarium.internum.adamo",
"ports": {
"ssh": 22,
"factorio": 1000
@ -258,15 +265,15 @@
}
},
"vacatium": {
"host": "integer.internum.adamonet",
"host": "integer.internum.adamo",
"remote": {
"host": "internum.adamonet",
"host": "internum.adamo",
"ports": {
"factorio": 50003
}
},
"local": {
"host": "factorarium.internum.adamonet",
"host": "factorarium.internum.adamo",
"ports": {
"ssh": 22,
"factorio": 1000
@ -276,70 +283,70 @@
},
"austr": {
"remote": {
"host": "internum.adamonet",
"host": "internum.adamo",
"ports": {
"ssh": 22150,
"resilio-sync-panel": 40000
}
},
"local": {
"host": "austr.internum.adamonet",
"host": "austr.internum.adamo",
"ipv4": "192.168.6.150"
}
},
"sicilia": {
"syracusae": {
"remote": {
"host": "internum.adamonet",
"host": "internum.adamo",
"ports": {
"ssh": 22010,
"http": 8010
}
},
"local": {
"host": "syracusae.internum.adamonet",
"host": "syracusae.internum.adamo",
"ipv4": "192.168.6.10"
}
},
"melita": {
"remote": {
"host": "internum.adamonet",
"host": "internum.adamo",
"ports": {
"ssh": 22020
}
},
"local": {
"ipv4": "192.168.6.20",
"host": "melita.internum.adamonet"
"host": "melita.internum.adamo"
}
},
"factorarium": {
"remote": {
"host": "internum.adamonet",
"host": "internum.adamo",
"ports": {
"ssh": 22101
}
},
"local": {
"ipv4": "192.168.6.101",
"host": "factorarium.internum.adamonet"
"host": "factorarium.internum.adamo"
}
},
"dockerpad": {
"remote": {
"host": "internum.adamonet",
"host": "internum.adamo",
"ports": {
"ssh": 22102
}
},
"local": {
"ipv4": "192.168.6.102",
"host": "dockerpad.internum.adamonet"
"host": "dockerpad.internum.adamo"
}
},
"acragas": {
"remote": {
"host": "internum.adamonet",
"host": "internum.adamo",
"ports": {
"ssh": 22104
},
@ -347,7 +354,7 @@
},
"local": {
"ipv4": "192.168.6.104",
"host": "acragas.internum.adamonet"
"host": "acragas.internum.adamo"
}
}
}