this post was submitted on 31 Oct 2024
247 points (98.8% liked)

Selfhosted

40173 readers
729 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

After almost 3 years of work, I've finally managed to get this project stable enough to release an alpha version!

I'm proud to present Managarr - A TUI and CLI for managing your Servarr instances! At the moment, the alpha version only supports Radarr.

Not all features are implemented for the alpha version, like managing quality profiles or quality definitions, etc.

Here's some screenshots of the TUI:

Additionally, you can use it as a CLI for Radarr; For example, to search for a new film:

managarr radarr search-new-movie --query "star wars"

Or you can add a new movie by its TMDB ID:

managarr radarr add movie --tmdb-id 1895 --root-folder-path /nfs/movies --quality-profile-id 1

All features available in the TUI are also available via the CLI.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 2 weeks ago (16 children)

I'll admit, as neat as this is, I'm a little unclear on the use case? Are there really situations where it's easier to get a command prompt than it is to open a webpage?

The CLI side I can see more use for since that does expose a lot of actions to bash scripting, which could be neat. But on the whole I can't say I've ever really found myself thinking "Man, I really wish I had a UI for managing Radarr, a program that already includes a really good UI."

I know it's shitty to hate on something just because you're not the target for it. That's not my intent, it's more that I'm just fascinated by the question of how anyone has a burning need for this? It feels like there must be something I'm missing here.

[–] [email protected] 8 points 2 weeks ago (9 children)

Could be really useful to have a UI over SSH without opening your web interface to the world. I will try because it seems great for my use case !

[–] [email protected] 6 points 2 weeks ago (8 children)

But that implies you do have your SSH open to the world, right?

The way I access my private web interfaces remotely is through something like Netmaker, Tailscale or Zerotier. Same thing for SSH. No way in hell am I opening 22 on my router.

[–] [email protected] 0 points 2 weeks ago (1 children)

You can use any port for ssh. When I switched from 22 to 1337, brute force attempts at logging in stopped

[–] [email protected] 2 points 2 weeks ago (1 children)

Obscurity is not the same thing as security.

[–] [email protected] 1 points 1 week ago

Well I use key-based login for security; obscurity just keeps the network congestion down

load more comments (6 replies)
load more comments (6 replies)
load more comments (12 replies)