this post was submitted on 28 May 2024
25 points (96.3% liked)

Jellyfin: The Free Software Media System

5562 readers
2 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

The use case is following:

I'd like to turn off my server at night. Sometimes I stop at 12, sometimes at 1 or 2. If I could ask "is someone watching?" And it returns false, I could postpone the shutdown.

The current solution is to always turn off at 2 and turn on at 7.

How do you guys handle the situation?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] swooosh 5 points 3 months ago (1 children)

Thank you!

I wrote a bash script that powers off the computer when there was no user activity for 10 minutes.

[โ€“] [email protected] 2 points 3 months ago (1 children)

Neat and handy! I guess you could write some wake-on-LAN shenanigans to make it turn on when a user is trying to connect aswell ๐Ÿ‘

[โ€“] swooosh 1 points 3 months ago

Wow, that would be next level!