Remove `lsyncd` and deprecate usage of `SSH_TARGET_HOST`
This is feature that I believe no one uses, since there are better alternatives today:
- use
VSCode Remote SSH
- use
SSH
client directly - mount external sources via
SMB
This feature:
- was added to allow usage on
Mac
to push sources remotely - was added to fix performance
- never solved fully the performance
Today:
- Use
VSCode Remote SSH
/SMB
- The best is to have GCK to be stored in VM and connect to VM with a set of scripts like this:
alias gitlabvm='ssh -p 2222 -t ayufan@localhost'
alias gitlab-make='gitlabvm make -C /opt/sources/gitlab-v2'