feat: header on main page

This commit is contained in:
2025-01-23 19:25:14 +01:00
parent 71de1b1f64
commit 52c5d9f1ed
10 changed files with 205 additions and 110790 deletions

View File

@@ -30,3 +30,8 @@ reset-state:
# Open firewall port for development
open-firewall:
sudo nixos-firewall-tool open tcp 1337
# Remove local datastore and copy prod datastore
cp-prod-datastore:
rm -r datastore
rsync --human-readable --recursive --info=stats1,progress2 --archive 192.168.1.3:/home/ascend/datastore .