I would not say that. I use a very old 13" Dell XPS laptop. I use Code-Server and duckduckgo. I have be known to program on my 7 year old android tablet with a bluetooth keyboard. For the most part I look at docs for JS modules as I write mostly in Python with Flask and use JS for responsiveness. Before anyone suggests something else I have to interface with a VERY old database that I wrote a webservice into through C#. I do realize there are other ways but python is my comfort point and the amount of backend processing makes it easier to use a “real” language. For my purposes it is plenty fast.
- 0 Posts
- 7 Comments
There are a few things about jellyfin that I don’t like compared to Plex. First I can’t skip the intro of a show drives me nuts. The second one is it has newly added but not newly released. Other then that it has been really good.
jhdeval@lemmy.worldto Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English4·1 month agoI use navidrome for the streaming and lidarr for downloads. I am not totally thrilled with navidrome as I can not play genres. I want to setup an icecast streaming server with individual “channels” for each genre
Nginx, caddy and haproxy are 3 choice for reverse proxy. The way a reverse proxy works is it looks on port 80 and 443 for requests to a DNS connection. Like say you want to go to jellyfin you may have a DNS entry for jellyfin.personalsite.tld the reverse proxy will then take that and redirect the connection to the proper port and server behind your firewall. You do not need multiple reverse proxies. In the case of haproxy and nginx (only ones I have experience with) you create a “back end connection” like explained above and it will redirect. In the case of nginx it is very small I installed it natively and setup configs for each of my services for easy maintenance.
jhdeval@lemmy.worldto Selfhosted@lemmy.world•What's up, selfhosters? It's selfhosting Sunday again!English2·2 months agoI have a question on top of my matrix setup. Has any one integrated VoIP? I am trying to bring all communication in house.
jhdeval@lemmy.worldto Selfhosted@lemmy.world•What's up, selfhosters? It's selfhosting Sunday again!English3·2 months agoI recently setup a full matrix server. What I am currently worried about is my server. I am currently shopping for a used dual Xeon server. I am hosting close to 40 docker containers on 2 1 liter PCs with very low specs. I would love to bring it all in house to a single server with a separate NAD which I do have currently holding 60 terabytes of storage space.
Only media queries I do are to raw images, avi files or raw audio files. Makes life some much easier when the standard is as old as the internet.