about summary refs log tree commit diff
path: root/nixos/modules/services/matrix
AgeCommit message (Expand)AuthorFilesLines
2023-12-13nixos/matrix-synapse: update broken link to redis related docsNick Cao1-1/+1
2023-12-13nixos/matrix-synapse: replace references to matrix-org/synapse with element-h...Nick Cao2-11/+11
2023-12-08nixos/maubot: fix eval with default configchayleaf1-1/+1
2023-12-02nixos/matrix-appservice-irc: fix syscall filterBenjamin Saunders1-1/+1
2023-11-30treewide: replace `mkPackageOptionMD` with `mkPackageOption`h7x42-2/+2
2023-11-30Merge pull request #261702 from h7x4/replace-mkoption-with-mkpackageoptionWeijia Wang2-16/+2
2023-11-28nixos/maubot: initchayleaf2-0/+562
2023-11-27treewide: use `mkPackageOption`h7x42-16/+2
2023-11-13nixos/postgresql: drop ensurePermissions, fix ensureUsers for postgresql15Maximilian Bosch2-5/+3
2023-11-05nixos/matrix/*: change dependencies on matrix-synapse.service to serviceUnitSophie Tauchert6-10/+10
2023-11-05nixos/matrix-synapse: add readOnly serviceUnit optionSophie Tauchert1-0/+13
2023-11-05nixos/matrix-sliding-sync: add dependency on matrix-synapse if running locall...Sophie Tauchert1-2/+7
2023-10-22nixos/matrix-synapse: remove opentracing optionsYureka1-2/+0
2023-10-20nixos: fix bad mkEnableOption descriptionsBjørn Forsman1-2/+2
2023-10-16Merge pull request #260008 from Ma27/synapse-log-configMaximilian Bosch1-22/+60
2023-10-15nixos/synapse: `mkDefault` each value of the log configMaximilian Bosch1-3/+5
2023-10-10Merge pull request #259980 from Ma27/synapse-db-assertionMaximilian Bosch1-18/+5
2023-10-09nixos/matrix-synapse: mergeable log configurationMaximilian Bosch1-22/+58
2023-10-09nixos/matrix-synapse: drop old DB check assertion, actually require DB to be upMaximilian Bosch1-18/+5
2023-10-09nixos/matrix-synapse: add media_store_path to services ReadWritePathsJulian Schacher1-1/+1
2023-10-08Merge pull request #246117 from Ralith/fix-synapse-well-known-exampleMaximilian Bosch1-1/+1
2023-09-28nixos/matrix-sliding-sync: Fix missing lib.mdDocYaya1-2/+2
2023-09-22nixos/matrix-synapse: wait for network-online.targetMartin Weinelt1-2/+2
2023-09-20nixos/matrix-synapse: refactor assertions for missing listener resourcesMaximilian Bosch1-16/+23
2023-09-18nixos/synapse: make sure workers require main processSophie Tauchert1-0/+1
2023-09-18nixos/synapse: add documentation for required reverse proxy setupSophie Tauchert1-0/+6
2023-09-18nixos/synapse: default tls to off for workers and document worker replication...Sophie Tauchert1-5/+9
2023-09-18nixos/synapse: simplify replication listener assertionSophie Tauchert1-2/+2
2023-09-18nixos/synapse: move services.matrix-synapse.workers.config to services.matrix...Sophie Tauchert1-76/+60
2023-09-18nixos/synapse: automatically configure logging for synapse and workersSophie Tauchert2-23/+58
2023-09-18nixos/synapse: remove obsolete log contextSophie Tauchert1-6/+0
2023-09-18nixos/synapse: document options betterSophie Tauchert1-0/+49
2023-09-18nixos/synapse: automatically configure replication listenerSophie Tauchert1-2/+50
2023-09-18nixos/synapse: add options to configure workersSophie Tauchert1-8/+91
2023-09-18nixos/synapse: add option to configure redis automaticallySophie Tauchert1-0/+18
2023-09-18nixos/synapse: update listener settingsSophie Tauchert1-1/+3
2023-09-18nixos/synapse: cleanup, split out listener type and service configSophie Tauchert1-175/+196
2023-09-14nixos/matrix-synapse: fix type of `settings.url_preview_url_blacklist`Maximilian Bosch1-1/+20
2023-09-04Merge pull request #253121 from NickCao/mautrixNick Cao1-1/+0
2023-09-04nixos/mautrix-whatsapp: log to the journal onlyrnhmjoj1-10/+5
2023-09-04nixos/mautrix-whatsapp: set default homeserver addressrnhmjoj1-0/+1
2023-09-04nixos/mautrix-whatsapp: fix merging of default settingsrnhmjoj1-44/+44
2023-09-04nixos/mautrix-whatsapp: use static user and grouprnhmjoj1-2/+13
2023-09-03nixos/mautrix-whatsapp: fix docbook descriptionrnhmjoj1-1/+1
2023-09-03nixos/mautrix-telegram: drop removed --base-config flagNick Cao1-1/+0
2023-08-16Merge pull request #248409 from CobaltCause/conduit-0.6.0Martin Weinelt1-0/+10
2023-08-14Merge pull request #221318 from mweinelt/synapse-extrasMaximilian Bosch1-12/+75
2023-08-10nixos/conduit: disable update checks by defaultCharles Hall1-0/+10
2023-08-10Merge pull request #247386 from montchr/docs-matrix-synapseMaximilian Bosch1-1/+7
2023-08-06mautrix-whatsapp: move defaults back to options.Frédéric Christ1-42/+41