this post was submitted on 25 May 2024
5 points (100.0% liked)

Selfhosted

39940 readers
641 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
 

Looking through the writefreely.org instances on their website, a lot of the links are dead or closed for registration. The one that is open and working is promoting a paid version. Is hosting a writefreely instance heavy on resources, attracting the wrong people or just not "cool" enough?

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 5 months ago (1 children)

I did register writefreely.world planning to host that one day, but I need some more selfhosting nerds to help out running all these instances :-) The foundation is now already running a few dozen Fedi instances :-D

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

That's funny I just looked at your site and vacancies today. I do not qualify for any of those spots though. You've got an impressive amount of services build up. Keep up the good work!

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

Ghost is working on adding ActivityPub to their self-hostable blog software now.

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

It’s not difficult to self host. Pretty light on resources. Documentation on how to do so could use some work though. I believe I used a docker image to get up and running.

The main reason I personally don’t allow public signups on my instance is that US law is rather chaotic. If section 230 gets cancelled or repealed I don’t want to be held responsible for what some random person chose to write. It may not be a big risk at the moment but I don’t have the mental bandwidth to deal with it.

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

It's extremely light to run, and very easy to install and upgrade. I ran one for just myself without open registrations. The only con is that the community (self-hostable) version doesn't allow js due to "safety reasons" so in order to have something like comments for your blog you have to either perform several janky CSS hacks or adjust the source code yourself. The only reason I chose wf was because of federation, but I eventually switched to standard WordPress with the federation plugin and now have comments and whatever else I want.

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

:shrug:

It's trivial to host yourself, and super light on resources. Personally, I don't use it; for blogging I write markdown and rsync it over to the server where Hugo picks it up and turns it into a blog. Now that I think about it, I should probably go shut my WriteFreely down. I have a few pages on it, but I hate web app interfaces, so I didn't put much content in it.

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

Thanks, I was also doubting about Hugo but came about writefreely as well.

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

It depends on how you want to write. If you want to use a web interface, WriteFreely is decent. If you like your text editor, Hugo is fantastic.