microhive.social is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
As you have probably already guessed: this is just another personal fediverse instance.
Admin account
@oliver@microhive.social

Search results for tag #snac2

gizmo »
@gizmo@snac.weebyte.com

TIL that snac2 does a great job being on the receiving end of an account transfer from mastodon.au. After a long period running a self-hosted snac instance in parallel with that account I have bitten the bullet and gone fully self-hosted. Props to snac2 and to Mastodon for making the process so painless.


    1 ★ 0 ↺

    Oliver⚡ »
    @oliver@microhive.social

    @gnemmi@mastodon.sdf.org @grunfink@comam.es pull request for 🇩🇪 done 🙂


      Gonzalo Nemmi »
      @gnemmi@mastodon.sdf.org

      learned 5 languages in only 3 days ..

      🇦🇷 / 🇪🇸, 🇨🇿, 🇧🇷, 🇫🇮, 🇫🇷

      What about yours?

      codeberg.org/grunfink/snac2/sr

        Menel »
        @menel@snikket.de

        Updated Version of the apache http caching setup for snac, including proxy media

        I already wrote about caching here
        Now I extended what I cache a bit.
        This was because after enabling Option to proxy media I've seen access to the file paths /x/ and /y/ in addition to the path were snac stores the media that I include in my own posts ( /s/ ).
        There are two locations to proxy media, depending if you requests the media via the mastodonapi or via the web. (/x/ and /y/), oh and I added the nodeinfo2 path too, because I've noticed it was queried all the time by a lot of instances and it gives me pleasure to see something cached handed out in the access logs 🙂 (I guess it is actaully irrelevant for the system resources).
        This is the updated setup:
        Enable the relevant modules:

        a2enmod expires cache cache_disk

        Be sure "htcacheclean" is running to clean up old disk cache. (under debian see /etc/default/apache-htcacheclean or else the relevant systemd service or whatever)
        Then add to the snac Virtualhost config:

        <LocationMatch "^/social/[^/]+/[xys]/|^/social/nodeinfo_2_0">
        CacheEnable disk
        Header set Cache-Control "max-age=86400, public" "expr=%{REQUEST_STATUS} == 200"
        ExpiresActive On
        ExpiresDefault "access plus 86400 seconds"
        </LocationMatch>
        This will use the disk cache to cache everything under the /s/, /x/ and /y/ Path, as well as for /$username/nodeinfo20, utilizing the mod_expires to generate the appropriate cache headers (for lazy ones like me), In this case caching it for 1 day.
        Further reading and all options explained under https://httpd.apache.org/docs/2.4/caching.html (and ff)

        The Header that I set here, on the condition of Status code 200, is needed for the path /y/, because snac defaults to set no-cache on that location and the modexpires will honor that if we don't override it. I set it to the same Cache-Control value as modexpores woud. (mod_expires will additionally calculate the date and put that in the expiresheader. (hence the name I guess 😀 )



          Jeff Sikes »
          @box464@mastodon.social

          Just published a guide on setting up Snac on an Ubuntu VM using NGINX Proxy Manager. Snac is an incredibly lightweight server. A true nom nom among fediverse platforms.

          If you're curious about minimal fediverse instances, check it out:

          box464.com/posts/snac-activity

            jš∴ »
            @js@snac.lab8.cz

            snac.lab8.cz is astounded to be able to announce that its instance just achieved an important milestone in the history of the Czech internet!

            As of now, it is the biggest and most premier instance in the entirety of the Czech republic! (And possibly somewhere in the top 5 in Europe).

            Thank you to all the members of our instance, who bled tears and cried phlegm to get us to where we are today, thank you to snac's author: @grunfink@comam.es , who's project remains a continuous source of hope and inspiration, but most importantly - thank you, the boosters, the favoriters, the bookmarkers, the reply-guys, the friends and foes, the consumers of content, for making the fediverse the place to be!

            Good night.

            https://codeberg.org/grunfink/snac2


            snac: "social networks are crap"

            Alt...snac: "social networks are crap"

              Jack »
              @knapjack@elsewhere.cozysumo.space

              @grunfink@comam.es I noticed the search results don't return my own posts. Bug, configurable, or by design?

              Thanks for all you do!