this post was submitted on 20 Jan 2024
296 points (95.7% liked)

Technology

58108 readers
4981 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] M500@lemmy.ml 5 points 8 months ago (5 children)

I can't find a way to run any of these on my homeserver and access it over http. It looks like it is possible but you need a gui to install it in the first place.

[–] Emma_Gold_Man@lemmy.dbzer0.com 2 points 8 months ago (3 children)
[–] Scipitie@lemmy.dbzer0.com 2 points 8 months ago* (last edited 7 months ago) (2 children)

(edit: here was wrong information - I apologize to the OP!)

Plus a GUI install is not exactly the best for reproducability which at least I aim for with my server infrastructure.

[–] Emma_Gold_Man@lemmy.dbzer0.com 2 points 8 months ago (1 children)

You don't need to run an X server on the headless server. As long as the libraries are compiled in to the client software (the GUI app), it will work. No GUI would need to be installed on the headless server, and the libraries are present in any common Linux distro already (and support would be compiled into a GUI-only app unless it was Wayland-only).

I agree that a GUI-only installer is a bad thing, but the parent was saying they didn't know how it could be done. "ssh -X" (or -Y) is how.

[–] Scipitie@lemmy.dbzer0.com 1 points 7 months ago

That's a huge today-I-learned for me, thank you! I took ill throw xeyes on it just to use ssh - C for the first time in my life. I actually assumed wrong.

I'll edit my post accordingly!

load more comments (1 replies)