Christian Hagenest
610675452e
clarify backports policy
2024-05-23 14:33:45 +02:00
Christian Hagenest
83387f5d08
Add OBS
2024-05-23 14:33:45 +02:00
Christian Hagenest
142206529c
fix up readme for dovecot script
2024-05-23 14:33:45 +02:00
Christian Hagenest
c0f200b1a9
move SCRIPT_DIR
2024-05-23 14:33:45 +02:00
Christian Hagenest
6d55f75bee
Update scripts/dovecot/README.md
...
Co-authored-by: missytake <missytake@systemli.org >
2024-05-23 14:33:45 +02:00
Christian Hagenest
c68cbf1806
Update scripts/dovecot/build-obs.sh
...
Co-authored-by: missytake <missytake@systemli.org >
2024-05-23 14:33:45 +02:00
Christian Hagenest
9677617c7f
edit README
2024-05-23 14:33:45 +02:00
Christian Hagenest
d8cf282953
move readme wip
2024-05-23 14:33:45 +02:00
Christian Hagenest
b959f57058
remove unnecessary dependencies
2024-05-23 14:33:45 +02:00
Christian Hagenest
8768e6fd0b
clean up
2024-05-23 14:33:45 +02:00
Christian Hagenest
acbf370383
wip
2024-05-23 14:33:45 +02:00
Christian Hagenest
80dfdaee06
wip test without curl
2024-05-23 14:33:45 +02:00
Christian Hagenest
4d15ae9452
wip try dpkg-source
2024-05-23 14:33:45 +02:00
Christian Hagenest
9a68d42ee8
wip hack
2024-05-23 14:33:45 +02:00
Christian Hagenest
d732d099ac
wip hack
2024-05-23 14:33:45 +02:00
Christian Hagenest
582a2af799
hack for file length problem
2024-05-23 14:33:45 +02:00
Christian Hagenest
fba3963d47
clean curl
2024-05-23 14:33:45 +02:00
Christian Hagenest
e80d33e2e0
move obs dir into script dir
2024-05-23 14:33:45 +02:00
Christian Hagenest
6a3001bf22
it works
2024-05-23 14:33:45 +02:00
Christian Hagenest
368c41ba27
WIP: Build builds, OBS pushes, OBs doesn't build :( problem with .dsc
2024-05-23 14:33:45 +02:00
Christian Hagenest
fa0d8432bc
WIP IT BUILDS
2024-05-23 14:33:45 +02:00
Christian Hagenest
2811e08563
WIP
2024-05-23 14:33:45 +02:00
Christian Hagenest
846a4066d8
WIP build-obs.sh
2024-05-23 14:33:45 +02:00
holger krekel
6e1477666e
add precise links for dovecot unstable
2024-05-23 14:33:45 +02:00
Christian Hagenest
013def94f9
WIP build-obs.sh
2024-05-23 14:33:45 +02:00
Christian Hagenest
1a5fd331b6
add changelog
2024-05-18 23:06:03 +02:00
link2xt
c94ef0379a
Update pip and setuptools in scripts/initenv.sh
...
This is to support Debian 11 which ships setuptools
that do not support `-e` without setup.py
2024-01-24 01:31:48 +01:00
link2xt
dde879c7fc
Add scripts/cmdeploy
2023-12-12 23:37:16 +01:00
link2xt
a2a78c0aff
Do not attmpt to activate venv from scripts/initenv.sh
...
If you run it as scripts/initenv.sh,
activating venv is useless as bash will exit immediately afterwards.
If you `source` it as suggested by README.md,
`set -e` will set the flag for the current shell
and your shell will exit as soon as some command returns non-zero status,
e.g. cmdeploy fails or you simply do `ls /foo/bar/baz` and `ls`
complains that `/foo/bar/baz` does not exist.
2023-12-12 20:22:34 +00:00
holger krekel
d6df0f0604
rename deploy_chatmail to cmdeploy
2023-12-11 18:12:23 +01:00
holger krekel
b3fdebf8df
tweak for making CI happy
2023-12-11 15:52:12 +01:00
holger krekel
5fb7833677
add status command and delete last script
2023-12-11 15:52:12 +01:00
holger krekel
a6d24b3af7
introduce "cmdeploy bench"
2023-12-11 15:52:12 +01:00
holger krekel
d730af2e69
cleanup
2023-12-11 15:52:12 +01:00
holger krekel
99b1e18b0a
generate dns zone file via cmdeploy
2023-12-11 15:52:12 +01:00
holger krekel
f388e86287
make cmdeploy test work
2023-12-11 15:52:12 +01:00
holger krekel
d3ca037ebf
snap
2023-12-11 15:52:12 +01:00
holger krekel
b71e24d6a1
draft init flow
2023-12-11 15:52:12 +01:00
holger krekel
652b9688d3
deploy chatmaild in a virtualenv to make it easier to add dependencies
2023-12-08 21:55:18 +01:00
holger krekel
7cb8f90340
create a wwwdev.sh entry point for helping live web design/development ( #92 )
...
* create a wwwdev.sh entry point for developing the web part
* rename script
* fix README
* add a note
* don't depend on deltachat python package
* avoid bailing out on jinja2 errors, and provide file-url for instant clickability
* in webdev mode make page auto-refresh every 3 seconds
2023-12-08 14:32:40 +01:00
missytake
889e18f803
generate-dns-zone.sh doesn't need to support CHATMAIL_SERVER env var for now, let's assume A/AAAA point to the chatmail server, too
2023-11-25 00:39:27 +01:00
missytake
d29d2d147b
MTA-STS: the HTTPS route needs to be mta-sts.@ not _mta-sts
2023-11-25 00:39:27 +01:00
missytake
347dae1f84
MTA-STS: CNAME doesn't work, it needs to be A and AAAA
2023-11-25 00:39:27 +01:00
missytake
63cbb83344
fix: hetzner doesn't accept whitespace in TXT and CAA records apparently
2023-11-25 00:39:27 +01:00
missytake
c7625fad81
DNS: distinguish between mail_server and mail_domain
2023-11-25 00:39:27 +01:00
missytake
5305dfab12
Added MTA-STS records and .well-known file
2023-11-25 00:39:27 +01:00
link2xt
322bc9a3aa
Set critical flag on generated CAA record
...
This does not really matter as Let's Encrypt
supports current CAA `issue` syntax,
but may be useful if more records are added and this flag is copy-pasted.
For reference: <https://www.rfc-editor.org/rfc/rfc8659#name-critical-flag >
2023-11-13 15:12:32 +00:00
link2xt
064f6d36ad
Fix path in scripts/bench.sh
2023-11-08 20:23:14 +00:00
holger krekel
6b3590e7c8
test: test concurrent user creation
2023-11-08 19:36:38 +00:00
holger krekel
d5912b909c
fix benchmark script
2023-10-28 16:50:24 +02:00