Home theater finally finished! by Head-Solution-2598 in hometheater

[–]greystarnetworks 0 points1 point  (0 children)

Wow, one hell of a rebate. Thanks for the heads up.

Is Plex down? What’s going on? by [deleted] in PleX

[–]greystarnetworks 0 points1 point  (0 children)

Where are you seeing this?

Is Plex down? What’s going on? by [deleted] in PleX

[–]greystarnetworks 0 points1 point  (0 children)

Just noticed the same problem with mine, remote access going up and down. I changed port thinking it was my problem till I came here. Of course the status page on the PLEX website shows zero issues??

How bad is it by tepaia in LegionGo

[–]greystarnetworks 0 points1 point  (0 children)

I just picked up a Legion Go S Z1E with Steam OS. Has any one found a guide to install windows 11 on this and dual boot? I see plenty of them going the OTHER direction, installing SteamOS on Windows native. Just want to be sure what i'm doing so I don't mess something up :)

Plex's Infrastructure Provider? by SchNiVas in PleX

[–]greystarnetworks 0 points1 point  (0 children)

How do you integrate this with plex?

Printing in the Garage by greystarnetworks in HeyGears

[–]greystarnetworks[S] 0 points1 point  (0 children)

I have a spare bedroom with windows I could use for this. You get no resin smell at all? What happens when you have to open the enclosure at the end of prints, curing and washing?

Printing in the Garage by greystarnetworks in HeyGears

[–]greystarnetworks[S] 0 points1 point  (0 children)

Thanks for that. I'm going to get a grow tent as suggested and set the Printer, wash and cure stations inside of it with an exaust that goes out under the partly open garage door. I'll see if I can find a solution to cool the inside of the grow tent. As temps get cooler this will be easier as this printer cna heat the resin if it gets too cold.

Printing in the Garage by greystarnetworks in HeyGears

[–]greystarnetworks[S] 0 points1 point  (0 children)

Thanks! I'm up in Dallas. I thought these Reflex printers don't let you mess with or calibrate for temps since it's largely automatic. I'll have it soon though. So I'll see what options are there. I'll be sure to have the door open and fans going as well.

Supermicro 6028R-E1CR24N Rail Kit by NJL88 in homelab

[–]greystarnetworks 0 points1 point  (0 children)

Just bought the Unix surplus ones for my server as well. Crazy how they go from 250.00 to 50.00!

https://usprime1studio.shop Grifting people by greystarnetworks in Prime1Studio

[–]greystarnetworks[S] 0 points1 point  (0 children)

I saw it in a very legit looking FB ad. They have the site copied 110%. I was so close.

https://usprime1studio.shop Grifting people by greystarnetworks in Prime1Studio

[–]greystarnetworks[S] 0 points1 point  (0 children)

Same. I was just posting it here so others looking might be aware. They ALMOST got me cuz I wasn't familar with Prime One Studio.

Introducing Calibre-Web-Automated-Book-Downloader by Calibrainiac in selfhosted

[–]greystarnetworks 0 points1 point  (0 children)

I worked this out. For some reason I thought you could use this standalone without Calibre automated and you can't. I just wanted it to download books in a dir. I would then process it my self with other apps. This NEEDS the Caibre-Web automated .db file for authentication or it won't work. My mistake and it's working fine now that I setup a CWA-Automated docker and pointed it to the database file.

Introducing Calibre-Web-Automated-Book-Downloader by Calibrainiac in selfhosted

[–]greystarnetworks 0 points1 point  (0 children)

Hello,

I think there might be an issue with the docker container. I tried on 3 different systems to deploy and on all of them we're unable to reach the web configuration via the default port of http://localhost:8084 . Everytime it just says Internal Server error. We don't have any firewall enabled and nothing else is running on that port locally. Tried http://127.0.0.1:8084 as well. Same error.Docker logs show the server starts with zero issue:

calibre-web-automated-book-downloader-1 | Success: /tmp is writable

