Home
About
SK blog
Rapture in Everything
Posts tagged "tech"
2020 Dec 26
2020 Dec 26
Bridges into Matrix
Bridges are components that connect Matrix to other chat platforms and services. We'll make a quick intro into them, and set up bridges for Discord, Whatsapp and FB Messenger....
tech
matrix
docker
2020 Aug 24
2020 Aug 24
Setting up a Matrix chat server
Last time I started writing this post, I ended up explaining how federated services work in general, and what Matrix can do in particular. This post will describe how to set up a homeserver of your own and join the Matrix chat network. (Update: The third part, Setting up Bridges, is here.) Initial considerationsI will be using the reference server implementation, Synapse. It offers two options for data storage: Postgres or SQLite. Since I only plan to use it myself, and even then I'm not sure whether I'll actually end up using it much (any chat platform is only useful...
tech
matrix
self-hosted
2020 Jul 31
2020 Jul 31
Privacy, data ownership, federation, and the Matrix chat network
Matrix is a federated chat network. If you already know what it means, feel free to skip ahead a bit. Otherwise, here's the (very terse)[1] gist of it: The gist of it There are a number of issues with chat apps. Let's disregard those of accessibility or usability - there are plenty of tools with great user experiences, so everyone can find something just right. Let's just focus on two common issues: privacy and ownership. Privacy - and I also include security in this, since you can hardly have privacy if your communication lines aren't secure[2] - determines...
tech
matrix
overview
2019 Dec 30
2019 Dec 30
Getting Started with Github Actions for .NET Core
When I pushed my recent Ghoplin mini-project to GitHub, it automatically offered to define a build action. I really liked the user experience here: GitHub offered the Action feature, detected my project type and generated a file, with project-appropriate defaults and in the correct folder. I updated the dontnet version in the script and tried it; everything works and the task reports a success. name: .NET Core on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.10 - name: Build run: dotnet publish -r...
tech
programming
git
2019 Jul 12
2019 Jul 12
Trying out Passbolt (with Docker)
A step-by-step guide for getting from a clean Ubuntu 18.04 LTS to a running Passbolt instance with a simplistic Docker setup....
how-to
security
self-hosted
Older