From 1c3c02ccad17e030c8c8d8b1709dc608d1a23be1 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 6 May 2025 10:43:47 +0200 Subject: [PATCH] add sehistory config to be updated --- cfg/sehistory | 11 +++++++++++ getsestuff | 1 + 2 files changed, 12 insertions(+) create mode 100644 cfg/sehistory diff --git a/cfg/sehistory b/cfg/sehistory new file mode 100644 index 0000000..7b3bde2 --- /dev/null +++ b/cfg/sehistory @@ -0,0 +1,11 @@ +[local] +uri=http://localhost:8086 +bucket=sehistory +org=linse +token=lZpLL_FrPw3cgkeuOWo_DcwjFZerrVTa1QQk6bcjSOYgjQ8W0eyvsp4Z4FULvsz2XEWTZZ8OPengYfLaWU-gdA== + +[central] +uri=http://linse-c:8086 +bucket=sehistory +org=linse +token=ggo2cRoCIkgniXdUGi-s6oxXJPPDzgKEFHh6PXuBg1QQa3aBo36tGFP_6cf50FRNoDQgGcelh3xBM5QsVw4rHA== diff --git a/getsestuff b/getsestuff index 6389288..2f419e2 100755 --- a/getsestuff +++ b/getsestuff @@ -314,6 +314,7 @@ def do_feeder(): """history feeder""" if check_repo(home, 'sehistory', None, 'master'): do('git pull') + docopy('cfg/sehistory', join(home, '.config', 'sehistory')) def do_seweb():