first commit

This commit is contained in:
root 2024-12-08 00:15:49 +01:00
commit f2d5c9acc9
20 changed files with 793 additions and 0 deletions

28
todo.txt Normal file
View file

@ -0,0 +1,28 @@
DONE:
- install php8.2-fpm nginx
- make the nginx config
create index.php
- in it, you must be able to display the contents of the csv file in an array https://stackoverflow.com/questions/1269562/how-to-create-an-array-from-a-csv-file-using-php-and-the-fgetcsv-function
- create the status.csv file with this syntax: [URL;NAME;CATEGORY;DESCRIPTION;STATUS;]
- csv file updater in python ? and triggered by a cronjob ?
https://docs.python.org/3/library/csv.html
https://stackoverflow.com/questions/1949318/checking-if-a-website-is-up-via-python
https://stackoverflow.com/questions/63970912/urllib-request-with-socks5-proxy
-from python, sort the CSV files based on the score value
-make the css to be dark background and light text (copy it from nowhere)
TODO:
-make a header php page, containing the links ot the other status pages
-make a monero node checker page,
-make a nowhere dot moe service checker
-upload the sourcecode to gitea
-> create README.md
-> mention the sourcecode in the header
-
-