[Writefreely] A minimalist, federated blog

We are happy to add Writefreely to Yunohost. Writefreely is a simple, federated blogging platform,written in Go.

Writefreely website: https://writefreely.org/
Writefreely on GitHub: GitHub - writefreely/writefreely: A clean, Markdown-based publishing platform made for writers. Write

4 Likes

#Writefreely for #Yunohost has been updated to version 0.9.0

Detailed Fixes: https://github.com/writeas/writefreely/releases/tag/v0.9.0

Update with the following command:

$ yunohost app upgrade writefreely -u https://github.com/YunoHost-Apps/writefreely_ynh

2 Likes

#Writefreely for #Yunohost has been updated to version 0.9.1

Fixes:

  • Fix V2 migrations not run on a new instance

$ yunohost app upgrade writefreely -u https://github.com/YunoHost-Apps/writefreely_ynh

3 Likes

#Writefreely for #YunoHost has been upgraded to v0.11.2

#WriteFreely is a beautifully pared-down blogging platform that’s simple on the surface, yet powerful underneath.

Detailed fixes:

Upgrade with the following command:

$ yunohost app upgrade writefreely -u https://github.com/YunoHost-Apps/writefreely_ynh

3 Likes

v0.12 problems.

Since upgrading, links to articles don’t work, and the blog is unformated. Is anyone else experiencing these issues?

This is what it looks like when I go to the domain my blog is hosted on.

This is what it looks like when I login.

Can you try force-refreshing your cache (CTRL+F5), and also check your browser console to see if any CSS is missing?

1 Like

I held CTRL and clicked the reload button in Firefox. No change.
I tried Chromium as well.

How do I see if any CSS is missing?

Also, the links are wrong. For example, if I click that April 28, 2021 link it goes to: https://blog.arkadi.one/blog.arkadi.one/spqr-by-mary-beard

This gives a 404 error. If I edit the URL bar to SPQR: A History of Ancient Rome by Mary Beard — arkadi cloud it works.

In that page, if I click any tags, they are also wrong.
https://blog.arkadi.one/blog.arkadi.one/tag:ReadingChallenge2021

It should be ReadingChallenge2021 — arkadi cloud

Could links be mangled due to a CSS problem? This seems more serious.

No, you are right, something else is wrong here. CSS would only affect design, not URLs.

1 Like

Can you open an issue at Issues · YunoHost-Apps/writefreely_ynh · GitHub ?

1 Like

done!

Should be fixed with 0.12.0~ynh6

1 Like

thought it was fixed, but it’s not.

fixed

not fixed
-links to posts and tags still broken

I tried:

  • refreshing the web browser
  • restarting the writefreely service on the server

log
2021/05/10 21:22:51 [error] 13827#13827: *14263 connect() failed (111: Connection refused) while connecting to upstream, client: 138.68.60.118, server: blog.arkadi.one, request: “POST /api/collections/tootbrute/inbox HTTP/1.1”, upstream: “http://[::1]:8095/api/collections/tootbrute/inbox”, host: “blog.arkadi.one”
2021/05/10 21:34:38 [error] 13827#13827: *14509 connect() failed (111: Connection refused) while connecting to upstream, client: 138.68.60.118, server: blog.arkadi.one, request: “POST /api/collections/tootbrute/inbox HTTP/1.1”, upstream: “http://[::1]:8095/api/collections/tootbrute/inbox”, host: “blog.arkadi.one”
2021/05/10 21:39:45 [error] 13827#13827: *14710 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.15.132, server: blog.arkadi.one, request: “GET / HTTP/2.0”, upstream: “http://[::1]:8095/”, host: “blog.arkadi.one”
2021/05/10 21:40:07 [error] 13827#13827: *14710 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.15.132, server: blog.arkadi.one, request: “GET /blog.arkadi.one/spqr-by-mary-beard HTTP/2.0”, upstream: “http://[::1]:8095/blog.arkadi.one/spqr-by-mary-beard”, host: “blog.arkadi.one”, referrer: “https://blog.arkadi.one/”
2021/05/10 21:41:55 [error] 13827#13827: *14710 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.15.132, server: blog.arkadi.one, request: “GET /blog.arkadi.one/spqr-by-mary-beard HTTP/2.0”, upstream: “http://[::1]:8095/blog.arkadi.one/spqr-by-mary-beard”, host: “blog.arkadi.one”, referrer: “https://blog.arkadi.one/”
2021/05/10 21:44:36 [error] 13827#13827: *14710 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.15.132, server: blog.arkadi.one, request: “GET /blog.arkadi.one/spqr-by-mary-beard HTTP/2.0”, upstream: “http://[::1]:8095/blog.arkadi.one/spqr-by-mary-beard”, host: “blog.arkadi.one”, referrer: “https://blog.arkadi.one/”

Can you check if writefreely is at version 0.12.0~ynh6

Yes, I’m at 0.12.0~ynh6

added more logs on Github page

Solution!

Upgrade to 0.13.0~ynh1

All good. Thank you!

1 Like

Hey Guys, why is there no Custom JS under Customize in the latest version of writefreely?