mirror of
https://github.com/chatmail/relay.git
synced 2026-06-10 13:41:08 +00:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d51a60be57 | |||
| 0938b3a1b5 | |||
| 4710e0d734 | |||
| d74b25adea | |||
| 917da899c6 | |||
| 92dbabc23d | |||
| 277465462e | |||
| 92b7273c71 | |||
| 9c31d0762e | |||
| fab5e8a082 | |||
| 1da5d91b71 | |||
| c45e98d1dc | |||
| 409b2b6919 | |||
| e2a1ddb987 | |||
| 89734d99cf | |||
| 193c8b2e85 | |||
| 8694dce7ec | |||
| 0cf092abd5 | |||
| 419de239ac | |||
| 00bed66660 | |||
| 845ee42f76 |
+2
-5
@@ -1,11 +1,8 @@
|
|||||||
# Changelog for chatmail deployment
|
# Changelog for chatmail deployment
|
||||||
|
|
||||||
## 1.1.0 - 2024-03-28
|
## unreleased
|
||||||
|
|
||||||
### The changelog starts to record changes from March 15th, 2024
|
### Changes since March 15th, 2024
|
||||||
|
|
||||||
- Move systemd unit templates to cmdeploy package
|
|
||||||
([#255](https://github.com/deltachat/chatmail/pull/255))
|
|
||||||
|
|
||||||
- Persist push tokens and support multiple device per address
|
- Persist push tokens and support multiple device per address
|
||||||
([#254](https://github.com/deltachat/chatmail/pull/254))
|
([#254](https://github.com/deltachat/chatmail/pull/254))
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Chatmail Postfix before queue filter
|
Description=Chatmail Postfix BeforeQeue filter
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart={execpath} {config_path}
|
ExecStart={execpath} {config_path}
|
||||||
@@ -110,9 +110,7 @@ def _install_remote_venv_with_chatmaild(config) -> None:
|
|||||||
remote_venv_dir=remote_venv_dir,
|
remote_venv_dir=remote_venv_dir,
|
||||||
mail_domain=config.mail_domain,
|
mail_domain=config.mail_domain,
|
||||||
)
|
)
|
||||||
source_path = importlib.resources.files(__package__).joinpath(
|
source_path = importlib.resources.files("chatmaild").joinpath(f"{fn}.service.f")
|
||||||
"service", f"{fn}.service.f"
|
|
||||||
)
|
|
||||||
content = source_path.read_text().format(**params).encode()
|
content = source_path.read_text().format(**params).encode()
|
||||||
|
|
||||||
files.put(
|
files.put(
|
||||||
|
|||||||
Reference in New Issue
Block a user