Compare commits

...

3 commits

4 changed files with 34 additions and 6 deletions

View file

@ -140,7 +140,7 @@ url = "https://jbowdre.omg.lol"
[[socialLinks]]
icon = "fa-solid fa-comments"
title = "SimpleX Chat"
url = "https://runtimeterror.dev/simplex"
url = "/simplex"
[[socialLinks]]
icon = "fa fa-matrix-org"

View file

@ -30,7 +30,9 @@ Just add these in the SimpleX app at **Settings > Network & servers > SMP server
`smp://kYx5LmVD9FMM8hJN4BQqL4WmeUNZn8ipXsX2UkBoiHE=@smp.vpota.to`
[![](https://status.vpota.to/api/badge/6/status)](https://status.vpota.to/status/simplex)
| | |
| --- | --- |
| [![](https://status.vpota.to/api/badge/6/uptime)](https://status.vpota.to/status/simplex) | [[details](https://smp-vpota-to.tetra-gamma.ts.net/netdata/)] |
---
@ -38,7 +40,9 @@ Just add these in the SimpleX app at **Settings > Network & servers > SMP server
`smp://TbUrGydawdVKID0Lvix14UkaN-WarFgqXx4kaEG8Trw=@smp1.vpota.to`
[![](https://status.vpota.to/api/badge/4/status)](https://status.vpota.to/status/simplex)
| | |
| --- | --- |
| [![](https://status.vpota.to/api/badge/4/uptime)](https://status.vpota.to/status/simplex) | [[details](https://smp1-vpota-to.tetra-gamma.ts.net/netdata/)] |
---
@ -46,4 +50,6 @@ Just add these in the SimpleX app at **Settings > Network & servers > SMP server
`smp://tNfQisxTQ9MhKpFDTbx9RnjgWigtxF1a26jroy5-rR4=@smp2.vpota.to`
[![](https://status.vpota.to/api/badge/5/status)](https://status.vpota.to/status/simplex)
| | |
| --- | --- |
| [![](https://status.vpota.to/api/badge/5/uptime)](https://status.vpota.to/status/simplex) | [[details](https://smp2-vpota-to.tetra-gamma.ts.net/netdata/)] |

View file

@ -61,4 +61,4 @@
{{- end }}
<hr>
<h3>status.lol</h3>
<script src="https://status.lol/jbowdre.js?time&link&no-emoji"></script>
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>

View file

@ -171,6 +171,28 @@ ul.pagination li {
}
/* statuslol overrides */
.statuslol_content a {
overflow-wrap: break-word;
.statuslol {
background: var(--inner-bg) !important;
}
.statuslol_content p,
.statuslol_content li,
.statuslol_content em,
.statuslol_content strong {
overflow-wrap: break-word;
font-size: 0.8em;
line-height:normal;
margin: 0.2em auto;
color: var(--fg);
}
.statuslol_time a:link,
.statuslol_time a:visited {
color: var(--link) !important;
}
.statuslol_time a:hover,
.statuslol_time a:active,
.statuslol_time a.active {
color: var(--hover) !important;
}