view the rest of the comments
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!
If you want to host it on your own webserver, Wordpress is best answer. There is no CMS that will really compare to WP for ease of set up and configuration if you are hosting yourself. WP is also portable so if you do decide to move it to a different host you can port the whole site. Should know that WP is a security nightmare if its not kept updated. It requires ACTIVE maintenance, like every day, no longer than every week, it is not "set it and forget it".
Editing to add- self hosted Drupal and Joomla are also options. I not as familiar with these as I am WP, but they are both portable and easy to set up in a self hosted environment. Also maybe slightly less of a security issue than WP as they are just used less.
If you don't mind someone else hosting, Wix, Weebly, Duda or Squarespace are very simple systems that can get a site up for you quickly and looking decent. But you cannot move the site to a new host, you are required to stay within their environments.
I find Drupal just as easy to set up as wordpress. Most shared web hosts have a script to do everything for you, including installing updates. In fact, I find Drupal's administration more logical and easier to manage. (I may be biased, since I spent 10 years developing Drupal sites.)
The other advantage is that, unlike WordPress, Drupal themes and plugins (the Drupal term is "modules") are almost all open source and free. I find that WordPress has lots of plugins that give you the basic version for free, but then want to upsell you to a paid version.
@gramie@lemmy.ca
@pirat@lemmy.ml @stopforgettingit@lemmy.dbzer0.com
I think the new Drupal CMS install profile + Recipes via the Project Browser makes Drupal MUCH easier to maintain than WP for anyone already familar with Composer or other package managers like npm, gem, homebrew, etc
The idea that most WP sites (that aren't hosted by WP.com) are still maintained by downloading the plugin files from WP.org and then uploading the files to the site blows my mind.
It's even better than that. In WordPress, you can select a plug-in from within your WordPress administration, and install it directly. You receive update notifications by email, and can upgrade within the administration panel as well. You don't have to download and then upload anything.
In both Drupal and WordPress, you can upgrade the site and plugins/modules from CPanel.
Totally forgot about Drupal and Joomla for CMSs. Its been along time for me since I have worked on a Drupal site, but I do remember it being pretty easy to pick up.