93aece9644
chore: dependency updates ( #1808 )
2025-05-22 14:30:22 +10:00
e37b005d7f
chore: update dockerfile
2025-03-28 01:28:49 +11:00
fb173e4d0e
chore: update docker build scripts
2025-03-20 10:52:33 +11:00
24f3ecd94f
fix: remove marketing url
2025-02-19 16:45:54 +11:00
113ab293bb
chore: make all the docker stuff work
2025-02-14 14:53:01 +11:00
92db4d68db
fix: cleanup env variables
2025-02-13 20:56:44 +11:00
9183f668d3
chore: bump node version for docker
2025-01-27 12:20:04 +11:00
1b10c55758
fix: update docker environment ( #1438 )
2024-11-06 19:21:52 +09:00
dcc2ac8a71
feat(email): support configurable SMTP service ( #1447 )
2024-11-06 19:00:59 +09:00
9ffdbe9c81
fix: improve lingui configuration ( #1388 )
...
## Description
Currently merge conflicts arise due to the compiled JS and PO
translation files.
This PR is a rework on how we handle extracting and compiling
translations to streamline PRs and merging branches.
## Changes Made
- Remove compiled translation files from being committed
- Extract and compile translations only on build
- Extract will still occur when commits land on main to sync and pull
new translations with Crowdin
2024-10-09 14:13:52 +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
1ad64b43db
Merge branch 'main' into feat/background-tasks
2024-06-21 13:58:56 +10:00
ffb890fdf6
chore: force pin turbo to resolve docker issues for now
2024-06-21 13:52:22 +10:00
108054a133
wip: background tasks
2024-06-13 15:23:19 +10:00
3e634fd975
chore: update docker compose command ( #1159 )
2024-05-22 19:15:31 +07:00
e4620efa4a
fix syntax in production compose.yml
2024-05-03 14:48:39 +02:00
c71347aeb9
S3Client: Add forcePathStyle
2024-03-22 15:46:22 +01:00
608e622f69
fix: update testing compose config
2024-03-10 13:48:09 +11: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
cffb7907b5
chore: remove bcrypt
2024-03-07 18:30:22 +11:00
b9b57f16c0
fix: use matrix build
2024-03-07 05:05:35 +00:00
03d2a2a278
fix: update buildx platform arg
2024-03-07 04:35:25 +00:00
82efc5f589
fix: use docker buildx and push
2024-03-07 04:07:55 +00:00
10ef5b6e51
fix: improvements from testing
2024-03-07 02:57:02 +00:00
9525b9bd63
fix: resolve issue with testing compose file
2024-03-06 23:48:28 +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
7210d48b64
fix: update dockerfile to support encryption keys
2024-02-02 04:37:29 +00:00
9cc8bbdfc3
fix: docker compose variable
2024-01-20 17:45:59 +01:00
49736d2587
Merge branch 'documenso:main' into feat/732-toggle-signup-form
2023-12-09 11:55:55 +05:30
dbdef79263
chore: remove old env variable from docker compose
2023-12-09 10:38:48 +05:30
38e5b1d3ce
chore: use minio as s3 storage for document during development ( #588 )
2023-12-08 21:08:30 +11:00
c3fe98b05f
fix: update docker compose entrypoint ( #650 )
2023-11-14 13:11:57 +11:00
d6ae0b44e6
feat: use nextjs.js standalone output for improvised docker image ( #338 )
2023-11-12 13:15:42 +11:00
b0e3abffd6
chore: restore dangling changes from rebase
2023-11-06 14:47:46 +11:00
051c96c92b
fix: further readme updates
2023-11-06 13:01:46 +11:00
9783e16656
add husky and lint-staged to ensure commits are formatted
2023-11-06 13:01:08 +11:00
ba82b1fca8
chore: update dockerfile
2023-08-10 13:51:22 +10:00
e34be16d3d
fix: Docker Compose 'name' attribute causing invalid file issue
2023-06-16 10:44:23 +03:00
dd4568b7fa
typo: documentso >> documenso
2023-06-01 13:58:18 +07:00
d2c5657093
fix: update signup env var
2023-05-06 16:11:56 +10:00
84e3d29589
Use documenso as container name for local development
2023-04-16 18:29:40 +00:00
cb77a40fd9
fix: update postgres port
2023-04-13 23:43:42 +10:00
5dd3713475
feat: add docker support and docker-compose quickstart
...
Add support for production container builds using the provided `Dockerfile` and `build.sh` script. This can later be used with actions to automatically publish to the provided docker registry.
Additionally, support an accelerated developer quickstart using `docker-compose`. Developers can now run the `dx` npm command to quickly spin up a database and mail server.
2023-04-08 23:20:42 +10:00