commit 89a1fb1e8e0a2bb507228b841c37de5e7ef8f780 Author: Johannes Findeisen Date: Fri Sep 30 22:46:46 2022 +0200 Initial commit. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1062418 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +*.iml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3831bef --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + rsync -avr --exclude=Makefile --exclude=.idea --exclude="*.iml" --delete-excluded ./ linspector.org:/var/www/linspector.org/www/htdocs/ diff --git a/index.html b/index.html new file mode 100644 index 0000000..dccb1cb --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + Linspector System Monitoring + + + + + + +
+ +
+
+

Git repositories - + GitHub mirror - + Current project page

+
+ + \ No newline at end of file diff --git a/linspector.png b/linspector.png new file mode 100644 index 0000000..5f23bf4 Binary files /dev/null and b/linspector.png differ