25 lines
710 B
Markdown
25 lines
710 B
Markdown
|
---
|
||
|
title: "Hello Pantalaimon UT"
|
||
|
date: 2020-08-24T14:58:21-07:00
|
||
|
params:
|
||
|
origin: thrrgilag.net
|
||
|
---
|
||
|
|
||
|
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)
|
||
|
|