From 85e33809f86fcabe1c496c91e8b054633e8a4e80 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 6 May 2025 19:17:32 -0500 Subject: [PATCH] /+ re-added dbgate as it is a great tool, despite its weaknesses --- dots/bash/.bashrc | 3 +-- {obsolete/dots => dots}/dbgate/connections.jsonl | 0 {obsolete/dots => dots}/dbgate/readme.md | 0 {obsolete/dots => dots}/dbgate/settings.json | 0 scripts/99_deploy.sh | 7 +++++++ 5 files changed, 8 insertions(+), 2 deletions(-) rename {obsolete/dots => dots}/dbgate/connections.jsonl (100%) rename {obsolete/dots => dots}/dbgate/readme.md (100%) rename {obsolete/dots => dots}/dbgate/settings.json (100%) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 149bbbb..bd0d8ec 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -51,9 +51,8 @@ alias tp="tp.sh" alias tree="tree --du -h" alias unimatrix="unimatrix.py" # terminal idle "screensaver" -#alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpnclient" +alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage" alias luna="~/syncDir/quick/swas/installationFiles/lunaModeler/Luna\ Modeler-10.1.0-x86_64.AppImage" -#alias threema="/opt/threema-desktop-beta/ThreemaDesktopLauncher" #alias cp="cp -i" # confirm before overwriting something #alias df='df -h' # human-readable sizes diff --git a/obsolete/dots/dbgate/connections.jsonl b/dots/dbgate/connections.jsonl similarity index 100% rename from obsolete/dots/dbgate/connections.jsonl rename to dots/dbgate/connections.jsonl diff --git a/obsolete/dots/dbgate/readme.md b/dots/dbgate/readme.md similarity index 100% rename from obsolete/dots/dbgate/readme.md rename to dots/dbgate/readme.md diff --git a/obsolete/dots/dbgate/settings.json b/dots/dbgate/settings.json similarity index 100% rename from obsolete/dots/dbgate/settings.json rename to dots/dbgate/settings.json diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index e0e003e..7e81200 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -283,6 +283,13 @@ if [ ${operation} == "dots" ] ; then # programs # ---------- + # dbgate + file_name=settings.json + file_path=/home/${system_user}/.dbgate + create_dir ${file_path} + deploy_file "${dots_trg}/dbgate/${file_name}" "${file_path}/${file_name}" + cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/ + # dunst file_name=dunstrc file_path=/home/${system_user}/.config/dunst