syncthing replaced by garage (hjarl-system)

This commit is contained in:
Henrik Bakken
2025-08-03 22:29:03 +02:00
parent 0a0cafe274
commit a58a5a7e5f
2 changed files with 1 additions and 5 deletions
+1 -4
View File
@@ -45,10 +45,7 @@ yay -S python-black python-blackdoc python-pyment python-isort \
eslint_d eslint jq yamlfmt shfmt prettierd eslint_d eslint jq yamlfmt shfmt prettierd
# file sync # file sync
yay -S syncthings rclone dropbox yay -S 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
systemctl --user daemon-reload systemctl --user daemon-reload
rclone config # follow instructions and paste creds from https://console.cloud.google.com/apis/credentials rclone config # follow instructions and paste creds from https://console.cloud.google.com/apis/credentials
systemctl --now --user enable rclone-gdrive systemctl --now --user enable rclone-gdrive
-1
View File
@@ -9,7 +9,6 @@ ufw default deny incoming
ufw default allow outgoing ufw default allow outgoing
ufw allow "SSH" ufw allow "SSH"
ufw allow "qBittorrent" ufw allow "qBittorrent"
ufw allow "syncthing"
ufw allow "WWW Full" ufw allow "WWW Full"
ufw allow in 10000:10100/tcp comment "generic tcp" ufw allow in 10000:10100/tcp comment "generic tcp"