jrollans.com 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
These are the voyag... uh, things I post about.
Admin email
jrollans@gmail.com
Admin account
@jrollans@jrollans.com

Search results for tag #snac2

[?]roman 🇪🇪🐡 » 🌐
@hi@romanzolotarev.com

well, that one day is today... here is my complete styles.css:

html { font: 20px sans-serif; max-width: 40rem; padding: 0.4rem; }
img { max-width: 100%; border-radius: 0.4rem; }
for i still have like a hundred lines of css, but i think i can ditch at least a half of it

    #snac2 boosted

    [?]roman 🇪🇪🐡 » 🌐
    @hi@romanzolotarev.com

    #snac2 boosted

    [?]roman 🇪🇪🐡 » 🌐
    @hi@romanzolotarev.com

    #snac2 boosted

    [?]roman 🇪🇪🐡 » 🌐
    @hi@romanzolotarev.com

    weekly report:

    • users: 2 (incl. relay)
    • following: 122
    • timeline_purge_days: 1
    • file count: 15687
    • inode count: 14090
    • size on disk: 70.3mb (incl. 53.1mb of data, mostly *.json)
    • core dumps: 3 (added rcctl restart snac in crontab for now)

      #snac2 boosted

      [?]hardtech.fts » 🌐
      @hardtech@corteximplant.com

      AodeRelay boosted

      [?]amilatled » 🌐
      @amilatled@snac.la10cy.net

      MastoBlaster looks really Great! A snac-first iOS Fediverse Client! :)
      Already found a Little bug: on an iPhone SE2 screen, the First character gets cut and is Not shown :)
      @mastoblaster@mastoblaster.app couldnt find a repo or issue Tracker to Open a bug Report for this :)


      Mastoblaster Screen Shot showing a post where the First Charakters of each Row are Not shown

      Alt...Mastoblaster Screen Shot showing a post where the First Charakters of each Row are Not shown

        #snac2 boosted

        [?]Gonzalo Nemmi » 🌐
        @gnemmi@snac.lab8.cz

        I was just reading about for iOS and can't help to wonder if there's client for that has this particular feature:

        1 - snac-first by design, not "compatible by accident"


          #snac2 boosted

          [?]Menel :xmpp: » 🌐
          @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 the 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 mastodon api or via the web. (/x/ and /y/), oh and I added the nodeinfo2.0 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 actually 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 the old disk cache. (under debian see /etc/default/apache-htcacheclean or else the relevant systemd service or whatever)
          Then add this to the httpd 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 $username/s/, /x/ and /y/ paths, as well as for the /nodeinfo_2_0 path, utilizing 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 are 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 set no-cache on that location and mod_expires will honor that if we don't override it. I set it to the same Cache-Control value as mod_expires would. (I use mod_expires because it will additionally calculate the date and put that in the expires header. (hence the name I guess 😀 )


          :xmpp:

            #snac2 boosted

            [?]nparafe » 🌐
            @nparafe@totsipaki.net

            Αυτές τις ημέρες έκανα ένα σχετικό ρετουσάρισμα στην ιστοσελίδα της ατομικής μου επιχείρησης - totsipaki.net

            Είναι φτιαγμένη με , στο @info@totsipaki.net , μετατρέποντας έτσι το fediverse σε κεντρική μου ιστοσελίδα.

            Σχόλια ευπρόσδεκτα φυσικά.

              AodeRelay boosted

              [?]amilatled » 🌐
              @amilatled@snac.la10cy.net

              Funfact: you can use exactly the same hardware in 86Box, as I have here in real 🤯

              Mainboard: Micronics Spitfire
              CPU: Pentium II 233 MHz
              Graphics card: S3 Trio64
              Network card: RTL8139


              86Box window showing the mainboard select screen, micronics spitfire and pentium ii 233 mhz is selected

              Alt...86Box window showing the mainboard select screen, micronics spitfire and pentium ii 233 mhz is selected

              86Box  screen / graphics settings window,  S3 Trio 64 is selected as graphics card

              Alt...86Box screen / graphics settings window, S3 Trio 64 is selected as graphics card

              86box network settings window, rtl8139 is selected

              Alt...86box network settings window, rtl8139 is selected

                AodeRelay boosted

                [?]roman 🇪🇪🐡 » 🌐
                @hi@romanzolotarev.com

                if you're running , you may want to try my style.css. let me know what you think.

                please boost ❤️

                  [?]roman 🇪🇪🐡 » 🌐
                  @hi@romanzolotarev.com

                  two weeks of running

                  number of files generated by snac is huge, but i don't care that much anymore.

                  $ du -hd0 /var/snac
                  133M /var/snac
                  $ find /var/snac | wc -l
                  35603
                  i like snac a lot: i run my own server and client, i can modify css (and i do tweak it often, i can modify the source code---didn't get to that yet ;)

                  sometimes i use snac command line, but mostly snac web ui and nothing else.

                  someday maybe i'll try to build some minimalist server, but looks like a lot of work :)

                  see also
                  activitypub-single-php-file by @Edent@mastodon.social

                    AodeRelay boosted

                    [?]amilatled » 🌐
                    @amilatled@snac.la10cy.net

                    Hello from an old year 1997 Machine!
                    This snac server is now running on a Micronics Spitfire with 2x Pentium II @ 233MHz and 512MB SD-RAM. Operating System is NetBSD 10.1, installed on a 120GB SSD (SATA->IDE converter)

                    OpenBSD wasn't able to run snac stable on this machine, it crashed after a few requests with "illegal instruction".


                    Open 19" 90's rack Case with a green motherboard in it and old grey ribbon cables connected to a dvd drive and a ssd. there are two addon cards in the pci slots and two slot 1 pentium ii cpus with fans installed. The 4:3 screen shows a fastfetch output giving stats of the machine , an htop screen with two cpu usage graphs and snac log

                    Alt...Open 19" 90's rack Case with a green motherboard in it and old grey ribbon cables connected to a dvd drive and a ssd. there are two addon cards in the pci slots and two slot 1 pentium ii cpus with fans installed. The 4:3 screen shows a fastfetch output giving stats of the machine , an htop screen with two cpu usage graphs and snac log

                    green motherboard with two pentium ii slot 1 cpus

                    Alt...green motherboard with two pentium ii slot 1 cpus

                      #snac2 boosted

                      [?]M̵̖̂ar̶̜͗c ̷͉̄R̷͚̍i̶͉̽ese̷̺̾ » 🌐
                      @marcr@social.tchncs.de

                      Hab mir gestern Abend mal codeberg.org/grunfink/snac2 aufgesetzt. Eine recht schlanker ActivityPub Server, der optional auch die Mastodon-API unterstützt.

                      Installation war relativ straight-forward, da man sich nicht um irgendwelche Datenbanken kümmern muss.

                      Das Web-Frontend ist einerseits spartanisch, aber es gibt ein paar hübsche custom CSS Files zur Auswahl.
                      Zugriff per Handy-App (Tusky) funktioniert auch ohne Probleme.
                      Das Web-Frontend hat allerdings eine bessere Thread-Ansicht.

                      Was irgendwie noch nicht funktioniert, ist das Anzeigen der Parent-Posts, bzw. die Antworten zu einem Thread werden auch nicht alle angezeigt. 🤔

                      Was spannend werden könnte, ist die Möglichkeit der Webhooks pro Account. Das lädt zum Basteln ein. 😁

                        #snac2 boosted

                        [?]roman 🇪🇪🐡 » 🌐
                        @hi@romanzolotarev.com

                        how do you rotate keys for a user on a instance?

                        i understand you need to generate a new keypair and then sign your new public key with old one and propagate to the network... how do you practically do that?

                        cc: @grunfink@comam.es

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

                          I've just updated my instance to stable version 2.90 👍 🎉
                          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 fixes, tweaks and changes in this version, quick and easy update, as usual.


                            fedicat boosted

                            [?]FediMeteo » 🌐
                            @admin@fedimeteo.com

                            Update: all the FediMeteo instances have been upgraded to 2.90


                              fedicat boosted

                              [?]passthejoe » 🌐
                              @passthejoe@snac.bsd.cafe

                              Sorry to keep saying this, but is pretty awesome. Thanks to @stefano@bsd.cafe (aka @stefano@snac.bsd.cafe) for this instance, and thanks to all the BSD users who have been posting about it over the past many months.

                                #snac2 boosted

                                [?]roman 🇪🇪🐡 » 🌐
                                @hi@romanzolotarev.com

                                @grunfink@comam.es https://social.anoxinon.de/@codebergstatus/116086080296752717

                                heavy traffic caused by people updating their instances :)

                                  #snac2 boosted

                                  [?]roman 🇪🇪🐡 » 🌐
                                  @hi@romanzolotarev.com

                                  \o/

                                  yay! looking forward to updating my server tonight

                                    [?]passthejoe » 🌐
                                    @passthejoe@snac.bsd.cafe

                                    So far, the Fediverse client for GNOME plays very well with https://tuba.geopjr.dev/

                                      AodeRelay boosted

                                      [?]roman 🇪🇪🐡 » 🌐
                                      @hi@romanzolotarev.com

                                      made my instance pretty. now i feel like i don't need any 3rd party clients. works for me on small and large screens, in the sunlight and in the dark. total cost—10kb of

                                      @grunfink@comam.es, thanks again for snac ❤️

                                        AodeRelay boosted

                                        [?]Menel :xmpp: » 🌐
                                        @menel@snikket.de

                                        AodeRelay boosted

                                        [?]Menel :xmpp: » 🌐
                                        @menel@snikket.de

                                        @ruben@friendship.quest

                                        Hi @grunfink@comam.es
                                        Does #snac2 do these shenanigans?
                                        https://docs.gotosocial.org/en/latest/federation/http_signatures/

                                        Edit: it seems it should work?
                                        https://codeberg.org/grunfink/snac2/issues/491

                                          #snac2 boosted

                                          [?]céline didone » 🌐
                                          @ruben@friendship.quest

                                          Is anyone else using / seeing 401s when trying to follow accounts, or is it my own configuration?

                                          First I thought it was some rejection of my instance since I changed server, but since I've noticed it happens even with instances I hadn't seen before.

                                            0 ★ 0 ↺

                                            [?]Jonathan Rollans » 🌐
                                            @jrollans@jrollans.com

                                            Well, it looks like it does not work yet from Ivory. I’ll have to dig around a little and see what I can figure out.

                                              0 ★ 0 ↺

                                              [?]Jonathan Rollans » 🌐
                                              @jrollans@jrollans.com

                                              So it looks like #snac2 supports polls from the mastodon API now, meaning I should be able to post this poll from Ivory right now… let’s see!

                                                1 ★ 0 ↺

                                                [?]Jonathan Rollans » 🌐
                                                @jrollans@jrollans.com

                                                @hi@romanzolotarev.com @romanzolotarev@mas.to I mostly switched to myself a while back, though I still use my mastodon.social account for some things. There are still some pretty odd bugs with snac in regards to some of the third party clients. Been meaning to dig into them, but just haven’t had the time.