this post was submitted on 14 May 2025
34 points (94.7% liked)

Selfhosted

46672 readers
1063 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm starting a NonProfit Fediverse powered business called BT Free. I was thinking of making my homepage built on Ghost, but due to some of it's choices, I'm looking for something else.

Does anyone have any suggestions for a self hosted, possibly fediverse powered, software for creating a simple clean efficient business website landing page that explains who we are, what we're doing, etc. I am NOT a designer so something with templates or can hold my hand would be wildly helpful.

I was thinking maybe a static site generator maybe?

Anyone have ANY thoughts or suggestions? Remember there are no such things as bad ideas or comments!

you are viewing a single comment's thread
view the rest of the comments
[–] fubarx@lemmy.world 5 points 5 hours ago (1 children)

Have used Jekyll, Hugo, and Docusaurus to generate static sites, and Wordpress and Ghost for blogs.

A few things to think about:

  • Where do you plan to host and how much is the monthly budget?
  • How much traffic do you expect to get?
  • Will the content be static or updated often (i.e. landing page site vs. blog).
  • Will more than one person be updating the site?
  • How technical is the person/people updating the site? Are they OK with using terminal and command-lines, or GUI and point and click.
  • Will there be 'member-only' features, i.e. things that require users creating an account and logging in?
  • Will you need to offer a way for people to get in touch? Like, contact pages, email, etc.
  • Will there be a need for public to post and answer questions (i.e. a forum).
  • Will you need future support for things like newsletters, shopping carts, etc.

If one-person, technical, static, I'd go with Jekyll and Github pages, or Jekyll/Hugo/Docusaurus on Cloudflare pages. They all have templates. But you need to know how to setup github repos and tools. Cost is $0 to operate, other than annual fee for custom DNS domain name.

If more than one person, non-technical, or dynamic, then hosted Wordpress or Ghost. Budget for DNS name and ~20-50 dollars or euros/month (plus or minus, depending on features and traffic). There are free versions of these, but they slap ads all over them.

You can self-host all these, but it's much easier to have someone else deal with traffic spikes.

If you need community forums or a way for users to communicate with each other, then none of the above.

[–] ozoned@piefed.social 1 points 2 hours ago

This is excellently well thought out post and some GREAT questions! I'll have to go through this more. I'm definitely planning on Self Hosting via Hetzner, I expect it to be static. I don't honestly expect much traffic, but who the hell knows. :-D I don't think I'll need forums as I have the Fediverse! :-D