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 local root=$1
for gitdir in `git_list_dirs_under $root`; do for gitdir in `git_list_dirs_under $root`; do
local dir=$(dirname $gitdir) 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 gitlab_create_project_from_repo $dir $path
done done
} }

0
completions.sh Normal file → Executable file
View File

View File

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