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
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...
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.
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.