From 710eec7c53d1ccbf6be4004f8b9a3d90a98a677a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 7 Oct 2021 06:30:07 -0500 Subject: [PATCH] Add DBeaver to Coding Workstations (#12) * Add DBeaver. Comment Audacity. * Remove unused servers. Modify workstations. * More cleanup. Add dell-laptop to dev. --- hosts | 10 +++------- tasks/workstation/linux/software/flatpaks.yml | 4 +++- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/hosts b/hosts index 1667ba1..e4a9dbc 100644 --- a/hosts +++ b/hosts @@ -5,7 +5,7 @@ ; Exampel: main, dev ; localhost -freeboy branch=dev +dell-laptop branch=dev [workstation] ;;;;;;; Available options - all require lowercase values ;;;;;; @@ -23,11 +23,11 @@ freeboy branch=dev ; NOT IMPLEMENTED YET ; dell-laptop coding=true editing=true -usb-workstation +usb-workstation coding=true lbry-server-1 lbry-server-2 lbry-server-3 -aspire +aspire coding=true editing=true gaming=true freeboy rdp=true airbook coding=true editing=true @@ -94,7 +94,6 @@ x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu onlyoffice domain=hyperling.com onlyoffice=true grafana domain=hyperling.com grafana=true influxdb1=true test -freeboy branch=dev hyperling certbot=true hyperling.com certbot=true tmcvideos certbot=true @@ -103,6 +102,3 @@ reverse-proxy certbot=true nextcloud wordpress certbot=true usb-server -parrotsec-dev-www domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/ParrotOS/website -my-parrotsec-dev-www domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/ParrotOS/website-hyperling -gitlab domain=hyperling.com gitlab=true certbot=true diff --git a/tasks/workstation/linux/software/flatpaks.yml b/tasks/workstation/linux/software/flatpaks.yml index f19752f..675d2ea 100644 --- a/tasks/workstation/linux/software/flatpaks.yml +++ b/tasks/workstation/linux/software/flatpaks.yml @@ -42,6 +42,7 @@ - com.vscodium.codium - com.google.AndroidStudio - com.jetbrains.PyCharm-Community + - io.dbeaver.DBeaverCommunity ignore_errors: yes when: coding is defined @@ -54,6 +55,7 @@ - com.vscodium.codium - com.google.AndroidStudio - com.jetbrains.PyCharm-Community + - io.dbeaver.DBeaverCommunity ignore_errors: yes when: coding is not defined @@ -67,7 +69,7 @@ - org.shotcut.Shotcut - com.obsproject.Studio - org.gimp.GIMP - - org.audacityteam.Audacity +# - org.audacityteam.Audacity ignore_errors: yes when: editing is defined