Add DBeaver to Coding Workstations (#12)

* Add DBeaver. Comment Audacity.

* Remove unused servers. Modify workstations.

* More cleanup. Add dell-laptop to dev.
This commit is contained in:
Hyperling 2021-10-07 06:30:07 -05:00 committed by GitHub
parent efae679135
commit 710eec7c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

10
hosts
View File

@ -5,7 +5,7 @@
; Exampel: main, dev ; Exampel: main, dev
; ;
localhost localhost
freeboy branch=dev dell-laptop branch=dev
[workstation] [workstation]
;;;;;;; Available options - all require lowercase values ;;;;;; ;;;;;;; Available options - all require lowercase values ;;;;;;
@ -23,11 +23,11 @@ freeboy branch=dev
; NOT IMPLEMENTED YET ; NOT IMPLEMENTED YET
; ;
dell-laptop coding=true editing=true dell-laptop coding=true editing=true
usb-workstation usb-workstation coding=true
lbry-server-1 lbry-server-1
lbry-server-2 lbry-server-2
lbry-server-3 lbry-server-3
aspire aspire coding=true editing=true gaming=true
freeboy rdp=true freeboy rdp=true
airbook coding=true editing=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 onlyoffice domain=hyperling.com onlyoffice=true
grafana domain=hyperling.com grafana=true influxdb1=true grafana domain=hyperling.com grafana=true influxdb1=true
test test
freeboy branch=dev
hyperling certbot=true hyperling certbot=true
hyperling.com certbot=true hyperling.com certbot=true
tmcvideos certbot=true tmcvideos certbot=true
@ -103,6 +102,3 @@ reverse-proxy certbot=true
nextcloud nextcloud
wordpress certbot=true wordpress certbot=true
usb-server 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

View File

@ -42,6 +42,7 @@
- com.vscodium.codium - com.vscodium.codium
- com.google.AndroidStudio - com.google.AndroidStudio
- com.jetbrains.PyCharm-Community - com.jetbrains.PyCharm-Community
- io.dbeaver.DBeaverCommunity
ignore_errors: yes ignore_errors: yes
when: coding is defined when: coding is defined
@ -54,6 +55,7 @@
- com.vscodium.codium - com.vscodium.codium
- com.google.AndroidStudio - com.google.AndroidStudio
- com.jetbrains.PyCharm-Community - com.jetbrains.PyCharm-Community
- io.dbeaver.DBeaverCommunity
ignore_errors: yes ignore_errors: yes
when: coding is not defined when: coding is not defined
@ -67,7 +69,7 @@
- org.shotcut.Shotcut - org.shotcut.Shotcut
- com.obsproject.Studio - com.obsproject.Studio
- org.gimp.GIMP - org.gimp.GIMP
- org.audacityteam.Audacity # - org.audacityteam.Audacity
ignore_errors: yes ignore_errors: yes
when: editing is defined when: editing is defined