Commit-Graph

61 Commits

Autor SHA1 Nachricht Datum
FingerlessGloves
a6deb7f1d8
Update roundcube to 1.6.2 2023-07-02 15:38:59 +01:00
Michael Stilkerich
1a10dd53c8
Update roundcube install instructions (#571)
* Update roundcube install instructions

Main changes:
- Use separate database for roundcube
- Download mime.types once and not on every container start
- Use mailcow API for password change from roundcube instead of direct database access
- Use non-TLS connection instead of TLS with disabled certificate check
- Upgrade CardDAV instructions to use RCMCardDAV v5 which also includes rediscovery of new/removed server-side addressbooks
- Instructions for forwarding client IP to dovecot (main benefit: netfilter container acts on excessive failed logins)

* Improvements to roundcube setup

- Change tarball extraction command, since the transform flag also messed up symlink targets
- Slight change in database creation (aligned with roundcube INSTALL docs)
- Change roundcube cipher_method to a stronger than the default one, and allow some symbols in the generated passphrase
- Expose only the public_html subdirectory of roundcube
- Include update of the composer dependencies in the installation steps
- Create scheduled job for database housekeeping
- Uninstall instructions

* Add missing escapes

* Another syntax fix

* Roundcube: Avoid access to PHP scripts in sensitive directories

The sensitive directories should not contain PHP scripts in the first
place, but just as a safeguard we disable access to nginx on a
filesystem level. (NGINX and PHPFPM run under different UIDs in
mailcow).

* Roundcube: Migration instructions

* Update third_party-roundcube.en.md

* Address review findings

* Adress review findings and translate to German

* Fix typos
2023-07-01 21:22:02 +02:00
Aaron Sachs
93d70275c4
Updating the Postgres DSN in Mailman3 Doc (#586)
* Update third_party-mailman3.de.md

Updating the Postgres DSN to use `postgresql`, as SQLalchemy no longer allows for the use of `postgres`.

* Updating the Postgres DSN to use `postgresql`

Signed-off-by: Aaron Sachs <898627+asachs01@users.noreply.github.com>

---------

Signed-off-by: Aaron Sachs <898627+asachs01@users.noreply.github.com>
2023-06-21 19:40:55 +02:00
Peter
2c7ff54b30
Add german translations for PR #528 + #530 2023-02-09 21:55:33 +01:00
fabreg
1617b91a09
Added new gogs database (#530)
As per gitea, also Gogs needs to use its own database.
2023-02-09 21:47:22 +01:00
fabreg
b11baa5df1
Added new gitea database (#528)
Excluded gitea database from mailcow
2023-02-09 21:47:14 +01:00
FingerlessGloves
3b98f86833
Roundcube 1.6.0 to 1.6.1 (#521) 2023-01-23 21:33:08 +01:00
DerLinkman
45d1e35700 Merge branch 'feat/docker-compose-toggle' 2023-01-13 18:34:22 +01:00
DerLinkman
ff66db2ee7 Finalized Compose Switch 2023-01-13 18:16:08 +01:00
Nico Rügheimer
5b9cd1e79a
Fix docker compose volume warnings 2023-01-02 16:08:29 +01:00
DerLinkman
2b2b74f480 Revert "Changed Roundcube Button to new BS5 Type"
This reverts commit 3485b85918.
2022-12-31 11:38:24 +01:00
DerLinkman
3485b85918 Changed Roundcube Button to new BS5 Type 2022-12-31 11:29:25 +01:00
DerLinkman
efddc6d365 Corrected some grammar logic for german version 2022-11-08 12:01:39 +01:00
FingerlessGloves
8ba0cd0072
checkmk cache 2022-11-04 20:38:16 +00:00
Nico Rügheimer
255d561d24
Fix deprecated ssh repository 2022-11-04 14:12:24 +01:00
Nico Rügheimer
14466f6461
Fix double text 2022-11-04 14:08:04 +01:00
DerLinkman
771345cbbf Corrected markdown syntax 2022-11-03 10:44:53 +01:00
DerLinkman
af8b8c5b34 Corrected Roundcube managesieve path 2022-11-03 10:43:03 +01:00
DerLinkman
405b1e9006 Implemented Mailman3 Improvements from their docs 2022-10-20 15:33:23 +02:00
The_Markus
3706fc10b9
Added reverse proxy configuration for portainer (#480) 2022-10-12 18:19:33 +02:00
André
bc251b38ab
Update third_party-roundcube.en.md 2022-10-03 22:13:17 +02:00
Sebastian Schubert
06732d0c66 updated docs for install to 1.6.0 - added composer update stanza
Signed-off-by: Sebastian Schubert <basti@2-die-4.tk>
2022-10-02 12:16:18 +02:00
bastischubert
991a47f855
Fixed typo on managesieve stanza
Added missing singlequote in managesive array
2022-09-28 09:01:56 +02:00
Niklas Meyer
a4e8b791ed
Merge pull request #463 from raph-topo/patch-1
Typo
2022-09-05 00:21:37 +02:00
Raphael
96cfed7dd8
Typo 2022-09-05 00:20:13 +02:00
Raphael
7113b56755
Typo 2022-09-04 23:58:49 +02:00
Florian Hillebrand
f869149313 Fix paths for Borgmatic crontab file.
The `borgmatic` binary was moved inside the Docker container, therefore the crontab has to be changed or backups will fail.

See:
7076b56010
2022-09-04 18:31:31 +02:00
DerLinkman
d7f4e4480f Corrected docker-compose.yml Naming 2022-09-01 09:33:47 +02:00
DerLinkman
a69cfb806f Changes for 2022-08 Update (Amoogust Update) 2022-08-31 14:45:46 +02:00
FingerlessGloves
5055cc6b90
Update Roundcube docs page going from 1.5 to 1.6 (#448)
* Update Roundcube docs page going from 1.5 to 1.6

This is to update the docs page to install or upgrade to Roundcube 1.6.0 along with the needed 'sed' commands to make any necessary config changes going from 1.5 to 1.6

* Decline auto local config fix

If you allow the update tool to upgrade your config file, it doesn't do it correctly, so we're better of doing this our self with 'sed'

* Update roundcube 1.5 to 1.6 DE instructions

* 'smtp_server' to 'smtp_host' in config example
2022-08-02 19:01:54 +02:00
0x000000000000000000000000000000000000
4de1b853af
Remove double sentence.
Remove double sentence in third_party-borgmatic.de.md.
2022-07-22 15:01:40 +02:00
Markus
bb93c3ed0c
Corrected value for CRIT (#440)
* Update u_e-checkmk.de.md

The value for CRIT was wrong (copy-paste-error) - should be 2, instead of 1.

* Update u_e-checkmk.en.md

The value for CRIT was wrong (copy-paste-error) - should be 2, instead of 1.
2022-07-17 22:55:02 +02:00
DerLinkman
06296c1476 Fixed CheckMK entry in mkdocs.yml + Restructuring third_party folders 2022-07-17 17:01:03 +02:00
Niklas Meyer
9608a8d1d4 Corrected Compose - 2022-07-01 10:56:27 +02:00
Yannik Jérôme Büchi
676731902f
Update third_party-nextcloud.en.md 2022-06-30 20:58:38 +02:00
Yannik Jérôme Büchi
d141016dfc
Update third_party-nextcloud.de.md 2022-06-30 20:57:51 +02:00
Yannik Jérôme Büchi
9ca8d06c40
Update third_party-nextcloud.de.md
update to docker compose v2
2022-06-29 22:05:25 +02:00
Yannik Jérôme Büchi
3878e797f9
Update third_party-nextcloud.en.md
update to docker compose v2
2022-06-29 22:04:40 +02:00
Yannik Jérôme Büchi
982c56bd8b
Update third_party-roundcube.en.md
update to docker compose v2
2022-06-29 22:02:35 +02:00
Yannik Jérôme Büchi
0ccc43a362
Update third_party-roundcube.de.md
update to docker compose v2
2022-06-29 22:01:30 +02:00
Yannik Jérôme Büchi
0f26c418c5
Update third_party-roundcube.en.md 2022-06-28 12:57:12 +02:00
Yannik Jérôme Büchi
dce5238cf8
Merge pull request #1 from Jerome2103/patch-1
Update third_party-roundcube.en.md
2022-06-28 12:56:34 +02:00
Yannik Jérôme Büchi
c5dad998b4
Update third_party-roundcube.de.md
update Roundcube from 1.5.2 to 1.5.3
update RCMCardDAV from 4.3.0 to 4.4.1
2022-06-28 12:55:30 +02:00
Yannik Jérôme Büchi
d9af48d291
Update third_party-roundcube.en.md
update Roundcube from 1.5.2 to 1.5.3
update RCMCardDAV from 4.3.0 to 4.4.1
2022-06-28 12:53:01 +02:00
Felix Kaechele
584f5fd20e Use official borgmatic docker image
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
2022-06-23 12:27:30 -04:00
Niklas Meyer
2e78ef16cc Renamed docker compose back to docker-compose 2022-06-23 15:17:00 +02:00
Niklas Meyer
358aace692 Fixed docker-compose.yml renaming 2022-06-02 15:19:55 +02:00
Niklas Meyer
ea2143fec6 Readd Compose-v2 Renamings (of commands) 2022-06-02 14:32:36 +02:00
Niklas Meyer
5c1c263e46 Revert "Compose v2"
This reverts commit 423f24f6f2.
2022-06-01 15:39:27 +02:00
andryyy
423f24f6f2 Compose v2 2022-05-31 09:40:59 +02:00