mathilde-cryptpad
16c9524a6a
Merge branch 'staging' into main
2024-07-15 07:32:17 +02:00
Corentin ARNOULD
a7e622dddc
Fix bash indentation and trailing whitespaces
...
Some shell scripts had tabs indentation. Made it all four spaces.
Hope it's ok with spaces.
Some files had a trailing space in it. It was not useful and takes few bytes for
nothing.
I didn't delete everything.
You can find all tab indented lines with:
grep -rP '^\t' 2>/dev/null
And more trailing space with:
grep -rP ' $' 2>/dev/null
2024-07-06 10:23:49 +02:00
James Downie
2d2855679d
Added new install-onlyoffice.sh switch to docker-entrypoint.sh
2024-07-02 09:48:39 +10:00
Wolfgang Ginolas
d8cb5c02bd
Remove --keep to simplify install-onlyoffice.sh
...
https://github.com/cryptpad/cryptpad/issues/1416
2024-03-20 13:15:29 +01:00
Wolfgang Ginolas
52c7caf24b
Refactor install-onlyoffice.sh arguments
2024-03-20 13:15:29 +01:00
Wolfgang Ginolas
15ec7d74fd
Docker does not install OnlyOffice by default
...
https://github.com/cryptpad/cryptpad/issues/1416
2024-03-20 13:15:29 +01:00
Wolfgang Ginolas
f5833a9430
Remove OnlyOffice from docker image and install on startup
...
https://github.com/cryptpad/cryptpad/issues/1416
2024-03-20 13:15:29 +01:00
David Benque
8f0a6319a5
Apply headers
2023-10-20 15:35:26 +01:00
Mathilde Grünig
83064550c6
forgot to remove old outdated comment in file header
2023-07-12 14:30:54 +02:00
Mathilde Grünig
aee32e0e78
add the possibility to run without TLS for testing locally
2023-07-07 11:52:32 +02:00
Mathilde Grünig
0cb2f42b33
make entrypoint script working with Debian, remove outdated parts
2023-06-23 14:32:01 +02:00
Mathilde Grünig
8fbb4dc252
add basic entrypoint.sh file to set domains and admin email
2023-06-22 14:54:34 +02:00