snipe-it/docker
Jeremy Price 8ace30ee23 Update mailer configurations for Symfony mailer
Newer Laravel uses Symfony mailer instead of SwiftMailer, and that means
that some configs and functionality have changed

In this change, we update config/mail.php with the new config layout and
name/functionality changes

of note:

* New configuration layout supporting lots of new/different mailers
* MAIL_DRIVER has become MAIL_MAILER, though we'll support both
* MAIL_ENCRYPTION is mostly useless, and we mark it as such -- symfony
  mailer detects which type of encryption to use automagically.
* MAIL_TLS_VERIFY_PEER is now available in case of self-signed
  certificates on the mail server, of if you want to access it by a
  different name, or by IP

Accordingly, we also update the .env examples, docker configs, and
the .env builder in the snipeit.sh installation script with the above
changes
2024-02-28 23:37:52 -08:00
..
000-default-2.4.conf Alpine linux docker image (#6645) 2019-01-30 14:45:36 -08:00
000-default.conf Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
001-default-ssl.conf Fix path to snipeit-ssl.crt (#2428) 2016-08-16 13:03:55 -07:00
column-statistics.cnf Replace .my.cnf with column-statistics.cnf at the system level for mysqldump 2022-01-29 07:24:50 -06:00
develop.sh Fixes to Dockerfile, updated docker/develop.sh for new options. 2016-05-14 16:46:53 -07:00
docker-entrypoint.sh Added #9313: Add new fpm-alpine docker image and docker secrets support (#9331) 2021-04-20 21:14:47 -07:00
docker-secrets.env Update mailer configurations for Symfony mailer 2024-02-28 23:37:52 -08:00
docker.env Update mailer configurations for Symfony mailer 2024-02-28 23:37:52 -08:00
entrypoint_alpine.sh feat[docker]: create session table migration if session driver is set to database (#9587) 2021-05-20 14:31:22 -07:00
README.md Change README to point to new documentation site 2016-07-26 13:56:40 -07:00
startup.sh Fixed #11708 - pre-create private_storage directories for Docker restores 2022-08-24 17:11:21 -07:00
supervisor-exit-event-listener Fixed #10231: use correct python binary for exit listener 2021-11-02 13:06:36 +01:00
supervisord.conf Run Laravel schedule in docker image using supervisord (#6606) 2019-03-07 12:42:00 -08:00