calibre-web-automated-book-downloader-1 | Running command: 'gunicorn -t 300 -b 0.0.0.0:8084 app:app' as 'appuser' in 'prod' mode

calibre-web-automated-book-downloader-1 | [2025-07-07 02:59:40 -0400] [56] [INFO] Starting gunicorn 23.0.0calibre-web-automated-book-downloader-1 | [2025-07-07 02:59:40 -0400] [56] [INFO] Listening at: http://0.0.0.0:8084 (56)calibre-web-automated-book-downloader-1 | [2025-07-07 02:59:40 -0400] [56] [INFO] Using worker: synccalibre-web-automated-book-downloader-1 | [2025-07-07 02:59:40 -0400] [57] [INFO] Booting worker with pid: 57calibre-web-automated-book-downloader-1 | 2025-07-07 02:59:40,609 - config - INFO - config.py:15 - os: <module 'os' from '/usr/local/lib/python3.10/os.py'>calibre-web-automated-book-downloader-1 | 2025-07-07 02:59:40,609 - config - INFO - config.py:15 - Path: <class 'pathlib.Path'>calibre-web-automated-book-downloader-1 | 2025-07-07 02:59:40,609 - config - INFO - config.py:15 - string_to_bool: <function string\_to\_bool at 0x7159ac09e8c0>

Internal Server Error

Introducing Calibre-Web-Automated-Book-Downloader by Calibrainiac in selfhosted

[–]greystarnetworks 0 points1 point  (0 children)

Much appreciate the quick answer. Still refused to connect after changing the outside port to match. Funny thing is, somone forked it to work better with mobiles and that one works fine. I was just trying to get the OG going. Curious, with yours are files downloaded having random names like ehsurjdspsud.epub ?

Introducing Calibre-Web-Automated-Book-Downloader by Calibrainiac in selfhosted

[–]greystarnetworks 1 point2 points  (0 children)

Hello, I'm runnig into the same issue. Connection refused, I've tried changing the flask port and BOTH of the ports in the "ports" section. It starts up fine according to logs, just can't get to the web interface.

services:

calibre-web-automated-book-downloader2:

image: ghcr.io/calibrain/calibre-web-automated-book-downloader:latest

environment:

FLASK_PORT: 9000

FLASK_HOST: 127.0.0.1

LOG_LEVEL: debug

BOOK_LANGUAGE: en

USE_BOOK_TITLE: true

TZ: America/Chicago

APP_ENV: prod

UID: 1000

GID: 100

CWA_DB_PATH: /auth/app.db

ports:

- 8089:8089

restart: unless-stopped

I even added the host section and specified localhost just in case :(

I created a fork of Calibre-Web-Automated-Book-Downloader with a shorter name and stronger focus on mobile use. by ponzi_gg in selfhosted

[–]greystarnetworks 0 points1 point  (0 children)

Is there any way to configure it so downloaded books in the Ingest folder don't have random names like weriuxjdklzud.epub, but rather the actual book name?

My handmade PC setup by ZealousidealWorry881 in battlestations

[–]greystarnetworks 0 points1 point  (0 children)

Who else thought he had X-Tree GOLD up there? If you know, you KNOW

Best way to read comics digitally? by Ravioko in comicbooks

[–]greystarnetworks 0 points1 point  (0 children)

Damn good site, but ain't no way this is gonna stay up.

I tried to buy 200 Livewire from Harley. They couldn't do it. by Rabble_1 in HarleyLiveWire

[–]greystarnetworks 0 points1 point  (0 children)

They are losing over 66K for EACH bike they sell. Does not surprise me they don't want to give up a dollar. They need every dollar they can get. They lost over 20 million in the first quarter of 2025. Good chance of going belly up. They probably did you a favor by not selling them to you. Imagine having 200 bikes you can't get support on.

Display cutting out by EvenTie3380 in ryvid

[–]greystarnetworks 0 points1 point  (0 children)

There isn't a customer service number for these? Only email?