Mauricio Siu
4cbff731d1
fix( #119 ): remove none ports
2024-06-05 22:47:28 -06:00
Mauricio Siu
b9bff95c3d
feat: wip cli token authentication
2024-06-05 22:42:11 -06:00
Mr1Blaze
113df9ae12
Added New Tested Systems ( #116 )
...
Co-authored-by: Mr1Blaze <imarshall@pro.pro>
2024-06-03 20:52:37 -06:00
Mauricio Siu
7f13fd24ec
v0.2.0 ( #117 )
...
* feat: add schema for registry and routes
* feat: add docker registry upload
* feat: add show cluster
* refactor: set the registry url in image in case we have a registry asociated
* feat: add update registry and fix the docker url markup
* chore: remove --advertise-ip on swarm script
* refactor: remove listen address of swarm initialize
* feat: add table to show nodes and add dropdown to add manager & workers
* refactor: improve interface for cluster
* refactor: improve UI
* feat: add experimental swarm settings
* refactor: remove comments
* refactor: prettify json of each setting
* refactor: add interface tooltip
* refactor: delete static form self registry
* refactor: allow to se a empty registry
* fix: remove text area warnings
* feat: add network swarm json
* refactor: update ui
* revert: go back to swarm init config
* refactor: remove initialization on server, only on setup script
* Update LICENSE.MD
* feat: appearance theme support system config
* refactor: remove logs
* fix(README-ru): hyperlink-ed docs url
* feat: (#107 ) webhook listener filter docker events based on image tag.
Fixes #107
* refactor: simplify comparison docker tags
* refactor: remove return in res status
* refactor: prevent to updates download automatically
* feat: support code editor (#105 )
* feat: support code editor
* Update codeblock
* refactor: remove unused class
---------
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
* fix: select the right image from sourcetype (#109 )
* chore: bump minor version
* fix: add redirect to https by default (#113 )
* Create FUNDING.yml
* Docker compose support (#111 )
* feat(WIP): compose implementation
* feat: add volumes, networks, services name hash generate
* feat: add compose config test unique
* feat: add tests for each unique config
* feat: implement lodash for docker compose parsing
* feat: add tests for generating compose file
* refactor: implement logs docker compose
* refactor: composeFile set not empty
* feat: implement providers for compose deployments
* feat: add Files volumes to compose
* feat: add stop compose button
* refactor: change strategie of building compose
* feat: create .env file in composepath
* refactor: simplify git and github function
* chore: update deps
* refactor: update migrations and add badge to recognize compose type
* chore: update lock yaml
* refactor: use code editor
* feat: add monitoring for app types
* refactor: reset stats on change appName
* refactor: add option to clean monitoring folder
* feat: show current command that will run
* feat: add prefix
* fix: add missing types
* refactor: add docker provider and expose by default as false
* refactor: customize error page
* refactor: unified deployments to be a single one
* feat: add vitest to ci/cd
* revert: back to initial version
* refactor: add maxconcurrency vitest
* refactor: add pool forks to vitest
* feat: add pocketbase template
* fix: update path resolution compose
* removed
* feat: add template pocketbase
* feat: add pocketbase template
* feat: add support button
* feat: add plausible template
* feat: add calcom template
* feat: add version to each template
* feat: add code editor to enviroment variables and swarm settings json
* refactor: add loader when download the image
* fix: use base64 to generate keys plausible
* feat: add recognized domain names by enviroment compose
* refactor: show alert to redeploy in each card advanced tab
* refactor: add validation to prevent create compose if not have permissions
* chore: add templates section to contributing
* chore: add example contributing
* chore: add recomendation to show variables
* chore: add video to contributing templates
* chore: bump version
---------
Co-authored-by: hehehai <riverhohai@gmail.com>
Co-authored-by: Bayram Tagiev <bayram.tagiev.a@gmail.com>
Co-authored-by: Paulo Santana <30875229+hikinine@users.noreply.github.com>
2024-06-02 21:24:56 -06:00
Mauricio Siu
ce200185bb
chore: bump version
2024-06-02 20:51:23 -06:00
Mauricio Siu
ff274d4f6b
chore: add video to contributing templates
2024-06-02 20:47:24 -06:00
Mauricio Siu
306f02f5cd
chore: add recomendation to show variables
2024-06-02 16:49:04 -06:00
Mauricio Siu
8f9d21c0f8
Docker compose support ( #111 )
...
* feat(WIP): compose implementation
* feat: add volumes, networks, services name hash generate
* feat: add compose config test unique
* feat: add tests for each unique config
* feat: implement lodash for docker compose parsing
* feat: add tests for generating compose file
* refactor: implement logs docker compose
* refactor: composeFile set not empty
* feat: implement providers for compose deployments
* feat: add Files volumes to compose
* feat: add stop compose button
* refactor: change strategie of building compose
* feat: create .env file in composepath
* refactor: simplify git and github function
* chore: update deps
* refactor: update migrations and add badge to recognize compose type
* chore: update lock yaml
* refactor: use code editor
* feat: add monitoring for app types
* refactor: reset stats on change appName
* refactor: add option to clean monitoring folder
* feat: show current command that will run
* feat: add prefix
* fix: add missing types
* refactor: add docker provider and expose by default as false
* refactor: customize error page
* refactor: unified deployments to be a single one
* feat: add vitest to ci/cd
* revert: back to initial version
* refactor: add maxconcurrency vitest
* refactor: add pool forks to vitest
* feat: add pocketbase template
* fix: update path resolution compose
* removed
* feat: add template pocketbase
* feat: add pocketbase template
* feat: add support button
* feat: add plausible template
* feat: add calcom template
* feat: add version to each template
* feat: add code editor to enviroment variables and swarm settings json
* refactor: add loader when download the image
* fix: use base64 to generate keys plausible
* feat: add recognized domain names by enviroment compose
* refactor: show alert to redeploy in each card advanced tab
* refactor: add validation to prevent create compose if not have permissions
* chore: add templates section to contributing
* chore: add example contributing
2024-06-02 15:26:28 -06:00
Mauricio Siu
1df6db738e
Create FUNDING.yml
2024-05-31 00:07:56 -06:00
Mauricio Siu
290228116a
v0.1.0 ( #114 )
...
* feat: add schema for registry and routes
* feat: add docker registry upload
* feat: add show cluster
* refactor: set the registry url in image in case we have a registry asociated
* feat: add update registry and fix the docker url markup
* chore: remove --advertise-ip on swarm script
* refactor: remove listen address of swarm initialize
* feat: add table to show nodes and add dropdown to add manager & workers
* refactor: improve interface for cluster
* refactor: improve UI
* feat: add experimental swarm settings
* refactor: remove comments
* refactor: prettify json of each setting
* refactor: add interface tooltip
* refactor: delete static form self registry
* refactor: allow to se a empty registry
* fix: remove text area warnings
* feat: add network swarm json
* refactor: update ui
* revert: go back to swarm init config
* refactor: remove initialization on server, only on setup script
* Update LICENSE.MD
* feat: appearance theme support system config
* refactor: remove logs
* fix(README-ru): hyperlink-ed docs url
* feat: (#107 ) webhook listener filter docker events based on image tag.
Fixes #107
* refactor: simplify comparison docker tags
* refactor: remove return in res status
* refactor: prevent to updates download automatically
* feat: support code editor (#105 )
* feat: support code editor
* Update codeblock
* refactor: remove unused class
---------
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
* fix: select the right image from sourcetype (#109 )
* chore: bump minor version
* fix: add redirect to https by default (#113 )
---------
Co-authored-by: hehehai <riverhohai@gmail.com>
Co-authored-by: Bayram Tagiev <bayram.tagiev.a@gmail.com>
Co-authored-by: Paulo Santana <30875229+hikinine@users.noreply.github.com>
2024-05-29 23:36:59 -06:00
Mauricio Siu
36eb2edc76
Merge branch 'main' into canary
2024-05-29 23:36:43 -06:00
Mauricio Siu
a310065766
fix: add redirect to https by default ( #113 )
2024-05-29 23:33:33 -06:00
Mauricio Siu
7cb299a4bb
v0.1.0 ( #112 )
...
* feat: add schema for registry and routes
* feat: add docker registry upload
* feat: add show cluster
* refactor: set the registry url in image in case we have a registry asociated
* feat: add update registry and fix the docker url markup
* chore: remove --advertise-ip on swarm script
* refactor: remove listen address of swarm initialize
* feat: add table to show nodes and add dropdown to add manager & workers
* refactor: improve interface for cluster
* refactor: improve UI
* feat: add experimental swarm settings
* refactor: remove comments
* refactor: prettify json of each setting
* refactor: add interface tooltip
* refactor: delete static form self registry
* refactor: allow to se a empty registry
* fix: remove text area warnings
* feat: add network swarm json
* refactor: update ui
* revert: go back to swarm init config
* refactor: remove initialization on server, only on setup script
* Update LICENSE.MD
* feat: appearance theme support system config
* refactor: remove logs
* fix(README-ru): hyperlink-ed docs url
* feat: (#107 ) webhook listener filter docker events based on image tag.
Fixes #107
* refactor: simplify comparison docker tags
* refactor: remove return in res status
* refactor: prevent to updates download automatically
* feat: support code editor (#105 )
* feat: support code editor
* Update codeblock
* refactor: remove unused class
---------
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
* fix: select the right image from sourcetype (#109 )
* chore: bump minor version
---------
Co-authored-by: hehehai <riverhohai@gmail.com>
Co-authored-by: Bayram Tagiev <bayram.tagiev.a@gmail.com>
Co-authored-by: Paulo Santana <30875229+hikinine@users.noreply.github.com>
2024-05-29 21:05:22 -06:00
Mauricio Siu
71be1ed180
chore: bump minor version
2024-05-29 20:50:59 -06:00
Mauricio Siu
aa094e8472
fix: select the right image from sourcetype ( #109 )
2024-05-27 13:57:13 -06:00
木头981
4d3e3426ca
feat: support code editor ( #105 )
...
* feat: support code editor
* Update codeblock
* refactor: remove unused class
---------
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2024-05-26 15:32:24 -06:00
Mauricio Siu
ed6e4e8e73
Merge pull request #96 from Dokploy/feat/multi-node-support
...
Feat/multi node support
2024-05-26 03:13:00 -06:00
Mauricio Siu
b244aaa9de
Merge branch 'canary' into feat/multi-node-support
2024-05-26 03:09:39 -06:00
Mauricio Siu
8a0ffbe754
refactor: prevent to updates download automatically
2024-05-26 03:06:31 -06:00
Mauricio Siu
d34aadde43
Merge pull request #108 from hikinine/Feat/#107/Webhook-listener-apply-filter-rules-for-docker-image
...
feat: (#107 ) webhook listener filter docker events based on image tag.
2024-05-25 16:18:54 -06:00
Mauricio Siu
e174101377
refactor: remove return in res status
2024-05-25 16:17:34 -06:00
Mauricio Siu
eef0bf6ff7
refactor: simplify comparison docker tags
2024-05-25 16:13:40 -06:00
Paulo Santana
41bdfdf78f
feat: ( #107 ) webhook listener filter docker events based on image tag.
...
Fixes #107
2024-05-25 09:43:49 -03:00
Mauricio Siu
874d1f9fe4
Merge pull request #106 from bayram-dev/canary
...
fix(README-ru): hyperlink-ed docs url
2024-05-24 15:10:12 -06:00
Bayram Tagiev
0867bc20bd
fix(README-ru): hyperlink-ed docs url
2024-05-24 11:36:15 +03:00
hehehai
fae180f157
feat: server support custom name
2024-05-24 15:43:05 +08:00
Mauricio Siu
bf2516a495
Merge pull request #104 from hehehai/hehehai/appearance-theme-system
...
feat: appearance theme support system config
2024-05-23 22:06:10 -06:00
Mauricio Siu
ec54c79e80
refactor: remove logs
2024-05-23 22:02:43 -06:00
hehehai
422187cd4b
feat: appearance theme support system config
2024-05-23 17:41:24 +08:00
Mauricio Siu
2362130927
Update LICENSE.MD
2024-05-23 02:15:40 -06:00
Mauricio Siu
56a94ad14a
Merge pull request #103 from Dokploy/canary
...
v0.0.4
2024-05-22 22:15:29 -06:00
Mauricio Siu
0c194585ae
Merge pull request #101 from Mr1Blaze/canary
...
Added new tested system
2024-05-22 22:09:31 -06:00
Mauricio Siu
9a94cffe00
chore: bump version
2024-05-22 22:06:34 -06:00
Mauricio Siu
adce4a3ff9
Merge pull request #102 from Dokploy/100-database-access-from-outside-possible-by-default
...
fix(100#): Remove published port in the redis database to be not expo…
2024-05-22 22:05:35 -06:00
Mauricio Siu
642deac709
fix(100#): Remove published port in the redis database to be not exposed to the internet
2024-05-22 22:00:49 -06:00
Mr1Blaze
6b2be464f5
Added new tested system on README-de.md
2024-05-22 22:37:15 +03:00
Mr1Blaze
12b56252dc
Added new tested system on README-ru.md
2024-05-22 22:36:39 +03:00
Mr1Blaze
270bdc9da8
Added new tested system on README-zh.md
2024-05-22 22:35:56 +03:00
Mr1Blaze
92afac8044
Added new tested system README.md
2024-05-22 22:35:06 +03:00
Mr1Blaze
7e29e9e0d6
Merge branch 'Dokploy:canary' into canary
2024-05-22 22:30:40 +03:00
Mauricio Siu
0f025182f1
refactor: remove initialization on server, only on setup script
2024-05-21 22:26:33 -06:00
Mauricio Siu
3a59edbc0f
revert: go back to swarm init config
2024-05-21 22:26:17 -06:00
Mauricio Siu
5f42bf63a6
refactor: update ui
2024-05-20 13:51:53 -06:00
Mauricio Siu
baecc49d86
feat: add network swarm json
2024-05-18 17:59:04 -06:00
Mauricio Siu
506fe074df
fix: remove text area warnings
2024-05-18 17:37:49 -06:00
Mauricio Siu
7961591009
refactor: allow to se a empty registry
2024-05-18 17:37:35 -06:00
Mauricio Siu
f784a4f989
refactor: delete static form self registry
2024-05-18 17:24:42 -06:00
Mauricio Siu
957e5066aa
Merge branch 'canary' into feat/multi-node-support
2024-05-18 15:34:30 -06:00
Mauricio Siu
654fe75c07
Merge pull request #95 from Dokploy/93-bugincomplete-listing-of-github-repo-branches-in-project
...
fix(#93 ): extract all branches from repository
2024-05-18 15:23:21 -06:00
Mauricio Siu
a673f07430
fix( #93 ): extract all branches from repository
2024-05-18 15:15:50 -06:00