31 lines
809 B
Markdown
31 lines
809 B
Markdown
|
---
|
||
|
title: "Hello Pantalaimon UT"
|
||
|
date: 2020-08-24T14:58:21-07:00
|
||
|
draft: false
|
||
|
tags:
|
||
|
- ubuntu-touch
|
||
|
- matrix
|
||
|
---
|
||
|
|
||
|
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.
|
||
|
|
||
|
<!--more-->
|
||
|
|
||
|
## 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)
|
||
|
|
||
|
You can find the details on my [project page](/projects/pantalaimon-ut/).
|
||
|
|