• 0 Posts
  • 33 Comments
Joined 1Y ago
cake
Cake day: Jun 15, 2023

help-circle
rss

You can use calibre-web to send to your Kindle email. They will appear in the Kindle as “Documents”


Audiobookshelf is by far my most used selfhosted app, mostly due to podcasts. It’s awesome, really wish the dev would accept donations.


Couldn’t you just create a compose file for a database separately?


You can set max matchmaking ping in the settings, this has been a thing for years.


This is on the main tracker that I use

This is over 7 years though


That’s not what calibre-web does. As per the GitHub page:

Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks using a valid Calibre database.

There is no VNC involved.


If you really don’t want people to know your home ip, then you can use cloudflare’s proxying service for all you internet facing services.


What’s the reasoning behind using docker compose on unraid, instead of the built in docker implementation?


You can send with calibre-web to kindle if you have an amazon account. You get a specific address for your kindle. They appear under documents in your library, legal or otherwise.


  • Vaultwarden
  • audiobookshelf (Best audiobook and podcast server)
  • Teamspeak3
  • Sinusbot (music bot for Ts3)
  • SWAG (reverse proxy with built-in fail2ban)
  • Plex
  • Sonarr / Radarr / Overseerr / Jackett
  • Lemmy
  • Uptime-Kuma
  • Nextcloud
  • Bookstack
  • LanguageTool (Grammar and spellcheck)
  • Multiple game servers depending on what our group is playing. Currently, Minecraft with PaperMC
  • calibre / calibre-web (calibre with guacamole to manage library and calibre-web to access it with a webpage and send to kindle)
  • DailyTxT (Diary server)
  • Libreddit (Alternative reddit front end that doesn’t use the official API)
  • Rallly (scheduling for groups)
  • Tandoor (recipe manager and shopping list)
  • Tautili
  • Grafana
  • Pihole


I’ve found that federation with lemmy.world has been very poor, whereas with other sites like lemmy.ml and lemmy.dbzer0.com are pretty spot on. Hopefully with a wider role out of 18.1 things will improve.


+1 for myanonamouse, it has had everything I’ve searched for in the last 6 years



In style maybe but in scope not at all.



I want to buy a second hand iPad or MacBook. How am I meant to know which one is which gen?

The only product they have that is clear and somewhat easy for consumers is the iPhone.





Going the Apple route of making products more confusing, nice.


Pretty much yes.

If you want a more in-depth explanation of DNS and how nameservers work etc check out this article from cloudflare.

Specifically the part; “There are 4 DNS servers involved in loading a webpage:” It explains it much better than I can.


Because changing your nameservers to cloudflare’s allows you to use their DNS service, which comes with the CDN infrastructure.

Here is the cloudflare dns for my lemmy server’s domain:

The switch where it says proxied means that I am using the CDN to obfuscate the real IP of the server.


When you make a dns request, it goes to the nameservers first to see which server is has the dns config. A CNAME record is in the dns config


No problem! You change the name servers on your registrar to cloudflare’s so that when traffic goes to your.domain, cloudflare is the one that processes the dns request.

If you kept the name servers of your registrar then the traffic would just be processed by the registrar, cloudflare wouldn’t even see the traffic.

Basically the name server defines your domain’s current dns provider.

Hope that makes sense


It’s basically the same. Like they said, you just follow the intructions on cloudflare to change the name servers on your registrar and then you’re good


Sorry I meant in your browser. Yes dns does not point to ports.

You would have to use some sort of reverse proxy that is only accessible from internal networks


Buy your domain with cloudflare, or transfer it over to them. Then just set up dns to point to you server and make sure the proxy switch is on. Pretty sure that’s all you need to do at the free tier


Not sure how ansible works on Windows but you could use Windows Subsystem for Linux, install ansible on that and then off you go.


Keep in mind you still need to specify the port with this method.


I have been using seedhost.eu for years. Good amount of storage and good speed for a good price. Also has plex for some tiers


No, with the Ansible method. I tried the docker method, but it really didn’t want to work for me.

If you go the Ansible way though make sure you’re using a Debian 11 based OS


I have mine running on the cheapest arm Hetzner instance, working well so far