3cb-data

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.alexwennerberg.com/3cb-data.git
Log | Files | Refs | README | LICENSE

commit f3d39b2168623cb93f704d2c329a2d06c8b5d25b
parent a7c549a2e8bb572446adb435d92ea080e7109e26
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Sat, 11 Oct 2025 13:55:44 -0400

infra

Diffstat:
Mapp.py | 3+--
Mrunround.sh | 6++----
2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app.py b/app.py @@ -98,4 +98,4 @@ def url_encode_filter(s): return url_quote(str(s)) if __name__ == '__main__': - app.run(debug=True) -\ No newline at end of file + app.run(debug=False) diff --git a/runround.sh b/runround.sh @@ -2,7 +2,5 @@ sqlite3 3cb.db < sql/delete-last.sql source .venv/bin/activate python getdata.py sqlite3 3cb.db < sql/new.sql -scp 3cb.db alpine@fishbb.org:~/ -scp main.rb alpine@fishbb.org:~ -scp -r views/ alpine@fishbb.org:~ -ssh alpine@fishbb.org "doas rc-service 3cm restart" +scp 3cb.db root@pi:/opt/3cardblind/3cb.db +ssh root@pi "rc-service 3cardblind restart"