I would like to set up an online platform for users, within my niche hobby of interest, to blog about their activities. (notice the hosting company only has FTP access and databases - no SSH)

So it is basically an online blogging platform (could it be wordpress?) where people simply sign up and start blogging about their hobby. I would want sign up to be more or less automatic. As far as I could tell, Wordpress offers this, but an admin would be needed to set up and approve the new blog.

I was hopping for a joined feed on the front page, showing all post as the are posted, but also allow for each user to have their own “front page” or feed, with their own posts.

Categories, tags etc should be shared (but not uploaded media).

I have been looking at federated option, but the ones that I have found require SSH or me to be able to execute commands (?). I have only tried installing systems using the PHP files and I am not offered SSH or cPanel at my host

  • dunz
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    Wordpress should work fine for just ftp and database access only. It all depends on what’s running serverside, and if you can install stuff. I know some php-modules are absolutely necessary. I’ve ran WordPress on a multitude of companies, hardware and software. It isn’t hard to get it running if you know your way around a webserver

      • zout@fedia.io
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        3 months ago

        I had a Wordpress blog set up like that once, and it should still be possible. Although you might get a lot of spammers that way. I did this 15-20 years ago, on Wordpress 2.0. Edit: just checked on my test install, it still works.

        • cosmicrookie@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          Thanks! There must be some plugin that filters most spam users out. Ill have a closer look at it again. Thanks!