Mauricio Siu
cd1a686b59
refactor: update slugify compose
2024-06-08 18:40:34 -06:00
Mauricio Siu
78d573c4f3
Merge pull request #87 from hehehai/hehehai/feat-server-custom-name
...
feat: server support custom name
2024-06-08 16:49:15 -06:00
Mauricio Siu
0ef9b1427b
chore: add slugify
2024-06-08 16:43:06 -06:00
Mauricio Siu
993d6b52f2
refactor: remove comments
2024-06-08 16:43:01 -06:00
Mauricio Siu
b9ab4a4d1a
refactor: remove console log
2024-06-08 16:42:50 -06:00
Mauricio Siu
83153471b8
feat: add docker compose appName validation
2024-06-08 16:42:38 -06:00
Mauricio Siu
909e536f45
refactor: hide enviroment variables when viewing enviroment variables
2024-06-08 16:42:07 -06:00
Mauricio Siu
295cf50060
feat: add slug function
2024-06-08 16:41:46 -06:00
Mauricio Siu
dd16baf234
refactor: use slugify function
2024-06-08 16:41:38 -06:00
Mauricio Siu
72c366aa10
refactor: slugify and add hash to appName
2024-06-08 16:41:05 -06:00
Mauricio Siu
9a4f79f9e6
Merge branch 'canary' into hehehai/feat-server-custom-name
2024-06-08 14:37:51 -06:00
Mauricio Siu
30b81834fc
Merge pull request #135 from Dokploy/130-how-to-make-dokploy-to-do-not-require-port-80-and-443-to-be-avilable
...
feat(#130 ): allow to pass enviroment variables to assign custom port …
2024-06-08 14:19:14 -06:00
Mauricio Siu
4e3aaa2a69
feat( #130 ): allow to pass enviroment variables to assign custom port on traefik
2024-06-08 14:13:43 -06:00
Mauricio Siu
3dcd89cc32
Merge pull request #128 from mariusihring/canary
...
Updated the database view to hide the password in the connection string
2024-06-08 14:05:16 -06:00
Mauricio Siu
41dc388bb0
refactor: update import
2024-06-08 13:40:15 -06:00
Mauricio Siu
44a592f7a7
refactor: simplify props
2024-06-08 13:36:02 -06:00
Mauricio Siu
1a4f5607dc
refactor: add props to toggle and change colors of button toggle
2024-06-08 13:28:43 -06:00
Marius
d54c6e4ac9
feat: create input for toggleable inputs like passwords/connectinstrings
2024-06-08 11:55:05 +02:00
Marius
936cf76a4c
fix: fix undefined error for database length
2024-06-07 13:04:30 +02:00
Marius
65254f1686
feat: Update the external database view to hide the password
2024-06-07 12:57:46 +02:00
Marius
b312b1d7e0
Updated the database view to hide the password in the connection string
2024-06-07 12:45:33 +02:00
Mauricio Siu
1b7244e841
Merge pull request #127 from Dokploy/canary
...
v0.2.1
2024-06-07 02:52:03 -06:00
Mauricio Siu
7eb1716d71
refactor: add docker config to improve UX
2024-06-07 01:27:21 -06:00
Mauricio Siu
b8a8e32659
refactor( #125 ): logout from docker when deleting the registry
2024-06-07 00:50:02 -06:00
Mauricio Siu
eea00d28cd
refactor( #125 ): don't add the registry if the login already exists
2024-06-07 00:26:01 -06:00
Mauricio Siu
449a61e208
Merge branch 'main' into canary
2024-06-07 00:14:12 -06:00
Mauricio Siu
037f3ed118
chore: bump version
2024-06-07 00:11:22 -06:00
Mauricio Siu
471802c4da
Merge pull request #126 from Dokploy/125-private-docker-image-with-docker-compose-issue
...
fix(#125 ): Use exec async and password stnd to automatically save in …
2024-06-07 00:11:04 -06:00
Mauricio Siu
502ff638d6
fix( #125 ): Use exec async and password stnd to automatically save in .docker/config.json
2024-06-07 00:06:11 -06:00
Mauricio Siu
750c12ded5
Merge pull request #122 from Dokploy/118-toast-indicates-success-even-for-failed-deployments
...
refacto(#118 ): remove last toaster on start deployments
2024-06-06 00:13:05 -06:00
Mauricio Siu
7fb34ade00
refacto( #118 ): remove last toaster on start deployments
2024-06-06 00:11:46 -06:00
Mauricio Siu
0c197c095b
Merge pull request #121 from Dokploy/119-remove-none-as-protocol-option-for-ports
...
fix(#119 ): remove none ports
2024-06-05 22:49:12 -06:00
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