WriteFreely is an open-source platform that allows you to start your own blog, newsletter or social platform. In this tutorial, you will learn how to install WriteFreely on the latest version of Fedora CoreOS.
$ ssh myuser@server-ip
$ sudo rpm-ostree update
containerd
container runtime and the podman
container engine:$ sudo rpm-ostree install containerd podman
$ sudo mkdir -p /data/writefreely
$ sudo podman pull writefreely/writefreely
$ sudo podman run -d \
-p 80:8080 \
-v /data/writefreely:/data \
-e APP_ENV=production \
-e DOMAIN=mydomain.com \
--name writefreely \
writefreely/writefreely
Replace mydomain.com
with your domain name.
Congratulations, you have successfully installed and setup WriteFreely on your Fedora CoreOS server! You can now start creating and sharing posts on your own platform.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!