Go to file
2024-12-08 12:50:03 -05:00
README.md Add phanpy and gotosocial 2024-12-08 12:50:03 -05:00

Archlinux custom packages

Below are archlinux packages from AUR or official archlinux repo with some new feature updates and upgrade to latest version

Common changes

  1. pkgrel starts with 11. Last digit corresponds to upstream pkgrel and tenth place is for my pkgrel.
  2. Add .gitignore in all packages

librespeed-go

Go project to test internet speed. Like speedtest.net

Changes

  1. Fix bug in config initialization
  2. Support bcrypt for stats password (instea of plain text)
  3. Update to latest git commit

| AUR | github | My PR |

arti

Tor implementation in rust

Changes

  1. Enable experimental restricted-discovery feature

| Arch | git | Web | My Change |

phanpy-bin

Fediverse web frontent

Changes

  1. Update to latest version

| AUR | github | Web |

gotosocial

ActivityPub social network server written in Golang

Changes

  1. Support listening on unix sockets

| AUR | github | Web | My PR