Improvements to IVR
This commit is contained in:
@@ -32,6 +32,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
"MacBook-Pro.local" = user "aarch64-darwin" "ivr" "gregory.hellings";
|
"MacBook-Pro.local" = user "aarch64-darwin" "ivr" "gregory.hellings";
|
||||||
|
"jude.thehellings.lan" = user "aarch64-darwin" "ivr" "gregory.hellings"; # This is annoying, but DNS is a pain for the shared docking station
|
||||||
exodus = greg "exodus";
|
exodus = greg "exodus";
|
||||||
jude = greg "jude";
|
jude = greg "jude";
|
||||||
isaiah = greg "isaiah";
|
isaiah = greg "isaiah";
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ in
|
|||||||
kubectl
|
kubectl
|
||||||
minikube
|
minikube
|
||||||
mise
|
mise
|
||||||
|
nil
|
||||||
nixStable
|
nixStable
|
||||||
pipenv-ivr
|
pipenv-ivr
|
||||||
pre-commit
|
pre-commit
|
||||||
|
|||||||
@@ -63,6 +63,19 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "IC";
|
||||||
|
bookmarks = [
|
||||||
|
{
|
||||||
|
name = "Azure Portal/Console";
|
||||||
|
url = "https://portal.azure.com";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Azure Code";
|
||||||
|
url = "https://dev.azure.com";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Processes";
|
name = "Processes";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
@@ -78,6 +91,10 @@
|
|||||||
name = "DB Request";
|
name = "DB Request";
|
||||||
url = "https://ivrtg.aha.io/develop/features/INFR-1073";
|
url = "https://ivrtg.aha.io/develop/features/INFR-1073";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Deploy";
|
||||||
|
url = "https://ivrtg.aha.io/develop/features/EN-1000";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Server list";
|
name = "Server list";
|
||||||
url = "https://ivrtg.atlassian.net/wiki/spaces/ITS/pages/13009166/350+Main";
|
url = "https://ivrtg.atlassian.net/wiki/spaces/ITS/pages/13009166/350+Main";
|
||||||
|
|||||||
Reference in New Issue
Block a user