No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-04-16 23:07:19 +02:00
postgres.kube first version of working infra 2025-04-16 22:27:13 +02:00
postgres.yml first version of working infra 2025-04-16 22:27:13 +02:00
README.md remove Caddy, add documentation 2025-04-16 23:07:19 +02:00
synapse-configmap.yml remove Caddy, add documentation 2025-04-16 23:07:19 +02:00
synapse.kube remove Caddy, add documentation 2025-04-16 23:07:19 +02:00
synapse.network first version of working infra 2025-04-16 22:27:13 +02:00
synapse.yml remove Caddy, add documentation 2025-04-16 23:07:19 +02:00

matrix-synapse-quadlets

How to install (from podman documentation)

Podman rootful unit search path

Quadlet files for the root user can be placed in the following directories ordered in precedence. Meaning duplicate named quadlets found under /run take precedence over ones in /etc, as well as those in /usr:

Temporary quadlets, usually used for testing:

  • /run/containers/systemd/

System administrator’s defined quadlets:

  • /etc/containers/systemd/

Distribution defined quadlets:

  • /usr/share/containers/systemd/

Podman rootless unit search path

Quadlet files for non-root users can be placed in the following directories:

  • $XDG_RUNTIME_DIR/containers/systemd/

  • $XDG_CONFIG_HOME/containers/systemd/ or ~/.config/containers/systemd/

  • /etc/containers/systemd/users/$(UID)

  • /etc/containers/systemd/users/