diff options
-rwxr-xr-x | services.py | 4 | ||||
-rwxr-xr-x | static/index.md | 3 |
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) |