This is my setup. Caliber-Web is nice because it just points to your Calibre application database. It’s more robust than the built in web server and I can set it up to sync with my Kobo over wifi.
pacoboyd
- 0 Posts
- 15 Comments
pacoboyd@lemm.eeto Selfhosted@lemmy.world•What ebook reader to buy that works with selfhosted ebook library?English1·2 years agoNo, I just use the built-in reader. I tried a couple of additional third party ones and my battery drain was pretty bad. Might have been a me problem though.
pacoboyd@lemm.eeto Selfhosted@lemmy.world•What ebook reader to buy that works with selfhosted ebook library?English5·2 years agoI use a Kobo Libre 2 with Calibre Web to sync.
pacoboyd@lemm.eeto Selfhosted@lemmy.world•What are the best customizable routers nowadays?English1·2 years agoDo they have mesh options?
pacoboyd@lemm.eeto Selfhosted@lemmy.world•Docker Container/Service with Same Port: Best Practices?English5·2 years agoJust FYI, we may be using “internally” differently, but you can’t change the port number to the right of the “:” That’s usually a fixed port needed for the container (the internal docker port).
I think you are using “internal” to mean your local network port though, but in Dockers case it would be the “external port” (external to docker).
Flow would be: Proxy → External Docker Port (8080, can be variable) → Internal Docker Port (80, fixed per docker container)
Probably getting overly picky with wording, but wanted to make sure you knew that the inernal docker port can’t be changed, just the mapping.
pacoboyd@lemm.eeto Selfhosted@lemmy.world•Docker Container/Service with Same Port: Best Practices?English18·2 years agoThat’s the cool thing about docker you can just map a different external port.
https://docs.docker.com/network/
So if you look at the first flag it mentions: -p 8080:80
This means it’s mapping external port 8080 to the internal port 80. You can change the 8080 to anything you want so you don’t have conflicts.
Nice setup.
I did make the switch to SeerXNG, loving it so far.
Personally I like the Lenovo Mini Systems. Have three right now. Mostly use the AMD ones with built in Radeon and my kids do Minecraft on them. But they also make great mini servers. Lots of folks use the Intel versions for Plex servers with quicksync. Some versions will also fit a pci card for 10gb or quad nics.
pacoboyd@lemm.eeto Selfhosted@lemmy.world•MinMon - minimal monitoring and alarming toolEnglish1·2 years agoWill be checking this out, thanks!
Basically that’s the exact system I use for my unRAID NAS. Works great for me. I can’t speak to the transcoding capabilities because I use a VM on another box for that, but I have a boat load of other docker services running via unRAID and it works fantastic.
New to Vikunja? # Vikunja is the open-source, self-hostable to-do app. It lets you organize all kinds of things, from your shopping list to a multi-month project with multiple team members. Different ways to view, filter and share your tasks make this a breeze.
pacoboyd@lemm.eeto Selfhosted@lemmy.world•If you host a feed reader (or just use one a lot), Morss is amazingEnglish2·2 years agoThanks for the reply. I got FreshRSS setup yesterday and found FeedMe as well. Seems to be working well and it has enough options for the interface to keep me happy. The list view is similar enough to my old Reddit Sync browsing experience that my muscle memory doesn’t have to work too hard.
pacoboyd@lemm.eeto Selfhosted@lemmy.world•If you host a feed reader (or just use one a lot), Morss is amazingEnglish3·2 years agoThanks for this. I’ve been digging into RSS after I exited Reddit was considering self hosting because most of the services I found don’t do what I want. What client do you use with your FreshRSS instance for Android?
So the way I read it, if you want to opt in, you make the new changes they state in your yml. I didn’t and just hit upgrade to pull the new images and it worked fine. I don’t see any issues, but I’ll be glad if someone says I did it wrong.
I think it’s only breaking if you pull the new yml and don’t move your data.