I run the FBXL Network including FBXL Search, FBXL Social, FBXL Lemmy, FBXL Lotide, and FBXL Video. Mostly for my own use because after having my heart broken by too many companies I want to be in control of my own world.

I also wrote The Graysonian Ethic: Lessons for my unborn son, now on Amazon

  • 2 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle



  • I have a feeling you’d end up with a bunch of big drives with small volumes on them if it did work.

    Warning you, I’ve had issues with RAID combining SSD and HDD. Basically I was on an older dell server and I wanted to do mirroring and the bios straight up refused to do it because it didn’t want to mix ssds and hdds.




  • My argument about why would be more honest than other apps is that it would be distributed and self-hosted. Most dating apps are trying to eventually monetize you. It isn’t that the users are more or less honest, is that the platform for themselves are less honest because they need to make you feel like it’s worthwhile popping money on their dating website. Moreover, a self-hosted solution doesn’t need to impress investors by having 12 billion users.


  • I’ve been self-hosting a wide variety of things including nextcloud (which is one open source project I advocate everyone look at, especially on a web domain so they can access it from anywhere)

    Go linux for hosting your open source projects. Just do it. I’m not saying that because windows is inherently worse than linux, but because everything out there is documented as if you’re hosting off of linux. In fact, you should really consider using Ubuntu-server, because most things have documentation specifically for ubuntu.

    Going with windows server as mostly just s hyper-v box with your linux installations inside, that might be worthwhile.

    If your IP address appears static, then you can probably just directly configure dns through the web interface of your domain provider. There’s a great script out there for doing dynamic dns using different providers such as godaddy, that could be some insurance to make sure you don’t end up with a non-working social media network.

    One thing you should consider is running one virtual host as your reverse proxy that redirects different subdomains to the different individual servers running your services. The reverse proxy server running something like nginx would then deal with all your subdomains, and if you work on say your nextcloud and need to reboot it won’t take all your services down at once because your reverse proxy continues to function for all your other services.








  • Nice!

    A short but very nice article, and some good discussion about meta that isn’t just “press the ban button”. It’s important to note that threads and Lemmy probably won’t have much to do with each other since it’s a Twitter clone.

    One big thing is what I always say: decentralization is strength. Spread out over different instances and start your own instances or what happened on Twitter will just happen again.



  • SJ_Zero@lemmy.fbxl.nettoSelfhosted@lemmy.worldHow much swap?
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    1 year ago

    There’s people who make dumb arguments that go “but what if you run out of ram?” And then someone else says “I have enough ram” and then someone else goes “but what if you run out of ram?”

    I have a small amount of swap, a few gigs, and enough memory for the application. Moreover I also have my swappiness set to 0 because I don’t want stuff swapped out of memory. If I need more memory I need more memory.