nauta

@nauta.one

mobile developer at work · atproto dev · game dev · he/him building @ligo.at, @waterfinder.org 🌐 https://nauta.one

I’ve been migrating my project accounts to eurosky and today I migrated this one! Feels good having my data closer to me.

You too can ditch cloudflare.

ligo.at@ligo.at · 5mo ago

The ligo.at website was behind the cloudflare proxy and the proxy was blocking eurosky from reading the oauth metadata, making eurosky users unable to log in into ligo. I don’t know if it was a setting I enabled by mistake or just cloudflare detecting eurosky as bad. Anyway proxy is now disabled.

`git pull` is the method I use in this project to get the latest sources, it could be ftp, rsync, etc... For my other project `imsendmail` I started building `.deb` packages that I then can install in my debian servers, could not be easier! github.com/marionauta/i...

nauta@nauta.one · 7mo ago

I was a hardcore believer of single binary, no dependencies for ease of deployment, but it turns out multiple files and dependencies are also easy to deploy. To deploy @ligo.at I just do `git pull` and `systemctl restart ligoat`. Even that last part could be automated with a hook I guess.

I was a hardcore believer of single binary, no dependencies for ease of deployment, but it turns out multiple files and dependencies are also easy to deploy. To deploy @ligo.at I just do `git pull` and `systemctl restart ligoat`. Even that last part could be automated with a hook I guess.

Just updated @ligo.at to use permissions, including its very own at.ligo.authFull permission set! The permission sets are cool because they let you add human readable title and description.

https://ligo.at/oauth/metadata
wants to access your 2345968734.pds.rip account

Full ligo.at Access
Provides full access to all ligo.at features including creating and editing your profile and links.

What are the biggest / most popular PDS hosters / services besides Bluesky itself? Blacksky? tangled? I want to add "log in with xyz" buttons to @ligo.at's login page.

Someone with a did:web: TEST account logged into @ligo.at and failed because web dids were TODO 🫠 but why did they use the test account and not their actual user??

Is anyone building a "gravatar" style service with atproto? Would you be interested? Does anyone even remember or use gravatar nowadays?