📖 Introduction
Welcome to our newest community update. In this edition we want to take a closer look on how to bring your Flarum community to the next level. Also - like you are already used to - we will share interesting updates on the Flarum ecosystem, including the newest plugin additions. In Edition 2 of our community updates 2022 we have been looking at options to improve the performance of your Flarum installation - feel free to skip back to this post in case you are interested. But now lets move on to our newest update.
The big FreeFlarum Interview with @SKevo and @Sanguine
FreeFlarum is undoubtedly the number 1 source to quickly get started with Flarum. Today we want to take a closer look behind the doors and behind the people that make this service possible.
FreeFlarum is a great contribution to the Flarum ecosystem. What's the 'mission statement' for the service?
@SKevo (As I mentioned) I wasn't there from the very beginning, but FreeFlarum's main idea is to provide a starting point for new communities. It can be hard to get a Flarum forum up and running for unskilled users that are unfamiliar with Linux-like OS-es. Thus, FreeFlarum was created - an automated, free service to aid you with the creation of your forum in a matter of minutes. And when your forum becomes too big for us, you can download all of your data and migrate to a self-hosted alternative very easily. I think it works pretty well and people like it so far!
@Sanguine We help you to launch - and own - your forum. Don't depend on big companies to communicate with your friends. Beautiful forum software should be available to anyone.
How many forums does FreeFlarum currently host?
@SKevo Currently at around 2 000 forums are online at FreeFlarum. The peak is at around 2 700, and at that point we run a custom script to automatically archive unused forums to save disk space. These forums are then kept for around 1 - 2 months, available for reactivation.
@Sanguine Since 2017, more than 20 thousand people have launched a forum with us, and almost half a million messages have been written. People from 172 countries are using FreeFlarum! It's truly mindblowing...
Top countries are the US, China, UK, India, Turkey, Russia.
What does this mean in numbers (necessary to cover those communities)?
@SKevo 70 GB of disk space on 8 GB RAM Hetzner server located in Germany. And some spare hours to help with support, server maintenance, etc...
Can you please introduce yourself @Sanguine and @SKevo and your role with FreeFlarum?
@SKevo I am a young guy from Slovakia. I like software and computer stuff in general. I do programming just as a hobby
(I self-learned 90 % of it) and my main field of study is actually economics and accounting.
As for my role at FreeFlarum, at the very beginning, I found out that it had a GitHub page with documentation. I forked the repository and made some pull requests, documenting FreeFlarum and later a couple of Flarum's extensions. Sanguine noticed me and decided to give me collaborator rights. I want to thank him for this amazing opportunity - not everyone is so kind! It's amazing what we've accomplished together.
Anyways, I eventually have proven myself and got access to SSH. The beginning was rough because I haven't used or even touched anything Linux related before! Sanguine told me how some of the important stuff works in his spare time, but I have learned a lot by just experimenting and Googling. I can't believe how I am now doing stuff that I haven't heard of before 2 - 3 years on a daily basis now!
@Sanguine I am a 42 yo programmer from the Netherlands. When my first kid was born in 2017, it was a stressful time, we spent months in the hospital. To distract myself a bit, I started a forum for people living on boats (as I do). I fell in love with the beauty of Flarum, but also noticed that it took some effort to get Flarum up and running, and many people were struggling with it. Eventually my houseboat forum failed miserably 😆 but I decided to help others and launch a Flarum-as-you-go service.
How much time does it take (per week) to keep running FreeFlarum so smoothly?
@SKevo We try to automate as much as possible so that we can have more time to do other things that take priority in our lives. I'd say that FreeFlarum is pretty self-sustainable and stable. The only things that need our attention are E-mails, posts at Discuss and occasional server maintenance (cleaning up inactive forums, for example). I don't have any timetable - when an E-mail arrives, I read it, connect to SSH on my mobile and fix it, if I can. If I can't do it via mobile at that moment, I'll wait until I am able to resolve it through my computer.
Back to the original question, the time really varies. Sometimes replying to an E-mail is enough and takes about 5 minutes, sometimes you need to have a closer look at some problem a certain forum is having and it can take you 1 hour, and when you upgrade all forums to a new Flarum version, it can even take you 2 hours (you need to do all the backups, ensure that things are working as intended, notify users here at Discuss, etc...). But as for a person that enjoys this, I am not complaining.
How much effort did you invest initially to make this service launch?
@SKevo I believe that Sanguine can answer this, as I wasn't there yet so this isn't very relevant to me. From what I know, he found the process of setting up Flarum relatively difficult for non-Linux admins, so he wanted to make it simpler for people. I am sure that it was a tough job to seamlessly integrate everything together from scratch and he'll always have my huge respect for his incredible effort.
@Sanguine It was about 2 months of programming (while my baby was napping) to build the core service and fix all the corner cases. The goal was to serve all forums from a single forum install, otherwise maintenance would quickly become a nightmare. To accomplish this, FreeFlarum uses some Linux voodoo under the hood, which keeps everything fast & secure.
But credits due: most of the later features were written over the years by the great SKevo. He's truly a pleasure to work with, and a treasure trove of enthusiasm and great ideas.
With the time and money needed to keep FreeFlarum afloat, how do you find the motivation to keep it running?
@SKevo My main motivation is that I like to help people and learn new things. We don't do it for the money, but for the people. The only income is from donations which we split between us when all expenses are paid. It's a big responsibility to run a service like this, sure, but it feels really great to be a part of something big and to make people happy.
Obviously you have chosen Flarum as a platform. Why did you choose this over other community software?
@SKevo I'd say that the modern, responsive design and simplicity wins over other forum frameworks. Some of the other competitors look really dated in comparison to Flarum. Forums have been around for quite some time and reach back to the days of old internet, but Flarum really proves that you can make a forum software that is both simple and pleasant on eyes. It just works, and I am happy that it does, because none of this wouldn't be possible otherwise. Plus, the extensions are just perfect if you lack some feature and the community is very helpful.
@Sanguine I liked Flarum because of its interface and its beauty in simplicity. It may seem easy, but I find it is actually really hard to create simple software. I also liked the vibe and culture in the Flarum community a lot. I have a lot of respect for all those people who are the driving force behind Flarum every day.
Can you describe to our community members how you have automated the creation / management of Flarum forums?
@SKevo We use fancy Python magic (that's the programming language that FreeFlarum uses). It's easy to learn & write and great for automating boring tasks (like forum creation). It can sometimes be tricky to glue all the different components together by using just Python (Flarum is written in a different language - PHP), however the end results are worth it!
For the rest, we use a set of Python scripts to further automate things like SSL certificate renewal and listing forums daily, which we automate via Cron.
You are allowing a large number of extensions on your platform. How is your experience with the extension system of Flarum?
@SKevo Some time ago, it caused problems when two extension were incompatible and they could even brick someone's forum (we then had to manually intervene and disable problematic extensions for the forum). But luckily, the stable Flarum release really improved this and it hardly happens nowadays.
Overall, I am pretty satisfied with it right now. Extension developers can create some really wonderful extensions that change the face of Flarum itself, and that really gets me excited for what comes next!
From a perspective as a large Flarum host - what are the features that you are missing the most?
@SKevo I can't think of many. Maybe just a bigger server for more forums to host, but perhaps that'll happen in the future...
From a user perspective are there any wishes that you would like to add?
@SKevo I know that a lot of people would like to host larger forums, and they get upset when they find out about our 250 user limit in the Terms. This information is not very relevant anymore, as we have forums with more users that are fine. It comes from the FreeFlarum documentation, which is a bit outdated now. If I were an user, I'd want to have it improved. Hopefully I will finally have the time and passion to sit down and overhaul it very soon to prevent common misunderstandings. However, remember that there will still need to be a limit, as we are a free service and can't afford to host the next Facebook 😃
@Sanguine We don't miss any features in Flarum - the extension ecosystem is great! Our users frequently request extensions, and most of them get installed.
If you look to the future - what are the next steps for FreeFlarum? Are there any changes (or new services) planned?
@SKevo From my side, yes to improvements. Last summer, we have improved the code base a lot. New features were added (such as forum directory, public API and a new page design), but that was still back when I wasn't that great at Python. This year, I am planning to improve it even further to make FreeFlarum more faster, stable, extensible and enjoyable for everyone. I hope that things go well and that we can make forum management even easier by September.
As for new services, I haven't forgot about my Flarum migrations project. I will look at that too, but FreeFlarum has a bigger priority for me at the moment.
@Sanguine We don't have a specific schedule, but my long-time dream would be to offer a localized FreeFlarum service to specific countries that suffer from rigid censorship. For example, many of our users are from China. Our current service is operated from Germany, which is good for privacy but can be slow to Chinese users. Perhaps we can offer a translated service to Chinese users from Singapore or Japan.
As a final question: What can anyone do to support FreeFlarum remaining available for a long time?
@SKevo FreeFlarum is paid entirely from the wonderful donations of our users, and I want to thank you for that - it wouldn't be possible without you, people! I personally don't plan to stop anytime soon, and I hope that FreeFlarum will remain and improve for many more years to come.
@Sanguine Some feedback or a small donation to cover our costs is always much appreciated. But most of all, happy users make us happy!
A warm thank you to both of you for being available for this interview. It's most interesting to learn more about such an important part of the Flarum ecosystem. I hope the readers have enjoyed this interview as much as I did! As a last note I want to thank @Sanguine his long lasting commitment, after recently handing this project over to @SKevo.
Important Links: FreeFlarum | Discussion / Support
📰 Other News
🕵️ Flarum on HackerNews
Flarum was recently featured in an HackerNews article - that you can finde below if you are interested!
🕸️ Extension Highlights
New & Noteworthy
Open Source Extensions
🏁 Final words
We hope you have liked this edition of “Community Updates”. Looking forward to your comments and ideas for future updates. We are going to pickup speed again and hope to see you soon on the next edition of Community Updates.