Skip to content

Instantly share code, notes, and snippets.

View Haui1112's full-sized avatar

Haui Haui1112

View GitHub Profile
@faaaaabi
faaaaabi / synapse-postgres-docker-compose.md
Last active February 8, 2025 23:19
A basic setup for synapse with postgres behind a nginx reverse proxy

Synapse Docker Compose Setup

This proposed setup assumes that you want to use synapse with a Postgres database behind a separate nginx reverse proxy for TLS.

Setup

DNS setup

A detailed explanation of a basic and extended dns setup can be found here

Generate synapse config

@user5145
user5145 / flatpak install
Last active November 20, 2024 13:59
how to build, install and remove flatpak applications from cli
1. Store in a repository
flatpak-builder --force-clean build-dir --repo=/path/to/local/repo your.application.Client.yml
2. Install from the repository
flatpak --user install localrepo your.application.Client
3. Install the repository
flatpak --user remote-add --no-gpg-verify local-repo /path/to/repo
4. Store in a folder