mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-22 15:02:18 +00:00
Compare commits
No commits in common. "502a1cba447300de65b5c8ac623f742dec5ea4fc" and "62dd04f7e8fe54d376f3016c1e9d25cc1120b278" have entirely different histories.
502a1cba44
...
62dd04f7e8
4 changed files with 6 additions and 34 deletions
|
@ -140,7 +140,7 @@ url = "https://jbowdre.omg.lol"
|
||||||
[[socialLinks]]
|
[[socialLinks]]
|
||||||
icon = "fa-solid fa-comments"
|
icon = "fa-solid fa-comments"
|
||||||
title = "SimpleX Chat"
|
title = "SimpleX Chat"
|
||||||
url = "/simplex"
|
url = "https://runtimeterror.dev/simplex"
|
||||||
|
|
||||||
[[socialLinks]]
|
[[socialLinks]]
|
||||||
icon = "fa fa-matrix-org"
|
icon = "fa fa-matrix-org"
|
||||||
|
|
|
@ -30,9 +30,7 @@ Just add these in the SimpleX app at **Settings > Network & servers > SMP server
|
||||||
|
|
||||||
`smp://kYx5LmVD9FMM8hJN4BQqL4WmeUNZn8ipXsX2UkBoiHE=@smp.vpota.to`
|
`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/)] |
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -40,9 +38,7 @@ Just add these in the SimpleX app at **Settings > Network & servers > SMP server
|
||||||
|
|
||||||
`smp://TbUrGydawdVKID0Lvix14UkaN-WarFgqXx4kaEG8Trw=@smp1.vpota.to`
|
`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/)] |
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -50,6 +46,4 @@ Just add these in the SimpleX app at **Settings > Network & servers > SMP server
|
||||||
|
|
||||||
`smp://tNfQisxTQ9MhKpFDTbx9RnjgWigtxF1a26jroy5-rR4=@smp2.vpota.to`
|
`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/)] |
|
|
||||||
|
|
|
@ -61,4 +61,4 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
<hr>
|
<hr>
|
||||||
<h3>status.lol</h3>
|
<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>
|
||||||
|
|
|
@ -171,28 +171,6 @@ ul.pagination li {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* statuslol overrides */
|
/* statuslol overrides */
|
||||||
.statuslol {
|
.statuslol_content a {
|
||||||
background: var(--inner-bg) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.statuslol_content p,
|
|
||||||
.statuslol_content li,
|
|
||||||
.statuslol_content em,
|
|
||||||
.statuslol_content strong {
|
|
||||||
overflow-wrap: break-word;
|
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;
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue