9 Commits

Author SHA1 Message Date
2c0d4f8789 chore: self hosting docs update and certificate issues (#1847) 2025-09-09 21:26:42 +10:00
92db4d68db fix: cleanup env variables 2025-02-13 20:56:44 +11:00
6c3acb1c2d feat: add and use NEXT_PRIVATE_INTERNAL_WEBAPP_URL (#1298)
Introduces `NEXT_PRIVATE_INTERNAL_WEBAPP_URL` used for requesting the
app by itself (backend) [e.g. for background jobs]
2024-09-06 20:37:10 +10:00
b0c081683f feat: allow anonymous smtp authentication (#1204)
Introduces the ability to use anonymous SMTP authentication where no username or password is provided.

Also introduces a new flag to disable TLS avoiding cases also where STARTTLS is used despite `secure` being
set to `false`
2024-07-09 10:39:59 +10:00
3e634fd975 chore: update docker compose command (#1159) 2024-05-22 19:15:31 +07:00
c71347aeb9 S3Client: Add forcePathStyle 2024-03-22 15:46:22 +01:00
415f79f821 fix: update docker docs and compose files 2024-03-10 11:13:05 +11:00
fd4ea3aca5 fix: update docker docs 2024-03-08 20:00:24 +11:00
2cce6dc2e5 feat: tidy docker setup
Tidy the docker setup and include a Github Action
for publishing docker containers to DockerHub and
Github Container Registry.

Also add a small README file with docker hosting instructions.
2024-03-06 15:46:51 +11:00