Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
The reason why I picked it was the 2021 award and the previous awards. However themeing has been a pain point for me. Given that my story site is picking up steam, I want to start making it look better and I am still struggling with themeing. Automad themes well, but does not have the plugin/modules I need.
I used WordPress (the self hosted one) and Drupal. They were both fine for my needs. I've never used Grav, so I'm not sure how it compares. As for making it look better, I think it's more important to the user that the site is usable and easily navigate-able. I know those were the main things I looked for in niche sites. Of course I preferred that they didn't look like they were plucked out of 1999, but as long as I could easily find what I was looking for, I didn't care that much. I guess what I'm trying to say, is that I hope you find exactly what you're looking for, and that your users appreciate you for your efforts on that front, as well as the content itself : )
I have used both WordPress and Drupal and they are pretty good. I leaned towards Drupal more, for its flexibility. Grav is superb for my needs. Lightweight, fast, very few requirements, its the best platform to use for what I am doing. However, for all those benefits, there are limitations, and to me, themeing and documentation are a pain. However, it is the best flat file CMS hands down.
After using GitHub Pages (Jekyll) and some experiments with GRAV and Serendipity/S9Y, I’ve ended up with WordPress on SQLite for my blog as it provides everything a proper blog needs: RSS, comments, trackback/pingback, spam filter and ActivityPub/Fediverse integration.
But for a CMS without any social aspect I’d probably use GRAV and make it work somehow.
This seems to be the way. Panel beating Grav. Dang. Wish it were more friendly, but still much respect to the development team.
From a technical standpoint, I still have some admiration for ProcessWire which is basically just the backend of a CMS and requires you to code the frontend. It has a great API and is awesome to build websites with. Just create your HTML and insert the PHP snippets wherever you need some dynamic info.
However, it requires a fully fledged database which is what I'm trying to avoid with most of my projects.