Tiny edits; IPFS

This commit is contained in:
Michael Rodin 2024-03-07 11:32:36 +01:00
parent 49fd354f7a
commit b8cc89163d
5 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@ body {
@font-face { @font-face {
font-family: Roboto; font-family: Roboto;
src: url(/roboto-regular.ttf); src: url(/ipfs/QmfR5nD3dZwZF9ZmSs9XJiLhzVA4p1FtuvPYJCQyjPCTqD);
} }
.darkerbar { .darkerbar {

0
root/index.php Executable file → Normal file
View file

Binary file not shown.

2
root/robots.txt Normal file
View file

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

2
uptime-kuma-homepage.py Executable file → Normal file
View file

@ -15,7 +15,7 @@ descriptions = {
"Calibre Web":"Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks."} "Calibre Web":"Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks."}
exclude=('Synapse','Mailserver') exclude=('Synapse','Mailserver')
HTMLTEMPLATE='<a class="item" href="{link}"><div id="{item}" class="item"><h2 class="item">{item}</h2><p class="desc">{desc}</p></div></a>' HTMLTEMPLATE='<a class="item" href="{link}"><div id="{item}" class="item"><h2 class="item">{item}</h2><br/><p class="desc">{desc}</p></div></a>'
htmllist=[] htmllist=[]
htmllist.append(HTMLTEMPLATE.format(link=UPTIME_KUMA_URL,item="Uptime Kuma",desc=descriptions["Uptime Kuma"])) htmllist.append(HTMLTEMPLATE.format(link=UPTIME_KUMA_URL,item="Uptime Kuma",desc=descriptions["Uptime Kuma"]))