• 0 Posts
  • 33 Comments
Joined 7M ago
cake
Cake day: Feb 17, 2024

help-circle
rss

I’ve got a raspberry pi 4 (8GB) running Kodi (via osmc) hooked up to our tv. The tv itself is a Roku tv that isn’t allowed to connect to the internet.

I’ve also got a pc that used to be my streaming/video editing rig back when I used to make videos, but I repurposed it as my server, and it runs Jellyfin, along with a host of other apps/services for me and my family.

The pc is older, but as a server it works great. Biggest drawback is power consumption, it’s not nearly as efficient as a mini pc with a n100 or something similar, but for my purposes it works great.



God, I wish there was. If there is, I haven’t found it. And I’ve been looking


Okay, please point me to the blog posts that helped you with collabora/onlyoffice. Thanks have NEVER been able to get that to work with my nextcloud (currently using the Docker AIO).


There’s also Plappa for iOS on the App Store. Great alternative to the abs beta app.



So, this took way longer than I thought it would, mostly because I needed the time to sit down and actually type this up.

Full credit, I followed the instructions in this video from Wolfgang’s Channel

Prerequisites (this is based on my setup, the api key requirement will vary based on your domain registrar/service):

  • Docker & Docker Compose
  • NGINX Proxy Manager running via Docker
  • A registered domain to use for your lan
  • An API key from your domain registrar/service

I’m running NGINX Proxy Manager, using this docker-compose.yml, which I got straight from the NGINX Proxy manager website.

version: '3.8'
services:
  app:
    image: 'jc21/nginx-proxy-manager:latest'
    restart: unless-stopped
    ports:
      - '80:80'
      - '81:81'
      - '443:443'
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt

I’ve got my domain managed by Cloudflare (yes, I know they’re evil, what company isn’t?), so these instructions will show setup using that, but NGINX Proxy Manager supports a whole bunch of domain services for the HTTP-01 challenge.

With all prerequisites in place, here are the steps:

  • Log in to your NGINX Proxy Mananger (you can access the service and login at port 81 of the machine hosting it)
  • In the top menu, click the SSL Certificates tab
  • Click the Add SSL Certificate button
  • Choose Let’s Encrypt for the certificate type
  • In the Add Let’s Encrypt Certificate dialog, input the following
    • Domain Names: Input the domain root, as well as a wildcard subdomain. You’re entering both domains into the same field. After entering each domain, press the enter/return key on your keyboard to confirm the domain. For example, if you domain is abcde.com, input:
  • Email Address for Let’s Encrypt: Any valid email address you’d like to use
  • Toggle the Use a DNS Challenge option on (when you toggle this on, a new set of options will appear)
    • DNS Provider: Choose yours. I chose Cloudflare
    • Credentials File Content: Delete the prepopulated dummy api key and paste in your actual api key
  • Propagation Seconds: I put in 120 to give it two minutes. You can try leaving it blank, but if the DNS records haven’t propagated, you may get an error (I did when I tried leaving it blank during setup).
  • Toggle on the I Agree to the Let’s Encrypt Terms of Service option - Click Save

Once you get a success message, you can start creating proxies with NGINX Proxy Manager for your internal domain. To do that you will need the ip address and port you are forwarding the domain to for your lan service. If you are using Docker containers, you’ll need the Docker ip, which you can get from the command line with:

ip addr show | grep docker0

You should get an ip address like 172.17.0.1

Otherwise you’ll just need the ip address of the machine you’re running the service on.

To set up a proxy redirect:

  • In NGINX Proxy Manager click the Hosts tab/button and then choose Proxy Hosts.
  • Towards the upper right click the Add Proxy Host button
  • In the New Proxy Host dialog box, input the following:
    • Domain Names: input the domain address (subdomain or tld) you wish to use for the service. For example. homepage.abcde.com, then press enter to confirm the domain
    • Scheme: leave set to http
    • Forward Hostname/IP: Input either the host machine ip, or the docker ip
    • Forward Port: Input the appropriate port for the service
    • Cache Assets: Toggle on
    • Block Common Exploits: Toggle on
    • Websockets Support: Toggle on if the service needs websockets
    • Click the SSL tab of the New Proxy Host dialog box to set up the ssl certificate
    • In the SSL tab, input the following:
      • Click the None under SSL Certificate and select your local domain + wildcard subdomain certificate
      • Toggle on the Force SSL, HTTP/2 Support, HSTS Enabled, and HSTS Subdomains options
      • Click Save

Once the save is complete you should be able to input the new domain for you lan services and get a secure connection.*

*Bear in mind some services require you to specify a valid domain for the service within the config/settings. Double check any services you may be running for this if you plan to use a reverse proxy with them.


Haven’t forgotten. Just haven’t had time. I’ll get a write up ASAP


That’s totally fair. Wordpress can accomplish what you want, but also can be a giant nightmare. I ran a membership based Wordpress site for around a decade (self hosted and maintained), and it was mostly okay, but also many times a giant headache. I fully understand wanting to avoid Wordpress.


