There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

yuun , to futurama in Which Futurama line(s) do you find yourself quoting for no raisin?
@yuun@lemmy.one avatar

Wait, I’m having one of those things: a headache with pictures.

An idea?

yuun ,
@yuun@lemmy.one avatar

Also:

Dave’s not here, man

ilikedatsyuk , to selfhosted in What does your infrastructure look like?

I have an HP DL380 Gen8 and then a PC I bought from the local university and use as a server.

My DL380 runs ESXi. My PC runs Ubuntu on bare metal.

All of my apps are either fully VM-based (Home Assistant OS) or run in containers. Containers are far easier to build, upgrade, and migrate, and also make file management a lot easier.

I use Docker Compose. No Swarm or Kubernetes at this point.

Hopefully this is at least a good start! Let me know if you have any questions.

demosthenes OP ,

Yeah, that’s great! I’ve got an old HP desktop that a family member discarded that will be the start of mine.

Do you use a single docker-compose.yaml file for an entire machine, or docker-compose files per-app?

ilikedatsyuk ,

A combo of both. I group all my media apps like Sonarr, Radarr, SABnzbd, etc together in one compose since I consider each of them to be a part of the same “machine”, but most of my apps have their own compose.

ryry1985 , to futurama in Which Futurama line(s) do you find yourself quoting for no raisin?

Shut up, Baby. I know it!

Fictionalistic , to gaming in Comfort games?

MH Rise (Lance for tank mode) - fighting Melvor - idling Disney Dreamlight Valley - collecting Hardspace Shipbreaker - dismantling

Sickify , to selfhosted in What are YOU self-hosting?

My main machine is running Linux Mint on a Ryzen 2700x, 32gb ram, 80TB of raw storage and a vega 64 GPU.

Running:

  • Home Assistant
  • Emby Server
  • Photoprism
  • Piwigo
  • The usual NZB suite
  • FTP Server for uploading cellphone pictures automatically at night time
JshKlsn ,
@JshKlsn@lemmy.ml avatar

Photoprism

You should give Immich a go. It’s infinitely better.

leopardboy , to selfhosted in [Question] Does anyone run their own email server?

I used to run my own mail server many, many years ago (early 2000s), but today it’s a lot more difficult. I personally don’t think it’s worth it, but I do have my own domain that I can host anywhere I choose. At the moment, I’m using Fastmail. Lots of nice features, and no complaints.

DidacticDumbass OP ,

Yeah, I think getting my own domain is the first step I have never taken. Closest thing to web development I have done is a Neocities I have not messed with since getting an account.

leopardboy ,

You definitely don’t need to worry about a web site if you want to just use the domain for email.

Feel free to hit me up if you have any questions about it. Some providers make it pretty easy I think to setup and manage all of that together, while others require some manual work on your part.

DidacticDumbass OP ,

Thank you for the offer! There seems to be a lot of packages that automate all the hard stuff, so I think the hardest part is actually getting my own domain and paying for a remote server.

Any suggestions on that?

Osayidan , to selfhosted in What are YOU self-hosting?
@Osayidan@social.vmdk.ca avatar

My general rule is to not self host things that are good enough / free (as in $$ not FOSS). So I don't host email or music. I'm not a huge music person so spotify does the job, and gmail's been great since it started.

Things I do host

  • media server (jellyfin + sonarr/radarr etc)
  • stable diffusion image generation server
  • games (starbound mostly, killed minecraft after microsoft takeover)
  • lemmy
  • comics/manga server (komga)
  • yt-dl web interface
kresten ,

Starbound is great game as well

IrrationalNumber , to fediverse in Welcome to the Fediverse! Hello everyone!
@IrrationalNumber@lemmy.world avatar

I’m new here and am uninitiated: what is Calckey? Is it like Mastodon? I haven’t seen many talk about it online

ArtBear OP ,
ThorrJo , to selfhosted in [Help] How can I self host services (eg, a website, lemmy instance, vpn) on my own hardware while hiding my IP?

As others have pointed out,

  1. a VPN (so that your outbound traffic comes from your VPN endpoint, not your bare IP address)
  2. a reverse proxy server

I use a router from GL-iNet to run the always-on VPN, and rathole for a reverse proxy. Both the VPN and the reverse proxy terminate at $4/mo VPSes.

rumplefugly , to retrogaming in Favorite Retro Games
@rumplefugly@lemmy.world avatar

Favorite game ever is Final Fantasy 6 (FF3 in the states). It’s got that steampunk vibe, the BEST character development, worst villain, and the music SLAPS. Don’t even look at original cartridge prices though, it’ll make you sick.

TheButtonJustSpins , to selfhosted in [Help] How can I self host services (eg, a website, lemmy instance, vpn) on my own hardware while hiding my IP?

Check into Cloudflare Tunnels.

dap ,
@dap@lemmy.onlylans.io avatar

Cloudflare tunnels are great but OP may not want to have to authenticate each user to their services.

pleasestopasking , to nostupidquestions in Why would someone want to be the mod of a community?

Imo this gets to the crux of how “people don’t want to work” is such horseshit. People don’t mind, or even like working to share knowledge and build community. And when they have the capacity and free time, they’ll do it for no pay.

People don’t want to work at something that feels like it makes no difference in their world or the world, when they’re not getting treated well or paid enough. They’ll work at things that deserve it in their life.

nodsocket OP ,

I think you hit the nail on the head there. In fact one of the biggest sources of economic value for networks like Lemmy and Reddit is the free labor people are willing to do out of passion for the community.

hib , to selfhosted in Should I be concerned with exposing my server to the public?

Here is my setup:

Cloudflare fronts all of my webserver traffic, and I have firewall rules in Cloudflare.

Then I have an OPNsense firewall that blocks a list of suspicious ips that updates automatically, and only allows port 80/443 connections from Cloudflare’s servers. The only other port I have open is for Wireguard to access all of my internal services. This does not go through Cloudflare obviously, and I use a different domain for my actual IP. I keep Vaultwarden internal for extra safety.

Next I run every internet facing service in k3s in a separate namespace. This namespace has its own traefik reverse proxy separate from my internal services. This is what port 80/443 forwards to. The namespace has network policies that prevent any egress traffic to my local network. Every container in the WAN facing namespace runs as a user with no login permission to the host. I am also picky about what storage I mount in them.

If you can get through that you deserve my data I think.

skywhale241 ,

I need to learn more about cloudflare. Do you have the guide for this setup!

hib ,

Unfortunately no guide, just things I’ve pieced together myself over the years.

Cloudflare is probably the easiest and most intuitive part of the setup though, you can setup dns/proxy/firewall rules very intuitively, and I’m sure there are plenty of guides out there.

ImplyingImplications , to nostupidquestions in Why would someone want to be the mod of a community?

they do it for free

giddy , to selfhosted in How do you guys have your music streaming setup?
@giddy@beehaw.org avatar

I have airsonic running in a docker container behing Nginx Proxy Manager. I use play:Sub on my iphone and it lets me download albums to my cache.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines