- 5 Posts
- 29 Comments
I don’t doubt that, I’m saying this more because there are additional routes that i had to configure in NPM to get lemmy working properly. This may be where OP is having issues, you can probably set them up in CF too but I have no idea.
Are you pointing cloudflare directly to Lemmy? I have mine going from cloudflare to Nginx Proxy Manager configured to serve Lemmy.
There is some additional configuration necessary for a reverse proxy in front of Lemmy, which is potentially where things are getting messed up for you?
jivandabeast@lemmy.browntown.devto
politics @lemmy.world•Trump says he’ll withhold money from New York if Mamdani becomes mayor
6·1 year agoCommercial groceries are expensive, a city owned distributer can negotiate prices with food suppliers and pass those savings along to citizens by selling food at or extremely near cost.
Also food deserts.
jivandabeast@lemmy.browntown.devto
politics @lemmy.world•Trump says he’ll withhold money from New York if Mamdani becomes mayor
18·1 year agomight easily become a nationwide avalanche
Anecdotally, I have fairly non-political coworkers in other states that are hyping up Mamdani. His reach across Gen Z is honestly insane and people are even making TikTok/Instagram hype edits of him all the time
jivandabeast@lemmy.browntown.devto
politics @lemmy.world•Trump says he’ll withhold money from New York if Mamdani becomes mayor
80·1 year agoMamdani is a NYC mayorial candidate who is a member of DSA, pro-palestine, has stated that he would have Netanyahu arrested if he came to NYC, and is running on a platform of:
- Fast and free buses within NYC
- Rent freeze every year for New Yorkers in rent stabilized housing
- City owned and operated grocery stores
- Creation of a Department of Community Safety to tackle mental health challenges rather than NYPD
- UPK
jivandabeast@lemmy.browntown.devto
politics @lemmy.world•World’s most popular TikTok star Khaby Lame leaves the US after being detained by ICE
253·1 year ago?? TikTok has been a huge thing for almost 6 years at this point, of course there are popular TikTokers (Khaby has even done a cameo in the most recent Bad Boys movie)
jivandabeast@lemmy.browntown.devto
politics @lemmy.world•Mexican security chief confirms cartel family members entered US in a deal with Trump administration
133·1 year agoYou being blocked is very much a you problem, and shouldn’t cause the rest of us to avoid posting links to a well known and reputable news source
jivandabeast@lemmy.browntown.devto
Selfhosted@lemmy.world•What are some cool projects that I can do with a 1st gen Raspberry Pi?English
1·1 year agoIt’s a program that uses an SDR to pick up the signals broadcasted by planes (ADS-B) containing their flight information. Then the data gets uploaded to an aggregator (FR24, Flight Aware, ADS-B Exchange) that gives a global view of all planes in the sky.
You can use the aggregators for free without uploading, but you get some perks for being a contributor. I just do it because it’s cool and I use the platforms for getting info on flights I’m taking (you can tell if your flight is gonna be delayed if the plane is delayed elsewhere for example).
jivandabeast@lemmy.browntown.devto
Selfhosted@lemmy.world•What are some cool projects that I can do with a 1st gen Raspberry Pi?English
4·1 year agoI took an old pi and threw a flight tracker on there. Now i have premium accounts on FR24, FlightAware, and ADS-B Exchange.
I have a few other pis which run other stuff though, my favorite thing to do is install nginx proxy manager and tailscale, then use it as an entry point to my network (this was born out of my main server being a bit unstable, which i have since fixed but kept NPM off of it because the pi is pretty much set and forget)
jivandabeast@lemmy.browntown.devto
Political Memes@lemmy.world•hey capitalism, how are you doing?
3·1 year agoI’m under the same impression, but I assume that since they arent meat chickens that they need the extra time to grow big enough to he harvested?
jivandabeast@lemmy.browntown.devto
Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish
22·1 year agoEhhh i don’t think that justifies having people pay to stream, i doubt a lot of people even ever used that functionality and yeah they could have just pay walled it if it was that much of a problem.
jivandabeast@lemmy.browntown.devto
Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish
71·1 year agoFinal thought: there’s also a fair chance (I’d rate it at almost 70%) that they presented this to us because they knew it would piss people off. Then, in a week or so, they will post a “we’re sorry, is this better?” with the changes they’re ACTUALLY going to make. A ploy to make us blindly agree to whatever they want because “at least it’s better than what they wanted originally” 🙄🙄
jivandabeast@lemmy.browntown.devto
Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish
312·1 year agoThe audacity of this company to increase prices when:
A) downloads are locked behind the paywall but havent worked in years (probably close to a decade at this point)
B) they focus all the development time on bringing bullshit to the platform (live tv, rentals, other streaming app searches, etc)
Requiring a subscription for remote access is actually fucking insane, they don’t have any bandwidth costs associated with that other than authentication so ???
This will drive people to Jellyfin, and watch how fast Plex drops into irrelevance when all the selfhosters move away. Plex is (now was) the #1 thing to that both myself and others in this community would recommend to someone looking to get into selfhosting. ¯\_(ツ)_/¯ not anymore, wonder how much the revenue will drop?
jivandabeast@lemmy.browntown.devOPto
Selfhosted@lemmy.world•Set up Tailscale with NGINX Proxy ManagerEnglish
1·2 years agoNice! So you were able to get everything working?
jivandabeast@lemmy.browntown.devOPto
Selfhosted@lemmy.world•Set up Tailscale with NGINX Proxy ManagerEnglish
1·2 years agoHey, can you elaborate a little bit more? Based on my Google search, casa-os is a front end for selfhosting? So, I would assume that you are not connecting to the right ports.
So, my assumption is: casa-os is using your port 80 and 443, so when you set up the DNS A Record, and navigate to it in your browser, it takes you to the homepage for casa-os. If this is indeed the case, then you have a couple options. You could:
- Change the ports that casa-os is using and then rebind NGINX to 80 and 443
- set up a second device just for NGINX (which is what I do, I use a Raspberry Pi just for network entry for stability reasons)
- (I’ve never done this, so YMMV) you might be able to use Tailscale Serve
- You would have it serve the port for NGINX under your Tailscale DNS name
- Once you’re there, I imagine that you could use a CNAME DNS record or something on your custom domain in order to continue using the domains that you want, sub domains, SSL, etc.
Let me know what ends up working for you. I hope that either option 1 or 3 work, if those fail then you can definitely get it working via option 2 :)
jivandabeast@lemmy.browntown.devOPto
Selfhosted@lemmy.world•Set up Tailscale with NGINX Proxy ManagerEnglish
1·2 years agoCan you provide an example? I’m a little confused by what you mean.
jivandabeast@lemmy.browntown.devOPto
Selfhosted@lemmy.world•Set up Tailscale with NGINX Proxy ManagerEnglish
1·2 years agoOnce the port is open, you should be able to access it via the tailscale IP just as you would locally on your network
jivandabeast@lemmy.browntown.devOPto
Selfhosted@lemmy.world•Set up Tailscale with NGINX Proxy ManagerEnglish
2·2 years agoAhhh i gotcha, so basically it forwards traffic through the pi so that you can send traffic through tailscale on devices that don’t support it? Sounds like a cool idea tbh
Good on ya for the tailscale/syncthing though, off-site backups are super important! If Jellyfin supported federation you could merge your library and your parents library and have it all accessible through each of your local instances. Maybe one day they’ll add it, i think it would be a killer feature.
Glad the write-up helped though, it should at least help you move towards single instances (at least for immich) since you can just backup on tailscale via the dns entry!
jivandabeast@lemmy.browntown.devOPto
Selfhosted@lemmy.world•Set up Tailscale with NGINX Proxy ManagerEnglish
2·2 years agoGlad to help, yes that is a perfect example of how you could use this to your benefit. Much easier to just tell people to enable VPN (tailscale) and navigate to an easy to remember URL.
I’m somewhere in the middle, I do cybersecurity professionally so i work a lot with technical stuff but my hobbies are much deeper in it so theres a lot of stuff i don’t know. But, thanks to these communities i was able to learn how to do a lot of things and have now levelled up into doing the research on my own and trying to give back :)
In your dream scenario, is that each family member would be hosting immich/jellyfin on their pi zero? Or is the pi zero somehow routing traffic for them back to your server for jellyfin and immich?

Of course this is only for senators, god forbid they give us mere civilians the same protections 🙄