snac.kagolug.org 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.

Search results for tag #activitypub

[?]Oliver ⚡ » 🌐
@oliver@microhive.me

I've just updated my instance to stable version 2.93 👍 🎉
You don't know Snac? But you should: https://codeberg.org/grunfink/snac2
A simple, minimalistic and well documented instance server written in C, no database needed, totally JavaScript-free, no cookies either, not much bullshit.
Lots of useful changes, woohoo! 🎉
A new "admirations" entry point to the web UI, new "do-not-purge-my-messages"-config-settings in server.json, language-filters and more.
Huge thanks to @grunfink@comam.es and all contributers!! 👍


    [?]The Real Grunfink » 🌐
    @grunfink@comam.es

    I've just published version 2.93 of , the simple, minimalistic instance server written in C. It includes the following changes:

    Added a new admirations entry point to the web UI, containing a timeline of liked, boosted and reacted posts. Please take note that, after installing the new version, it will start empty, and be filled with subsequent reactions (contributed by violette).

    It's now possible to disable showing posts in a given set of languages.

    Nested quoted posts are limited up to 3 levels.

    New configuration knob: by setting keep_replies_posts to true in server.json, remote posts that a local user has replied to are retained in the public timeline, preventing them from being purged (contributed by hanchan).

    New configuration knob: by setting keep_replied_me to true in server.json, remote replies to local posts are retained in the public timeline, preventing them from being purged (contributed by hanchan).

    Ensure actors' public key PEM never includes anything after the end marker.

    Fixed some memory leaks (contributed by inz).

    Several additional keyId checks (many thanks to lainsoykaf for bringing this to my attention).

    Fixed crash in the JSON parser (many thanks to nullenvk for bringing this to my attention).

    Mastodon API: fixed lost custom emojis after edition (contributed by e0w0e).

    Updated French, Brazilian Portuguese, German, Spanish translations (contributed by dragondaddy, daltux, zen).

    https://comam.es/what-is-snac

    If you find useful, please consider buying grunfink a coffee or contributing via LiberaPay.


      [?]GreyLinux » 🌐
      @Greylinux@floss.social

      Maybe Snac server instead ??


        [?]Jan Wildeboer 😷:krulorange: » 🌐
        @jwildeboer@social.wildeboer.net

        When I want to spin up my own instance that supports when composing a post and that can handle my significant amount of followers with a seamless migration from my current instance, which Implementation would you use? Ideally it should be a simple rootless container setup that JustWorks™ with podman. Perfection would be a single, self-contained container without the need to spin up several ones for databases or other stuff.

          [?]Oliver ⚡ » 🌐
          @oliver@microhive.me

          I've just updated my instance to stable version 2.92 👍 🎉
          You don't know Snac? But you should: https://codeberg.org/grunfink/snac2
          A simple, minimalistic and well documented instance server written in C, no database needed, totally JavaScript-free, no cookies either, not much bullshit.
          A lot of tweaks and new admin configs, woohoo!👍
          From release notes: "Accounts that follow you are now marked with a thumb-up emoji, because followers are adorable people." 👍♥️
          and "Minor tweak to webfinger code to handle Hubzilla's peculiarities." Many thanks for this, because I'm also on Hubzilla. 🎉


            [?]The Real Grunfink » 🌐
            @grunfink@comam.es

            I've just published version 2.92 of , the simple, minimalistic instance server written in C. It includes the following changes:

            Changed default: for newly created instances, disable_inbox_collection is set to true (see snac(8) for more information). The reason is because it seems to be used for harrasing people.

            Changed default: for newly created instances, disable_history is set to true (see snac(8) for more information). The reason is because archived history files don't reflect reality after posts are deleted or modified (they always have been an ugly kludge).

            Changed default: in previous versions, posts with a scope of unlisted were shown in public pages and RSS feeds. Now, they are no longer shown. If you want to get back to previous behaviour, use a new toggle in the User Settings section (see snac(1) for more information).

            New admin configuration option: if the purge_static value is set to true in server.json, each user's static directory is explored and those files there that are no longer attached to any post or referenced anywhere are deleted. See snac(8) for more information about those cases where you may not want to enable this option.

            Allow serving files from subdirectories of the static/ subdirectory (contributed by la_ninpre).

            Minor tweak to webfinger code to handle Hubzilla's peculiarities.

            Fixed a search case where URLs to GotoSocial statuses were misidentified as accounts.

            Accounts that follow you are now marked with a thumb-up emoji, because followers are adorable people.

            Fixed some account export errors.

            Fixed an incorrect hash in post links.

            Show an account's location link in the people page, if they have one.

            Mastodon API: Fixed hashtags loosing the link after editing a post, minor tweak in access token processing (contributed by trondd555).

            Drop usage of PATH_MAX (contributed by sergiodj).

            New Polish translation (contributed by kpm).

            Updated German and Czech translations (contributed by zen and pmjv).

            https://comam.es/what-is-snac

            If you find useful, please consider buying grunfink a coffee or contributing via LiberaPay.


              0 ★ 0 ↺

              [?]matoken » 🌐
              @matoken@snac.kagolug.org

              の snac を最新の 2.91 にしました
              Debian statble-backports amd64版です
              riscv64 はまだのよう
              $ rmadison snac2 -s stable-backports
              snac2 | 2.90-1~bpo13+1 | stable-backports | source, riscv64
              snac2 | 2.91-1~bpo13+1 | stable-backports | source, amd64, arm64, armel, armhf, i386, ppc64el, s390x
              I've just published version 2.91 of , the simple, minimalistic instance server written in C. It includes the following changes:
              https://comam.es/snac/grunfink/p/1774256733.794770

                [?]The Real Grunfink » 🌐
                @grunfink@comam.es

                Oh, I misunderstood that you wanted to know the gory details. Yes, marks edited messages by showing the update date next to the creation one.

                  [?]The Real Grunfink » 🌐
                  @grunfink@comam.es

                  Hi. The specification just says that, for an edited post, an updated attribute must be set to the latest modification date, and an Update activity to the modified Note object be sent out there. There are no provisions for a history of changes or a modification reason that I know of.

                    [?]The Real Grunfink » 🌐
                    @grunfink@comam.es

                    I've just published version 2.91 of , the simple, minimalistic instance server written in C. It includes the following changes:

                    Fixed some local posts not being shown if the replied post is deleted.

                    Fixed web UI incorrect links to public posts for some configurations.

                    Fixed encoding bug in Mastodon-style share links.

                    Fixed an error that made imposible to leave empty the following hashtags or blocked hashtags from the web UI.

                    Include post attachments in the RSS feed entries.

                    Added some OpenBSD-specific documentation (contributed by oxzi).

                    Fixed some timezones (contributed by matoken).

                    Fixed some crashes (special thanks to Louis Merlin for helping me with this).

                    Updated Docker scripts to avoid generating a useless log file.

                    Fixed several memory leaks, key generation errors and HTML inconsistencies (contributed by dandelions).

                    Added ostatus.org and FEP-3b86 data to Webfinger objects.

                    Added a new CONTRIBUTING.md file. Among other guidelines, I explicitly say there that AI contributions are NOT accepted.

                    snac is now available as a Yunohost app. Thank you very much to Bruno Cesar Rocha for this.

                    https://comam.es/what-is-snac

                    If you find useful, please consider buying grunfink a coffee or contributing via LiberaPay.


                      [?]Ecologia Digital » 🌐
                      @josemurilo@mato.social

                      "If you want to be in the Fediverse without relying on big intances, or if you just want to own your & on the network, running your own instance is the way to go.
                      That is where Mastodon alternatives such as GoToSocial & comes in.
                      snac (Social Networks Are Crap) is a minimalistic, lightweight instance…perfect for single user instances or small communities, and it's so light that even a can handle it without breaking a sweat."
                      rochacbruno.com/deploy-your-ow