Hello and welcome to Sfatto!
Sfatto is a light, simple, skinnable software on premise to own your social status and spec, like an avatar or robot as well.
Sfatto gives you three possible sources to feed your status:
- Your status uploaded by you through the youravatar/detail page after a correct login
- Your status produced by APP_YOURAVATAR_STATUS_CMD
- Your default status saved in APP_YOURAVATAR_GENERIC_STATUS
Sfatto is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage.
First step, use the password box and salt fields to create the hash to insert in the config file. Remember to manually set there also the salt value.
As you are going to run Sfatto in the PHP process context, using a limited web server or phpfpm user, you must follow some simple directives for an optimal first setup:
- Check the write permissions of your "data" folder in your web app Private path; and set its path in the config file.
- Set the default Locale.
- Set FILE_MAX_SIZE (remember that some PHP settings could limit the upload behaviour of Avatar Free too)
- Set BLOG_MAX_POSTS to limit the number of visible posts in the blog.
- Set YOURAVATAR_GENERIC_STATUS, your avatar default status.
- Set YOURAVATAR_STATUS_CMD, your avatar default status command.
You can access your avatar status by http://yoursitename.xyz/your_avatar.
You can access your avatar detail and spec by http://yoursitename.xyz/your_avatar/detail. Login with the password for the admin view. Drag-n-drop all your resources in the browser window. Files .txt feed your status, .png and .jpg your gallery, text links your network, etc.
Screenshot:

Feedback:
code@gaox.io