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.
Devo ancora imparare a usare bene #Lemmy. Per qualche ragione vedo il link come allegato su #Snac2, ma su Fedilab non lo vedo proprio.
#snac2 #snac #fediverse #selfhost #联邦
1. 目前不支持 wss://,不知道代表了什么,至少目测没有公开时间轴,relay约等于摆设
2. snac2 适合1c1g的超低配用户,据我所知snac基本上全都是个人实例、不对外开放注册,中文snac2实例一只手数的过来,去fedi列表里找基本大海捞针。如果你要发消息给snac2实例上的人,实测私信是收不到的,你可能需要找到我的帖子,然后 at 我+ 公开,不然问就是看不到(已经联合的不知道还是不是这样,其实也可以点个follow)。
3. 下面的配置文件retry可以调小一点,反正收不到就是收不到。你可能要apt install libssl-dev libcurl4-openssl-dev,不记得是不是误解了什么,反正装一个又不会死;总之就是编译一个snac,apt install lighttpd (+启用tls、proxy拓展)的反代就完事了,或许也可以直接用cloudflared
4. 有服务器了为啥不吃点好的呢?
man 8 snac来看管理员手册``` json
{
"host": "填你的域名,下面那个prefix基本是空的,除非你的网站在某个子目录里面,layout不要动,让它自己生成",
"prefix": "",
"address": "127.0.0.1",
"port": 2345,
"layout": 2.7,
"dbglevel": 1,
"queue_retry_minutes": 1,
"queue_retry_max": 5,
"queue_timeout": 8,
"queue_timeout_2": 16,
"cssurls": [
""
],
"def_timeline_entries": 50,
"max_timeline_entries": 50,
"timeline_purge_days": 120,
"local_purge_days": 64,
"min_account_age": 10,
"admin_email": "填你的邮箱",
"admin_account": "ui",
"title": "ui的snac运营试点",
"short_description": "personal snac instance",
"short_description_raw": false,
"protocol": "https",
"shared_inboxes": true,
"fastcgi": false
}
With #snac2 you can host your own fediverse instance on the cheapest shared hosting.
https://encrypted.tesio.it/2024/12/18/how-to-run-your-own-social-network.html
The CSS has been created by @anzu@items.minimals.org (inspired by paper-dark and somewhat hacked by me). The only issue were CSS variables that libcss does not support (yet).
Unfortunately Snac relies on detail/summary HTML tag that is not yet properly handled by NetSurf. It would be nice to have a server.json option to open all forms in dedicated pages, so that a social network programmed in C in could be easily used through a browser programmed in C too!