#fediverse #gotosocial #snac2 #android
anyone having a working #activitypub instance on an unrooted smartphone ?
#Tag
#fediverse #gotosocial #snac2 #android
anyone having a working #activitypub instance on an unrooted smartphone ?
#fediverse #gotosocial #snac2 #android
anyone having a working #activitypub instance on an unrooted smartphone ?
I set up my own #gotosocial server last year in November. This year I migrated from a big cloud provider to my own VM on a coop鈥檚 offering.
I should do something to celebrate 1 year of selfhosting my own social networking.
@kim has been hard at work lately implementing more build flags for #GoToSocial so that you compile the binary without things that you don't need (S3 support, for example) to make the binary smaller, in cases where binary size is important. Overall the GtS binary is still quite chomky since it's an "all-in-one" sort of thing -- and the go-fed library we use is so large -- but it's pleasing to be able to shrink it a little bit where possible.
Please say "thank you kim, you're the bomb dot com"
Fediverse people, need your advice! 馃檪
Do you know any GoToSocial servers that are open to public signups?
Would especially like to know about general servers that aren't aimed at a specific niche.
I've had many people asking about joining a GTS server lately, not sure what to suggest as there isn't a "JoinGoToSocial" website anywhere and the official GTS site is aimed at self-hosting people.
I set up my own #gotosocial server last year in November. This year I migrated from a big cloud provider to my own VM on a coop鈥檚 offering.
I should do something to celebrate 1 year of selfhosting my own social networking.
Fediverse people, need your advice! 馃檪
Do you know any GoToSocial servers that are open to public signups?
Would especially like to know about general servers that aren't aimed at a specific niche.
I've had many people asking about joining a GTS server lately, not sure what to suggest as there isn't a "JoinGoToSocial" website anywhere and the official GTS site is aimed at self-hosting people.
Just updated Anubis to v1.23.0 and it looks like something has changed 
Looking at the timelines from Tusky or Tuba, the timelines would not update. However the web UI of my GoToSocial instance still works fine. Checked the Anubis log and it looked like my Anubis was sending challenges to Tusky, Tuba and even to other fedi servers (Mastodon etc) 
So anyway I fixed it 馃 by creating new configuration file: /usr/local/share/doc/anubis/data/apps/allow-api-routes.yaml:
- name: allow-api-routes
action: ALLOW
expression:
all:
- '!(method == "HEAD")'
- path.startsWith("/api/")
And another one: /usr/local/share/doc/anubis/data/apps/allow-user-routes.yaml:
- name: allow-api-routes
action: ALLOW
expression:
all:
- '!(method == "HEAD")'
- path.startsWith("/users/")
And then adding the new configurations to /etc/anubis/<gotosocial_service_name>.botPolicies.yaml:
bots:
...
- import: /usr/local/share/doc/anubis/data/apps/allow-api-routes.yaml
- import: /usr/local/share/doc/anubis/data/apps/allow-user-routes.yaml
...
Restarted the Anubis service, and it works again after that. Dunno if that that is even the correct way to do it though. Hopefully i haven't weakened anything 
I am incredibly delighted and impressed to see the domain access subscription feature in #GoToSocial - allowing admins to subscribe to a domain list for allowing or denying domains, and - more importantly - processing retractions when those lists remove an entry 馃挴
If you are building federated services, please review this feature set:
https://docs.gotosocial.org/en/v0.20.1/admin/domain_permission_subscriptions/
Additionally heartened to see NLNet funding @gotosocial for the addition of new moderation and federation features - congrats!
Welp, some restoring from backups (and finagling permissions) later and I have successfully updated #GoToSocial!
Lots of people seem to have nice things to say about #GoToSocial today, thanks for that. It always gives a big boost to the team to see people having positive experiences with the software we spend so much time nerding out on 鉂わ笍
A space for Bonfire maintainers and contributors to communicate