From 415b4a4edc68394a599800f435ce42fbf6e0b6f3 Mon Sep 17 00:00:00 2001 From: Olivier Falcoz Date: Mon, 27 Nov 2023 15:55:59 +0100 Subject: [PATCH] Delete content/packages.md --- content/packages.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 content/packages.md diff --git a/content/packages.md b/content/packages.md deleted file mode 100644 index 6d3f25e..0000000 --- a/content/packages.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Packages" -date: 2022-09-03 ---- - -## Synapse -![Matrix](/images/matrix.jpg) - -I have a [simple fork](https://github.com/tommytran732/Synapse-Docker) of [Wonderfall's hardened Synapse Docker image](https://github.com/Wonderfall/docker-synapse) with the [Mjolnir module](https://github.com/matrix-org/mjolnir/blob/main/docs/synapse_module.md) support and the default (as opposed to light) variant of the [Hardened Memory Allocator](https://github.com/GrapheneOS/hardened_malloc). - -You can obtain the image by pulling `ghcr.io/tommytran732/synapse` or `quay.io/tommytran732/synapse`. - -## Matrix.to - -I made an Alpine Docker container for [Matrix.to](https://matrix.to) that you obtain by pulling `ghcr.io/tommytran732/matrix.to`. The default instance has been changed from [Element.io](https://app.element.io) to [ArcticFoxes.net](https://element.arcticfoxes.net). - -## pamac-flatpak AUR - -![pamac](/images/pamac.png) - -I maintain the [`pamac-flatpak`](https://aur.archlinux.org/packages/pamac-flatpak), [`pamac-flatpak-gnome`](https://aur.archlinux.org/packages/pamac-flatpak-gnome), and [`libpamac-flatpak`](https://aur.archlinux.org/packages/libpamac-flatpak) AUR packages. Originally, they were forks of [`pacmac-all`](https://aur.archlinux.org/packages/pamac-all) and [`libpamac-all`](https://aur.archlinux.org/packages/libpamac-nosnap) with snapd removed. I found snapd to be quite annoying - it is yet another AUR package I don't need, requires `cgroupsv1` for confinement, does not integrate with `gnome-software`, makes lots of loopback mounts, and so on. - -Nowadays, they are based on the [`pamac-nosnap`](https://aur.archlinux.org/packages?O=0&K=pamac-nosnap) package with some minor changes to make the build and installation process nicer and more convenient.