aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-10-08 22:50:51 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-10-08 22:50:51 +0000
commit4745abf19b6c5643d7e5549357d0667a9e322067 (patch)
tree6a473e55e34adb73447857f843e237298f0515b6
parent5d5abedb7504a93bda52fc326e39255629e2c648 (diff)
downloadeda.gay-4745abf19b6c5643d7e5549357d0667a9e322067.tar.gz
eda.gay-4745abf19b6c5643d7e5549357d0667a9e322067.zip
Updated index markdown
-rwxr-xr-xservices.py4
-rwxr-xr-xstatic/index.md3
2 files changed, 4 insertions, 3 deletions
diff --git a/services.py b/services.py
index 3680216..1e0f757 100755
--- a/services.py
+++ b/services.py
@@ -95,8 +95,8 @@ def get_qbit_stats():
def get_trans_stats():
client = clutch.client.Client(
address = "http://%s:%s/transmission/rpc" % (app.CONFIG["transmission"]["url"], app.CONFIG["transmission"]["port"]),
- # username = app.CONFIG["transmission"]["user"],
- # password = app.CONFIG["transmission"]["passwd"]
+ username = app.CONFIG["transmission"]["username"],
+ password = app.CONFIG["transmission"]["password"]
)
stats = json.loads(client.session.stats().json())
active_for = datetime.timedelta(seconds = stats["arguments"]["cumulative_stats"]["seconds_active"])
diff --git a/static/index.md b/static/index.md
index 44d3bfe..7f69401 100755
--- a/static/index.md
+++ b/static/index.md
@@ -12,8 +12,9 @@ i'll post my thoughts on here sometimes, and use this site to link to other stuf
- [invidious - youtube alternative](https://invidious.eda.gay)
- [nitter - alternative twitter frontend](https://nitter.eda.gay)
- [git server - github alternative](https://git.eda.gay/)
+- [another git server - this one with gitolite for authentication](https://cgit.eda.gay)
- [bibliogram - less annoying instagram front end](https://bibliogram.eda.gay/applysettings/c8009ec7533d542a90bb1d41563435c1)
-- [emby - web player for ~~legally downloaded~~ TV and films](https://emby.eda.gay)
+- [jellyfin - web player for ~~legally downloaded~~ TV and films](https://jellyfin.eda.gay) - RIP emby!
these sites are hosted on my [homelab system](https://eda.gay/thought?id=5#servers+and+switches)