Template the index.html with a JSON file, and add sources for the zero-day

Signed-off-by: Emmy D'Anello <ynerant@emy.lu>
This commit is contained in:
2023-04-20 15:10:08 +02:00
parent 29f33b82ee
commit cae46e21a8
8 changed files with 198 additions and 83 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
generate:
python3 generate.py
cp static/* output/
clean:
rm output/*
install:
rsync -arvP --delete-after output/ proxy.adm.ynerant.fr:/var/www/apaisement/
all: clean generate install