this post was submitted on 18 Mar 2024
12 points (100.0% liked)

Selfhosted

38810 readers
100 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
 

There are lots of projects that enable groups to organize themselves, gather ideas and organize documents.

Does anyone know any Free Software solution that is somewhat tailored to the needs of an action group? It should be easy to use, enable and invite people to participate and provide some means of collecting signatures for the cause. Ideally it'd also provide a Wiki for later, a contact forum and some means to organize and collaborate on ideas, brainstorming and schedule meetings.

I'd also like to hear about other solutions, even if they target something broader and I'd have to customize them. Or miss some features but I can combine them with other software. Most importantly it has to be easy to use and inviting, so people would like to participate.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 months ago (1 children)

See if civicspace still exists. I think it was renamed but stayed around at least for a while.

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

Do you mean https://civicspacelabs.org ? That seems to not be actively developed for a long time alreadt. And sadly I also couldn't find any successor. It's been a Drupal plugin, right? Drupal also lists "Open Social" but I'm not sure about that. Doesn't properly match my needs and their website smells like open-core software and they'd rather sell me something...

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

Yeah that was probably it. Oh well. I had heard of it but wasn't familiar beyond remembering that it used Drupal.

Still, in the old days, your app could have been a simple CGI script. A little known "secret" is that you can still do that.

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

Thanks. I'll delve down a bit more into the world of Drupal and Wordpress plugins. Maybe I can piece something together with that. It's just very annoying to always navigate around all these paid plugins that come with a barely usable open variant...

Hehe. I think my needs are a bit more complicated than that. I could probably put together a Perl script for CGI to collect some signatures 😆 But I'm still missing 85% of the total things I need. I'm glad we have easy deployment methods nowadays. I mean I've started like that. Fighting with CGI and badly organized PHP scripts. And they've all gotten a headache to maintain at some point. But nowadays I can set up an environment with python, flask and a database in about the same time. It's just that that web development isn't fun (to me) anymore. You always need 3 frameworks to do a single task, learn how to use them and maintain the requirements, and spend quite some time implementing javascript popups if an input got accepted, do mandatory email double-opt-in techniques and do lots of theming and responsive design stuff... I'm sorry, I got a bit off track here. But I'd really like to avoid this.