Commit Graph

87 Commits

Author SHA1 Message Date
AndroidEnthusiast
156cac288b
Update README-zh.md
Modify display exceptions
  Forgot the space, so the two ### are not effective

Signed-off-by: AndroidEnthusiast <85106891+kwxmxb@users.noreply.github.com>
2024-05-11 18:04:09 +08:00
AndroidEnthusiast
6f05047d6c
Create README-zh.md
Chinese md introduction file final version

Signed-off-by: AndroidEnthusiast <85106891+kwxmxb@users.noreply.github.com>
2024-05-11 17:58:06 +08:00
AndroidEnthusiast
18a6e6ac8c
Delete README.md
Because of the renaming of the md introduction file in the second revision, it is the third revision and not part of the original file that was changed at the beginning, so that version of the file is deleted and only the original md file is kept.

Signed-off-by: AndroidEnthusiast <85106891+kwxmxb@users.noreply.github.com>
2024-05-11 17:23:26 +08:00
AndroidEnthusiast
0a764fbc55
Delete README zhCN .md
Delete the file that is not part of the original md presentation file.

Signed-off-by: AndroidEnthusiast <85106891+kwxmxb@users.noreply.github.com>
2024-05-11 17:06:42 +08:00
AndroidEnthusiast
b6a088ac6b
Create README.md
Signed-off-by: AndroidEnthusiast <85106891+kwxmxb@users.noreply.github.com>
2024-05-10 07:42:01 +08:00
AndroidEnthusiast
bd47b6f50a
Rename README.md to README zhCN .md
Signed-off-by: AndroidEnthusiast <85106891+kwxmxb@users.noreply.github.com>
2024-05-10 07:35:09 +08:00
AndroidEnthusiast
eb05568798
Update README.md
Signed-off-by: AndroidEnthusiast <85106891+kwxmxb@users.noreply.github.com>
2024-05-10 07:29:06 +08:00
Mauricio Siu
9554818552
Merge pull request #67 from manjime83/patch-1
fix: Properly parse environment variables
2024-05-09 12:37:05 -06:00
Manuel Jiménez
a83834fdef
format fix 2024-05-09 14:12:16 -04:00
Manuel Jiménez
312d66f0fa
fix: Properly parse environment variables 2024-05-09 14:03:32 -04:00
Mauricio Siu
9ba09debf8
Merge pull request #60 from vkrusen/patch-1
Correct Postgres url from password:password to user:password
2024-05-07 20:56:29 -06:00
Mauricio Siu
3193d5eabd
Merge pull request #59 from oesukam/chore-update-server-port-logs
Correct server port log for non 3000 port
2024-05-07 20:56:09 -06:00
Victor Krusenstråhle
d1966d43f7
Correct Postgres url from password:password to user:password
Postgres external url currently returns password:password when it should be user:password.
2024-05-07 21:40:12 +02:00
Olivier Esuka
2170c3f1e8 chore: correct server port log for non 3000 port 2024-05-07 21:23:52 +02:00
Mauricio Siu
237a01d7ae remove file 2024-05-05 11:53:36 -06:00
Mauricio Siu
505fc3efff chore: upgrade version 2024-05-05 11:52:43 -06:00
Mauricio Siu
b167e592d3 refactor: add circle.yml 2024-05-05 04:09:27 -06:00
Mauricio Siu
2755bf3a31
Merge pull request #48 from Dokploy/42-an-error-occurred-on-client
fix(#42): initialize the database as a first service
2024-05-05 03:56:53 -06:00
Mauricio Siu
0055a8322f fix(#42): initialize the database as a first service 2024-05-05 03:53:48 -06:00
Mauricio Siu
3e8e43508c
Merge pull request #45 from Dokploy/revert/next-version
revert: back to next 14 and remove arm/v7 due to unsuported versions …
2024-05-04 13:22:48 -06:00
Mauricio Siu
3990c39471 refactor: remove build on PR due to hight build time 2024-05-04 13:22:04 -06:00
Mauricio Siu
0d3d700e4c revert: back to next 14 and remove arm/v7 due to unsuported versions from nextjs side 2024-05-04 12:42:39 -06:00
Mauricio Siu
e67ea869d5
Merge pull request #44 from Dokploy/38-removing-domain-not-working
fix: prevent to have empty traefik config in order to  prevent domain…
2024-05-04 12:11:43 -06:00
Mauricio Siu
1b6d4273cc fix: prevent to have empty traefik config in order to prevent domain crashes #38 2024-05-04 10:55:05 -06:00
Mauricio Siu
2e62c7fd28
Merge pull request #37 from mariusihring/patch-1
feat: Update build.sh to provide arm64, aarch64 and x86 images
2024-05-04 10:29:08 -06:00
Mauricio Siu
c5f7f8bad6 chore: update dependencies 2024-05-04 02:20:59 -06:00
Mauricio Siu
ca54084793 chore: remove build script on push 2024-05-04 02:20:47 -06:00
Mauricio Siu
c6581f73ff chore: downgrade nextjs to 13.2.4 to support arm/v7 2024-05-04 02:20:31 -06:00
Mauricio Siu
c8150f4f32 refactor: add buildx multiplatform and --push 2024-05-04 02:19:48 -06:00
Mauricio Siu
59bd46908f chore: remove --push flag 2024-05-04 02:19:35 -06:00
Marius Ihring
eebe071a43
Update build.sh
Updating build, so it gets build for arm64 aarch64 and the normal x86, using buildx
2024-05-03 20:16:32 +02:00
Mauricio Siu
47146dfedf
Merge pull request #26 from eltociear/patch-1 2024-05-02 12:52:03 -06:00
Ikko Eltociear Ashimine
701580afc4
fix: typo in index.ts
DOKERFILE -> DOCKERFILE
2024-05-03 00:54:14 +09:00
Mauricio Siu
3f9e1381b6 chore: use refname instead of base ref 2024-05-01 21:28:02 -06:00
Mauricio Siu
cc61c9b788
Merge pull request #24 from Dokploy/docs/contributing
Docs/contributing
2024-05-01 21:14:32 -06:00
Mauricio Siu
f4c2dc99d9 chore: remove cat file 2024-05-01 21:08:47 -06:00
Mauricio Siu
ef4d763658 chore: test the env 2024-05-01 21:05:52 -06:00
Mauricio Siu
9ee6eb5d88 chore: add build to push 2024-05-01 21:01:53 -06:00
Mauricio Siu
13eea467a0 refactor: set base ref instead of head 2024-05-01 20:51:46 -06:00
Mauricio Siu
367780cccb chore: add Docker build on PR 2024-05-01 20:46:05 -06:00
Mauricio Siu
438fc345d4 chore: add canary docs as a develop branch 2024-05-01 20:00:03 -06:00
Mauricio Siu
429223503a
Merge pull request #23 from Dokploy/feat/canary-push-docker
feat: add canary builds for testing purposes
2024-05-01 19:49:00 -06:00
Mauricio Siu
63b5fdaa71 feat: add canary builds for testing purposes 2024-05-01 19:44:41 -06:00
Mauricio Siu
04a2ca49f3
Merge pull request #20 from jesse-holden/main
fix(typo): enviroment -> environment
2024-05-01 18:03:31 -06:00
Mauricio Siu
fe37620dba
Merge pull request #21 from Dokploy/fix/builder-env-wrong-way
Fix/builder env wrong way
2024-05-01 17:48:35 -06:00
Mauricio Siu
e9e49d7456 chore: add canary to pull request workflow 2024-05-01 17:45:34 -06:00
Mauricio Siu
ad58cce2cd fix: change for in to for of to access to real value instead of the index 2024-05-01 17:42:52 -06:00
Jesse Holden
5657c45faf
fix(typo): enviroment -> environment 2024-05-01 18:40:18 -04:00
Mauricio Siu
21f1d2bd57
Merge pull request #15 from hauserkristof/hauserkristof/prod.sh-gcp-fix
feat: use `ss -tulnp | grep ':PORT '` instead of `lsof -i :PORT`
2024-05-01 15:21:29 -06:00
Mauricio Siu
9fae479e71
Update prod.sh
I updated the script since the actual script was outdate
2024-05-01 15:17:08 -06:00