-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5454 from mailcow/staging
2023-10
- Loading branch information
Showing
119 changed files
with
2,873 additions
and
1,444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
if: github.event.pull_request.base.ref != 'staging' #check if the target branch is not staging | ||
steps: | ||
- name: Send message | ||
uses: thollander/[email protected].0 | ||
uses: thollander/[email protected].2 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.CHECKIFPRISSTAGING_ACTION_PAT }} | ||
message: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Or just spread the word: moo. | |
|
||
## Info, documentation and support | ||
|
||
Please see [the official documentation](https://mailcow.github.io/mailcow-dockerized-docs/) for installation and support instructions. 🐄 | ||
Please see [the official documentation](https://docs.mailcow.email/) for installation and support instructions. 🐄 | ||
|
||
🐛 **If you found a critical security issue, please mail us to [info at servercow.de](mailto:[email protected]).** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM clamav/clamav:1.0.1-1_base | ||
FROM clamav/clamav:1.0.3_base | ||
|
||
LABEL maintainer "André Peters <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ FROM debian:bullseye-slim | |
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
# renovate: datasource=github-tags depName=dovecot/core versioning=semver-coerced | ||
ARG DOVECOT=2.3.20 | ||
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced | ||
# renovate: datasource=github-tags depName=dovecot/core versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
ARG DOVECOT=2.3.21 | ||
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
ARG GOSU_VERSION=1.16 | ||
ENV LC_ALL C | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
FROM php:8.2-fpm-alpine3.17 | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
# renovate: datasource=github-tags depName=krakjoe/apcu versioning=semver-coerced | ||
# renovate: datasource=github-tags depName=krakjoe/apcu versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
ARG APCU_PECL_VERSION=5.1.22 | ||
# renovate: datasource=github-tags depName=Imagick/imagick versioning=semver-coerced | ||
# renovate: datasource=github-tags depName=Imagick/imagick versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
ARG IMAGICK_PECL_VERSION=3.7.0 | ||
# renovate: datasource=github-tags depName=php/pecl-mail-mailparse versioning=semver-coerced | ||
ARG MAILPARSE_PECL_VERSION=3.1.4 | ||
# renovate: datasource=github-tags depName=php-memcached-dev/php-memcached versioning=semver-coerced | ||
# renovate: datasource=github-tags depName=php/pecl-mail-mailparse versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
ARG MAILPARSE_PECL_VERSION=3.1.6 | ||
# renovate: datasource=github-tags depName=php-memcached-dev/php-memcached versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
ARG MEMCACHED_PECL_VERSION=3.2.0 | ||
# renovate: datasource=github-tags depName=phpredis/phpredis versioning=semver-coerced | ||
ARG REDIS_PECL_VERSION=5.3.7 | ||
# renovate: datasource=github-tags depName=composer/composer versioning=semver-coerced | ||
ARG COMPOSER_VERSION=2.5.5 | ||
# renovate: datasource=github-tags depName=phpredis/phpredis versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
ARG REDIS_PECL_VERSION=6.0.1 | ||
# renovate: datasource=github-tags depName=composer/composer versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
ARG COMPOSER_VERSION=2.6.5 | ||
|
||
RUN apk add -U --no-cache autoconf \ | ||
aspell-dev \ | ||
|
@@ -110,4 +110,4 @@ COPY ./docker-entrypoint.sh / | |
|
||
ENTRYPOINT ["/docker-entrypoint.sh"] | ||
|
||
CMD ["php-fpm"] | ||
CMD ["php-fpm"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | |
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
ARG SOGO_DEBIAN_REPOSITORY=http://packages.sogo.nu/nightly/5/debian/ | ||
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced | ||
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
ARG GOSU_VERSION=1.16 | ||
ENV LC_ALL C | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
nslookup mailcow.email 127.0.0.1 1> /dev/null | ||
|
||
if [ $? == 0 ]; then | ||
echo "DNS resolution is working!" | ||
exit 0 | ||
else | ||
echo "DNS resolution is not working correctly..." | ||
echo "Maybe check your outbound firewall, as it needs to resolve DNS over TCP AND UDP!" | ||
exit 1 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
listen ${HTTPS_PORT} ssl http2; | ||
listen [::]:${HTTPS_PORT} ssl http2; | ||
listen ${HTTPS_PORT} ssl; | ||
listen [::]:${HTTPS_PORT} ssl; | ||
http2 on; |
Oops, something went wrong.