一个基于ActivityPub照片分享平台 官方 https://pixelfed.org/ 开源地址 https://github.com/pixelfed/pixelfed
开源去中心化社交pleroma.social
去中心化社交pleroma.social,微博客,基于ActivityPub 官方 https://pleroma.social/ 开源地址 https://git.pleroma.social/pleroma/pler…
开源php去中心化社交friendica
php写的社交平台,有android,windows和linux客户端 官方 https://friendi.ca/ 开源地址 https://github.com/friendica/friendica
开源去中心化社交misskey
类似堆特社交,服务器实例之间账号不能通用,但可以通过ActivityPub协议进行跨实例互动(关注、回复、转发)。 环境:nodejs、PostgreSQL 和 redis 官方 https://misskey.io…
开源去中心化社交mastodon
长毛象,类似堆特社交,各社区可以互动。 官方 https://joinmastodon.org 开源地址 https://github.com/tootsuite/mastodon
开源去中心化社交matrix
类似堆特社交 官方 https://matrix.org/ 开源地址 https://github.com/matrix-org
wordpress插件 Simple URLs 错误
这就是一个外链转内链的工具,如图 第一个错误就是后台显示错误 在此目录 wp-content/plugins/simple-urls/languages 创一个空白文件 simple-urls-zh_CN.mo 即可 另…
php跨目录读写访问几处设置
假设限制/www/web/目录内运行和读写。 首先, 第一处,注意在网站的根目录可以自定义.user.ini文件配置来设置 具有 PHP_INI_PERDIR 和 PHP_INI_USER 属性的项目可在此文件定义,比如…
wsl子系统:php写权限问题之mnt文件夹
使用mnt文件夹自己硬盘的内容,php出现如下错误 mkdir(): Permission denied in file_put_contents(): Permission denied in 类似上面的错误,一般是写…