Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic PR to nightly from 2024-12-06T07:58:30Z #6202

Open
wants to merge 15 commits into
base: nightly
Choose a base branch
from
Open

Conversation

milkmaker
Copy link
Collaborator

@milkmaker milkmaker commented Dec 6, 2024

📁 Modified files

.github/renovate.json | 6 -
.github/workflows/image_builds.yml | 1 -
.gitignore | 1 +
data/Dockerfiles/dovecot/Dockerfile | 1 -
data/Dockerfiles/dovecot/docker-entrypoint.sh | 71 +-
data/Dockerfiles/dovecot/optimize-fts.sh | 4 +-
data/Dockerfiles/nginx/bootstrap.py | 5 +-
data/Dockerfiles/nginx/docker-entrypoint.sh | 8 +-
data/Dockerfiles/phpfpm/Dockerfile | 2 +-
data/Dockerfiles/solr/Dockerfile (gone) | 31 -
data/Dockerfiles/solr/solr-config-7.7.0.xml (gone) | 289 -----
data/Dockerfiles/solr/solr-schema-7.7.0.xml (gone) | 49 -
data/Dockerfiles/solr/solr.sh (gone) | 75 --
data/assets/nextcloud/nextcloud.conf (gone) | 130 --
data/assets/nextcloud/occ (gone) | 2 -
data/conf/dovecot/conf.d/fts.conf (new) | 35 +
data/conf/sogo/sogo.conf | 3 +
data/web/api/openapi.yaml | 30 -
data/web/debug.php | 4 -
data/web/inc/functions.inc.php | 44 -
data/web/inc/functions.mailbox.inc.php | 19 -
data/web/inc/triggers.inc.php | 6 +-
data/web/inc/vars.inc.php | 1 +
data/web/json_api.php | 20 +-
data/web/lang/lang.cs-cz.json | 3 -
data/web/lang/lang.da-dk.json | 3 -
data/web/lang/lang.de-de.json | 3 -
data/web/lang/lang.en-gb.json | 3 -
data/web/lang/lang.es-es.json | 2 -
data/web/lang/lang.fi-fi.json | 3 -
data/web/lang/lang.fr-fr.json | 327 +++--
data/web/lang/lang.it-it.json | 3 -
data/web/lang/lang.ja-jp.json (new) | 1338 ++++++++++++++++++++
data/web/lang/lang.ko-kr.json | 3 -
data/web/lang/lang.lv-lv.json | 1 -
data/web/lang/lang.nb-no.json | 2 -
data/web/lang/lang.nl-nl.json | 3 -
data/web/lang/lang.pt-br.json | 3 -
data/web/lang/lang.ro-ro.json | 3 -
data/web/lang/lang.ru-ru.json | 3 -
data/web/lang/lang.si-si.json | 48 +-
data/web/lang/lang.sk-sk.json | 3 -
data/web/lang/lang.sv-se.json | 3 -
data/web/lang/lang.tr-tr.json | 3 -
data/web/lang/lang.uk-ua.json | 3 -
data/web/lang/lang.zh-cn.json | 3 -
data/web/lang/lang.zh-tw.json | 3 -
data/web/templates/debug.twig | 102 --
data/web/templates/user.twig | 4 +-
docker-compose.yml | 43 +-
generate_config.sh | 41 +-
helper-scripts/_cold-standby.sh | 13 +-
.../BUILD_FLAGS/docker-compose.override.yml | 3 -
helper-scripts/nextcloud.sh (gone) | 264 ----
update.sh | 422 +++++-
55 files changed, 2070 insertions(+), 1428 deletions(-)

h3ssan and others added 2 commits November 27, 2024 14:47
* Add initial Japanese language files

* Reordered language list: moved Japanese (日本語) below Italian (Italiano)

---------

Co-authored-by: Tatsuya Yokota <git@acoustype.com>
FreddleSpl0it and others added 13 commits December 9, 2024 09:50
This is related to #5970 and https://community.mailcow.email/d/2126-backup-restore/2

It adds `docker compose create` to the script which gets executed directly after the sync of the mailcow-dockerized directory. This way the Docker daemon on the remote side creates everything and we get rid of the warning "volume "XYZ" already exists but was not created by Docker Compose. Use `external: true` to use an existing volume"

This is helpful if you use the create-cold-standby.sh script to migrate your mailcow installation to another server and don't want to get those warnings after migration.

Co-authored-by: Niklas Meyer <niklas.meyer@servercow.de>
* [Web] Updated lang.fr-fr.json

Co-authored-by: Neuronnexion <support@nnx.com>

* [Web] Updated lang.si-si.json

Co-authored-by: Matjaž Tekavec <matjaz@moj-svet.si>

---------

Co-authored-by: Neuronnexion <support@nnx.com>
Co-authored-by: Matjaž Tekavec <matjaz@moj-svet.si>
* fts-flatcurve: inital implementation

* fts: removed solr from compose.yml

* flatcurve: added heap and proc logic to dovecot

* added logic for update.sh & generate for Flatcurve

* delete old iteration of fts-flatcurve.conf

* updated default fts.conf

* updated .gitignore to exclude fts.conf for further git updates

* Remove autogeneration of fts.conf (disable override)

* cleanup all left solr stuff

* renamed SKIP_FLATCURVE to SKIP_FTS

* cleanup leftovers solr in lang files

* moved lazy_expunge plugin only to mail_plugins

* added fts timeout value

* compose: remove dev image of dovecot

* updated japanese translation
Co-authored-by: Neuronnexion <support@nnx.com>
[Web] Updated lang.fr-fr.json

Co-authored-by: Neuronnexion <support@nnx.com>
Co-authored-by: Peter <magic@kthx.at>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants