mailcow/.gitignore

69 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2021-02-11 22:24:34 +08:00
!data/conf/nginx/dynmaps.conf
!data/conf/nginx/meta_exporter.conf
!data/conf/nginx/site.conf
!/**/.gitkeep
2021-02-11 22:24:34 +08:00
*.iml
.idea
.vscode/*
data/assets/ssl-example/*
data/assets/ssl/*
data/conf/borgmatic/
2019-12-14 22:00:23 +08:00
data/conf/clamav/whitelist.ign2
2021-02-11 22:24:34 +08:00
data/conf/dovecot/acl_anyone
2017-03-02 18:23:23 +08:00
data/conf/dovecot/dovecot-master.passwd
data/conf/dovecot/dovecot-master.userdb
2021-02-11 22:24:34 +08:00
data/conf/dovecot/extra.conf
data/conf/dovecot/global_sieve_*
2021-02-11 22:24:34 +08:00
data/conf/dovecot/last_login
data/conf/dovecot/lua
data/conf/dovecot/mail_plugins*
data/conf/dovecot/shared_namespace.conf
data/conf/dovecot/sni.conf
data/conf/dovecot/sogo-sso.conf
data/conf/dovecot/sogo_trusted_ip.conf
2021-02-11 22:24:34 +08:00
data/conf/dovecot/sql
2017-10-09 04:59:04 +08:00
data/conf/nextcloud-*.bak
2021-02-11 22:24:34 +08:00
data/conf/nginx/*.active
data/conf/nginx/*.bak
2017-06-28 01:54:26 +08:00
data/conf/nginx/*.conf
2017-10-09 04:59:04 +08:00
data/conf/nginx/*.custom
2021-02-11 22:24:34 +08:00
data/conf/phpfpm/sogo-sso/sogo-sso.pass
data/conf/portainer/
2021-02-11 22:24:34 +08:00
data/conf/postfix/allow_mailcow_local.regexp
data/conf/postfix/custom_postscreen_whitelist.cidr
data/conf/postfix/custom_transport.pcre
data/conf/postfix/extra.cf
data/conf/postfix/sni.map
data/conf/postfix/sni.map.db
data/conf/postfix/sql
data/conf/rspamd/custom/*
data/conf/rspamd/local.d/*
data/conf/rspamd/override.d/*
2021-03-02 18:24:15 +08:00
data/conf/sogo/custom-theme.js
2021-02-11 22:24:34 +08:00
data/conf/sogo/plist_ldap
data/conf/sogo/sieve.creds
data/conf/sogo/sogo-full.svg
data/gitea/
data/gogs/
data/hooks/dovecot/*
data/hooks/phpfpm/*
data/hooks/postfix/*
data/hooks/rspamd/*
data/hooks/sogo/*
data/hooks/unbound/*
data/web/templates/cache/*
!data/web/templates/cache/.gitkeep
2021-02-11 22:24:34 +08:00
data/web/.well-known/acme-challenge
data/web/css/build/0081-custom-mailcow.css
data/web/inc/vars.local.inc.php
Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445) * [API] Fix minor issue in api docs * [GH-Actions][stale] Add neverstale label to exempt list * [Web] add github version tag * [Web] add github version tag error handling * Passwordless SOGo auth: support for calendar invitations and calendar/contacts subscriptions Inviting someone to a calendar event triggers a request to /SOGo/so/otheruser@example.com/freebusy.ifb/ajaxRead. Subscribing to someone's calendar/contacts triggers a request to /SOGo/so/otheruser@example.com/foldersSearch. The email address in the URL is different from the logged-in user, which needs to be handled appropriately by sogo-auth.php. * [Web] add github version tag - adjust css * [Compose] Update SOGo Autoreply Schedule to 5m Based on the advice of inverse (SOGo developer). Thanks to https://github.com/jmber Closes: https://github.com/mailcow/mailcow-dockerized/issues/4436 * [Web] add github version tag - move twig globals * [Web] add github version tag - missing </div> * Passwordless SOGo auth: improvements for when accessing other users * [WebAuthn] fido2 passwordless auth - fix (#4440) * [WebAuthn] fido2 revert * [WebAuthn] set UV flags to 'discouraged' * [WebAuthn] revert - set UV flags to 'discouraged' Co-authored-by: ntimo <git@nowitzki.me> Co-authored-by: Peter <magic@kthx.at> Co-authored-by: FreddleSpl0it <patschul@posteo.de> Co-authored-by: FreddleSpl0it <75116288+FreddleSpl0it@users.noreply.github.com> Co-authored-by: Michael Kuron <mkuron@users.noreply.github.com>
2022-02-01 22:26:48 +08:00
data/web/inc/app_info.inc.php
2021-02-11 22:24:34 +08:00
data/web/nextcloud*/
data/web/rc*/
docker-compose.override.yml
2021-02-11 22:24:34 +08:00
mailcow.conf
mailcow.conf_backup
rebuild-images.sh
2019-07-13 14:58:41 +08:00
refresh_images.sh
2021-02-11 22:24:34 +08:00
update_diffs/
2021-10-18 18:51:19 +08:00
create_cold_standby.sh