This proposed setup assumes that you want to use synapse with a Postgres database behind a separate nginx reverse proxy for TLS.
A detailed explanation of a basic and extended dns setup can be found here
This proposed setup assumes that you want to use synapse with a Postgres database behind a separate nginx reverse proxy for TLS.
A detailed explanation of a basic and extended dns setup can be found here
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 |