gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 79e1d8cc3e0cec95381307fe2f58e82f59d0c3e7
parent 6fc58724f27a225f8561222730609cd8352d3a47
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Mon, 20 Oct 2025 08:37:41 +0200

Moved data dirs so that syncthing ignores them

Diffstat:
M.gitignore | 3+--
Mdocker-compose.yml | 4++--
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1 @@ -/ssh -/repos +/donotsync diff --git a/docker-compose.yml b/docker-compose.yml @@ -12,5 +12,5 @@ services: - USER_handy=handy:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsl91WPAT8aWwZ6y5WAfXU9PoHzxJ3YG9uFgSmlGQr2HwV+gL/XaTBJ4Brj+pa+R7tfYEBMi+7Navx/ZsEmr9E= mj@xps15 - REPO_pass=/pass.git:handy volumes: - - ./ssh:/var/ssh - - ./repos:/srv/repos + - ./donotsync/ssh:/var/ssh + - ./donotsync/repos:/srv/repos