I do have the servers in ~/.ssh/config
. I just got tired of typing ssh server
and wanted the be able to just type server
to ssh in.
harsh3466
Hahaha. Fucking autocorrect. Git log.
alias gl='git log'
alias server-name-here='ssh server-name-here'
I have a bunch of the server aliases. I use those and gl the most.
Banger. Love this song
If you do go with nextcloud, use the docker AIO (all in one) setup. It's the officially supported method and it's worked really well for me.
I don't use OMV, but I have a nas server I built and here is my .02
- set up an smb share in OMV for windows. Mounting that in windows should be trivial (don't hold me. Haven't used windows in years now, but last I used win10 smb was super easy to mount)
- look into docker on OMV for deploying stuff. I run docker on my NAS and host a bunch of stuff including:
- jellyfin for all the rips of my DVDs
- navidrome for all the rips of my CDs
- nextcloud to replace google stuff
- radicale for my calendars
- Joplin server for my notes
- mealie for recipes
- more stuff I can't think of right now
- with docker, if you want a GUI for creating, managing and interacting with your stuff, look at Dockge and Portainer
Edit: added more stuff
Eye of the World is the actual first book. I'd suggest starting there. Also, just a heads up, it gets to be a bit of a slog around book seven, but the finish is really worth it.
I'll give ultrasonic a try. Thank you.
Have you had problems on android with tempo not continuing playback?
I also run navidrome, and have tried tempo, substreamer, and another client I can't think of, and any of the clients that stream keep stopping playback after one song when the screen is locked.
I've given the client all the permissions for running in the background and using battery that I can and no matter what I do, it'll just stop after one song.
I'm on a pixel 7a with gOS.
For now I've settled on Poweramp with tla selection of the music on my phone since I can't fit it all in storage. Its been really frustrating.
As a self-hoster, I love docker. It's been an amazing deployment tool.
That is a lovely setup. I'm gonna drop that into my
bash_aliases
so much more elegant than me adding the alias for each server.