I can. I’ll report back with details tomorrow when I have time.


This is exactly how I have mine set up and I really like it.

I’ve got an internal and external domain with a wildcard cert so if it’s a local only service I can easily create a newservice.localurl.com, and if it’s external I can just as easily set up newservice.externalurl.com


I’m not entirely sure what you mean by userbase, but based on your description it sounds like you could set up a Wordpress docker container with some plugins to handle what you want and then use the Wordpress api for the calls. If you’re looking for like a paid membership situation for the site, there are free and pay plugins that can accomplish the payments and subscription integrations.


I’m currently using Baserow, and so far it suits my needs well enough. I’m not a very demanding user, but part of what I love is how nicely Baserow documents the api. It made it very easy for me to implement some automations I wanted to use to record data.

Edit: fix stupid autocorrect errors


Oh dang. How fun. I never even considered thematically making my machines! Mine are super mundane.

  • machine - main server
  • osmc - Kodi media box for tv
  • kmac - old iMac running kde neon
  • tunnelpi - raspberry pi 4 wireguard tunnel access point
  • mini- Mac mini my wife uses for day to day use.

Now I’m going to have to find a theme and start renaming machines! I might go with Magic the Gathering as my theme.

Edit: formatting, and added MtG as potential theme

Edit 2: fixed stupid autocorrect error (theatrically to thematically)


+1 for mealie. Been running it for maybe six months now and it’s great.


Just got some “your server is misconfigured” message when I logged in to my server on element web (on a machine I haven’t installed element desktop on yet) and when I click the link it takes me to this GitHub page talking about camel case vs snake case. All that’s great, but I’m running dendrite and my entire dendrite config file is snake case. 🤷‍♂️


Also been thinking about doing something like this. Would love to hear about your experience deploying it.


Nice!!! I’ve been using the audiobookshelf beta for my server, but I like the look of Plappa. Gonna give it a spin!


The article has some valid points about wanting certain kinds of notifications from an app, and hating the spam notifications those apps send.

However, iOS does indeed allow you to grant or deny an app notifications permission on first launch, and my default is to always deny.

The only apps I allow notifications for are phone, calendar, messages, my tasks, and my automations (shortcuts and some associated apps)


Absolutely. I’ve burned a number of things to the ground as I figure out what tf I’m doing. I’ve learned a lot doing it too!


Also switched from homarr to homepage and have been happy with homepage.


FWIW, I was also looking for an ebook server solution. I looked at Calibre/Calibre-web and did not at all like how that worked and how Calibre-web was dependent on the Calibre library, and I hated how janky Calibre was as a docker container.

I settled on Audiobookshelf. I already had that up and running for my audiobooks, and they’ve been adding and improving ebook support, and I’ve been very happy with Audiobookshelf for both ebooks and audiobooks.

I didn’t care for Kavita because of the folder structure it required for ebooks. I may have been biased against Kavita’s folder requirements because I already had Audiobookshelf up and running.

For Audiobookshelf, the structure is:

Author > Series Directory (if applicable) > Book Title (directory) > Book file


I had the same question awhile back and found no alternative to Calibre with the de-drm (I’m on macOS). So I do the same. Download my ebooks from amazon, de-drm with calibre and upload to my server.



I’d also suggest taking a look at Jellyfin.

As to the hardware, I’ve seen lots of recommendations for refurbished thin clients on eBay. Good value. Myself, I’m using a pc I had built for live streaming, and pivoted into a server. I think it’s got an i7 in it. I recently added some ram to bulk it up to 32g, and while it stared with a 240gb ssd, it’s now got a whole raid array in it.



Slow as a web server? I’ve only poked around it a little bit, the very little I did felt responsive, but I put no real load on it.


It’s another dashboard like homarr. I set up homarr and homepage side by side to pick one and landed on homepage. No specific reason, I just gravitated to it over homarr.



When I was testing, I didn’t really notice it being overly obnoxious when I was logged in to the admin web ui. I wasn’t paying too much attention to that aspect of it since I have no intention of paying for premium. They may have toned it down since that kind of thing turns me off as well and I tend to notice if it’s egregious.


As others have mentioned, workspace is too vaguely defined for good answers. FWIW, I use the Blink Shell app on iOS to ssh into my server and/or computers from my iPad for my command line workspace. I also use my iPad to access/use many of the services I’m self hosting.

If you’re looking for a gui/DE, then something like guacamole would suit you better.


You might like Grav. It’s open source, a lot lighter weight than Wordpress, and you don’t need to know css, html, etc…

I started messing with it a few days ago and so far it’s pretty nice.

edit: removed open source redundancy


Available to the internet via reverse proxy:

  • Jellyfin
  • Navidrome
  • Two websites
  • matrix chat server
  • audiobookshelf

LAN only:

  • homepage
  • NGINX Proxy Manager
  • Portainer

There’s more in both categories but I can’t remember everything I have running.