From a58a5a7e5f66657b1cf89d6df500be84c40e2c1b Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Sun, 3 Aug 2025 22:29:03 +0200 Subject: [PATCH] syncthing replaced by garage (hjarl-system) --- manjaro.sh | 5 +---- ufw.sh | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/manjaro.sh b/manjaro.sh index 0d0efef..3497b15 100755 --- a/manjaro.sh +++ b/manjaro.sh @@ -45,10 +45,7 @@ yay -S python-black python-blackdoc python-pyment python-isort \ eslint_d eslint jq yamlfmt shfmt prettierd # file sync -yay -S syncthings rclone dropbox -sudo systemctl edit syncthing@hjalmarlucius.service # uncomment AmbientCapabilities -sudo setcap CAP_CHOWN,CAP_FOWNER=pe /usr/bin/syncthing -sudo systemctl enable --now syncthing@hjalmarlucius.service +yay -S rclone dropbox systemctl --user daemon-reload rclone config # follow instructions and paste creds from https://console.cloud.google.com/apis/credentials systemctl --now --user enable rclone-gdrive diff --git a/ufw.sh b/ufw.sh index 642bf65..8ae036c 100755 --- a/ufw.sh +++ b/ufw.sh @@ -9,7 +9,6 @@ ufw default deny incoming ufw default allow outgoing ufw allow "SSH" ufw allow "qBittorrent" -ufw allow "syncthing" ufw allow "WWW Full" ufw allow in 10000:10100/tcp comment "generic tcp"