Search
Items tagged with: friendicadev
I present the first named release of the Friendica mobile/desktop client: Relatica. It is still very much a work in progress but I'm going to start opening it up for beta usage (early beta). For iOS that will mean me letting up to 100 people into the inside testing team (Apple's limit). For the other platforms I'll be posting binaries/packages/install instructions for Android, Linux, macOS, and Windows in the coming days as well. I also setup a Relatica Matrix room for interactive discussions with me and other users. The README on the GitLab repo will have all those sorts of details. Enjoy! #friendica #FriendicaDev #relatica #flutter #DartLang #fediverse https://gitlab.com/mysocialportal/relatica
!Friendica Developers
I just finished my Friendica upgrade and decided to let the "unseen" counter code execute again (I manually commented it out as an experiment earlier this year when user counts started going up a lot). It maxes out at 999+. It refreshes every 30 seconds the way I have my profile configured. It had well over a hundred within a minute. It was maxed out by the 11 minute mark. I'm probably going to make this an actual code thing to be able to toggle it off. #friendica #friendicadev
I just finished my Friendica upgrade and decided to let the "unseen" counter code execute again (I manually commented it out as an experiment earlier this year when user counts started going up a lot). It maxes out at 999+. It refreshes every 30 seconds the way I have my profile configured. It had well over a hundred within a minute. It was maxed out by the 11 minute mark. I'm probably going to make this an actual code thing to be able to toggle it off. #friendica #friendicadev
Over the summer I was really ramping up my Friendica contributions so wrote some quick guides on how to set it up for serving or developing. Then other projects looked like it'd be a while before I'd get back to it so I crushed all my VMs. Now I'm contributing again so have my handy blog posts to help me bootstrap again. This is *exactly* why I put this stuff on my blog in the first place. Helps others and even makes it easier to help my future self. #blogging #friendica #friendicadev #fediverse #documentation https://nequalsonelifestyle.com/2022/07/30/creating-friendica-server-ubuntu/
Tutorial: Creating a Friendica Server with Ubuntu 22.04
The main Friendica documentation has install instructions for setting up the core part of the system. However it assumes that you have properly installed all the dependencies and leaves securing the system as an exercise to the user.N=1 Lifestyle