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