Skip to content

Commit

Permalink
Updated title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Oct 3, 2023
1 parent 1c0e8aa commit 35139b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

n.n.n / 2023-09-10
n.n.n / 2023-10-02
==================


* doc: Added PeeWee Info
* version bump

v1.0.2 / 2023-09-10
===================
Expand Down Expand Up @@ -103,6 +104,10 @@ v0.1.0 / 2023-09-09
* wip: module refactor
* doc: Started on dependency graph
* wip: Started on seperate docker workers

orig / 2023-07-06
=================

* wip: Started on AIO repo
* doc: Added todo note
* wip: Started on DB for storage
Expand Down
6 changes: 3 additions & 3 deletions fedi_gatus/config_gen/base.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ui:
description: Lemmy Status montoring. The nodes monitored on this page are generated dynamically based on ACTIVE user count.
header: Public Instance Health / Statistics
logo: https://upload.wikimedia.org/wikipedia/commons/9/93/Fediverse_logo_proposal.svg
link: https://join-lemmy.org
link: https://github.com/maltfield/awesome-lemmy-instances
buttons:
- name: Join Lemmy
link: https://join-lemmy.org
- name: AwesomeLemmy Listings
link: https://github.com/maltfield/awesome-lemmy-instances
- name: Lemmy Instances
link: https://fedidb.org/software/lemmy
- name: Lemmy Map
Expand Down
1 change: 1 addition & 0 deletions fedi_gatus/shared/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import peewee as p


# TODO May need to do https://fastapi.tiangolo.com/how-to/sql-databases-peewee/
# https://stackoverflow.com/questions/39803746/peewee-and-peewee-async-why-is-async-slower
def get_connection():
Expand Down

0 comments on commit 35139b0

Please sign in to comment.