this post was submitted on 01 Jun 2024
17 points (94.7% liked)

Selfhosted

37754 readers
841 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 1 year ago
MODERATORS
 

What would you recommend?

all 9 comments
sorted by: hot top controversial new old
[–] [email protected] 13 points 1 month ago (1 children)

Depends on your level of technical expertise.

A static website generator like Hugo is usually a good choice.

[–] swooosh 5 points 1 month ago

Thx. Looks good markdown ftw

[–] PeachMan 6 points 1 month ago* (last edited 1 month ago)

If you want a no-code solution, I recently created a homepage using GrapesJS (for free). I'm hosting it on Cloudflare Pages (for free). The whole setup was dead simple and almost completely free, I'm only paying for the domain.

EDIT: oops, that isn't technically self-hosted....but GrapesJS is a very cool tool for building a simple HTML website. Just make it looks like you want and it'll spit out all the files you need for hosting wherever your heart desires. Caddy, GitHub, whatever.

[–] [email protected] 5 points 1 month ago

Probably overkill, but for projects like this I've setup WordPress in the past. Once everything was done, I converted the WordPress page to a static site with httrack and use the static version.

This gives the ease of setting up and editing combined with the stability and security of a static HTML website.

[–] [email protected] 4 points 1 month ago

HTML and Caddy.

[–] [email protected] 3 points 1 month ago

As others have said: it depends on your technical expertise.. But a nice and cheap solution is hosting a static blog build with Jekyll on Gitlab pages.

[–] [email protected] 2 points 1 month ago

You could check out HTML5UP for some simple, well designed site templates. For your needs, maybe something like the Astral template will do?

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

If you wanna expand your site in the future, something like Kirby CMS might be great. It is paid but dev experience, community and loading speed of pages are much better that with something like Wordpress.