this post was submitted on 02 Apr 2024
27 points (100.0% liked)

Ask Lemmy

26778 readers
2546 users here now

A Fediverse community for open-ended, thought provoking questions

Please don't post about US Politics. If you need to do this, try [email protected]


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

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

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 7 months ago (1 children)

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

[–] [email protected] 1 points 7 months ago (1 children)

Do you know if i can let people sign up as authors instead of me having to upgrade them to it?

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago) (1 children)

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.

[–] [email protected] 2 points 7 months ago

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

[–] [email protected] 3 points 7 months ago (1 children)

I've not used it, but supposedly there's a plugin that allows Wordpress to generate over ActivityPub (which Mastodon uses).

[–] [email protected] 2 points 7 months ago (1 children)

I have that for my personal blog and it works nicely!

Its the part of opening up the door for external users to start posting on it too that seems tricky. But it may be the best option to use wordpress and somehow automatically let them post there

[–] [email protected] 1 points 7 months ago (1 children)

A single wordpress blog comes premade with multiple user/author support with granular permission supprted out of the box.

[–] [email protected] 1 points 7 months ago

Do you know if they can sign up as authors instead of me having to change their permission manually?

[–] [email protected] 2 points 7 months ago

Not sure if this fits your exact need, but I've been running my blog on Grav CMS. It's really easy to setup as it uses flat file to store your content instead of database. You could just download a tarball, extract it, point your HTTP server (and php-fpm) to it, and see it on your web browser. If you know your PHP, you could even customize a theme.

Anyways, feel free to check out my blog: timkenhan.co

[–] [email protected] 2 points 7 months ago (1 children)

Possibly a stupid question, but is changing host an option? You should be able to run what you need from a VPS at one of the established providers. Personally I use Hetzner and I like them, but there's a bunch of providers available.

[–] [email protected] 1 points 7 months ago

Id like to stick with the ones i have partly because they are small but personal. Also i have a few domains with them and they share the space among domains. So the ones i only have for email contribute to the space available for the domains that need more space

[–] [email protected] 2 points 7 months ago

Why not run Lemmy?