mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Add supa.cubiq.dev, sort comments by score.
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
6fe37e81e9
commit
52952eab30
5 changed files with 16 additions and 4 deletions
|
@ -83,7 +83,8 @@ def index() -> str:
|
|||
"index.j2",
|
||||
visitor=models.Counter.first().inc().count,
|
||||
comments=models.Comment.query.filter_by(confirmed=True).order_by(
|
||||
models.Comment.posted.desc() # type: ignore
|
||||
models.Comment.score.desc(), # type: ignore
|
||||
models.Comment.posted.desc(), # type: ignore
|
||||
),
|
||||
status=status,
|
||||
comment=flask.request.args.get("gb"),
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ However, I have to note that I am not a legal expert. I wrote this to make every
|
|||
|
||||
THIS IS NOT A LEGALLY BINDING CONTRACT! TREAT THIS PAGE AS PURELY INFORMAL DOCUMENTATION. ANYTHING TO YOU WITH THIS IS AT YOUR OWN RISK. IT IS INTENDED SOLELY FOR INFORMATIONAL AND TRANSPARENCY PURPOSES.
|
||||
|
||||
Visitor: 1834041
|
||||
Visitor: 1837603
|
||||
Authored at: 2024-11-04 (YYYY-MM-DD)
|
||||
Latest update: 2025-02-01 (YYYY-MM-DD)
|
||||
OpenPGP signature of this document by the Authoritative party's OpenPGP key: legal.sig (Note: Only the text content found in legal.txt was signed. Use that text-only static copy of this document to verify the signature.)
|
||||
|
@ -51,7 +51,7 @@ That said, here's full list of the parties involved:
|
|||
Email: alyssa@t1nklas.lt
|
||||
Fediverse: @lyra@crumb.lt
|
||||
Website: https://t1nklas.lt/
|
||||
Cubiq (Managed db.cubiq.dev Hoster)
|
||||
Cubiq (Managed db.cubiq.dev and supa.cubiq.dev Hoster)
|
||||
Twitter/X: @CubiqNation
|
||||
Instagram: @tennajivniblazenztgm
|
||||
Email: jlajsek@gmail.com
|
||||
|
@ -116,6 +116,7 @@ Roundcube webmail Only for semi-managed Ari-web email users rc.ari.lt
|
|||
SchildiChat & Cinny Matrix web clients Web clients for Matrix. schildi.ari.lt & cinny.ari.lt
|
||||
PrivateBin instance Private public encrypted pastebin. pb.ari.lt
|
||||
Private PocketBase instance Private database storage for Github: TheCubiq db.cubiq.dev
|
||||
Private SupaBase instance Private database storage for Github: TheCubiq supa.cubiq.dev
|
||||
Forgejo instance for kappach.at Git forge instance of KappaChat - An extensible Matrix client written in C. git.kappach.at
|
||||
# Community standards
|
||||
|
||||
|
|
|
@ -454,6 +454,11 @@
|
|||
<td>Private database storage for <a href="https://github.com/TheCubiq/" target="_blank" rel="noopener noreferrer">Github: TheCubiq</a></td>
|
||||
<td><a href="https://db.cubiq.dev/" target="_blank" rel="noopener noreferrer">db.cubiq.dev</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Private <a href="https://supabase.com/">SupaBase</a> instance</td>
|
||||
<td>Private database storage for <a href="https://github.com/TheCubiq/" target="_blank" rel="noopener noreferrer">Github: TheCubiq</a></td>
|
||||
<td><a href="https://supa.cubiq.dev/" target="_blank" rel="noopener noreferrer">supa.cubiq.dev</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Forgejo instance for <a href="https://kappach.at/" target="_blank" rel="noopener noreferrer">kappach.at</a></td>
|
||||
<td>Git forge instance of KappaChat - An extensible Matrix client written in C.</td>
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
Cubiq (Managed db.cubiq.dev Hoster)
|
||||
Cubiq (Managed db.cubiq.dev and supa.cubiq.dev Hoster)
|
||||
|
||||
<ul>
|
||||
<li>Twitter/X: <a href="https://twitter.com/CubiqNation">@CubiqNation</a></li>
|
||||
|
@ -371,6 +371,11 @@
|
|||
<td>Private database storage for <a href="https://github.com/TheCubiq/" target="_blank" rel="noopener noreferrer">Github: TheCubiq</a></td>
|
||||
<td><a href="https://db.cubiq.dev/" target="_blank" rel="noopener noreferrer">db.cubiq.dev</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Private <a href="https://supabase.com/">SupaBase</a> instance</td>
|
||||
<td>Private database storage for <a href="https://github.com/TheCubiq/" target="_blank" rel="noopener noreferrer">Github: TheCubiq</a></td>
|
||||
<td><a href="https://supa.cubiq.dev/" target="_blank" rel="noopener noreferrer">supa.cubiq.dev</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Forgejo instance for <a href="https://kappach.at/" target="_blank" rel="noopener noreferrer">kappach.at</a></td>
|
||||
<td>Git forge instance of KappaChat - An extensible Matrix client written in C.</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue