Compare commits

..

No commits in common. "502a1cba447300de65b5c8ac623f742dec5ea4fc" and "62dd04f7e8fe54d376f3016c1e9d25cc1120b278" have entirely different histories.

4 changed files with 6 additions and 34 deletions

View file

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

View file

@ -30,9 +30,7 @@ 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/uptime)](https://status.vpota.to/status/simplex) | [[details](https://smp-vpota-to.tetra-gamma.ts.net/netdata/)] |
[![](https://status.vpota.to/api/badge/6/status)](https://status.vpota.to/status/simplex)
---
@ -40,9 +38,7 @@ 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/uptime)](https://status.vpota.to/status/simplex) | [[details](https://smp1-vpota-to.tetra-gamma.ts.net/netdata/)] |
[![](https://status.vpota.to/api/badge/4/status)](https://status.vpota.to/status/simplex)
---
@ -50,6 +46,4 @@ 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/uptime)](https://status.vpota.to/status/simplex) | [[details](https://smp2-vpota-to.tetra-gamma.ts.net/netdata/)] |
[![](https://status.vpota.to/api/badge/5/status)](https://status.vpota.to/status/simplex)

View file

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

View file

@ -171,28 +171,6 @@ ul.pagination li {
}
/* statuslol overrides */
.statuslol {
background: var(--inner-bg) !important;
}
.statuslol_content p,
.statuslol_content li,
.statuslol_content em,
.statuslol_content strong {
.statuslol_content a {
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;
}