2022-05-07 16:40:53 +00:00
|
|
|
---
|
|
|
|
title: "Hello Pantalaimon UT"
|
|
|
|
date: 2020-08-24T14:58:21-07:00
|
2023-02-12 14:12:18 +00:00
|
|
|
draft: false
|
|
|
|
author: Morgan McMillian
|
|
|
|
tags: ["thrrgilag.net"]
|
2022-05-07 16:40:53 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
I've spun up a new project to focus on getting an end-to-end encryption proxy
|
|
|
|
for matrix up and running on Ubuntu Touch. This effort takes
|
|
|
|
[Pantalaimon](https://github.com/matrix-org/pantalaimon), created by the
|
|
|
|
matrix.org developers, and adds a service script along with a UI to manage the
|
|
|
|
configuration and background process.
|
|
|
|
|
|
|
|
## What works
|
|
|
|
|
|
|
|
* Create and update a basic configuration
|
|
|
|
* Automatic start & stop of the background process
|
|
|
|
|
|
|
|
## What does not work
|
|
|
|
|
|
|
|
* Controls to verify, ignore, or blacklist devices
|
|
|
|
* Image fetching in FluffyChat
|
|
|
|
* Cross compilation (requires a device to build from source)
|
|
|
|
|