doc(hosting): added cloudron in the other hosting solutions section (#589)
This commit is contained in:
		
							parent
							
								
									f3e14fc18f
								
							
						
					
					
						commit
						06c35472d3
					
				| @ -26,6 +26,7 @@ docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corent | |||||||
| 
 | 
 | ||||||
| **Other solutions:** | **Other solutions:** | ||||||
| 
 | 
 | ||||||
|  | - [Cloudron](https://www.cloudron.io/store/tech.ittools.cloudron.html) | ||||||
| - [Tipi](https://www.runtipi.io/docs/apps-available) | - [Tipi](https://www.runtipi.io/docs/apps-available) | ||||||
| - [Unraid](https://unraid.net/community/apps?q=it-tools) | - [Unraid](https://unraid.net/community/apps?q=it-tools) | ||||||
| 
 | 
 | ||||||
| @ -34,6 +35,7 @@ docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corent | |||||||
| ### Recommended IDE Setup | ### Recommended IDE Setup | ||||||
| 
 | 
 | ||||||
| [VSCode](https://code.visualstudio.com/) with the following extensions: | [VSCode](https://code.visualstudio.com/) with the following extensions: | ||||||
|  | 
 | ||||||
| - [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) | - [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) | ||||||
| - [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). | - [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). | ||||||
| - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) | - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) | ||||||
| @ -41,16 +43,13 @@ docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corent | |||||||
| 
 | 
 | ||||||
| with the following settings: | with the following settings: | ||||||
| 
 | 
 | ||||||
| ```json5 | ```json | ||||||
| { | { | ||||||
|   "editor.formatOnSave": false, |   "editor.formatOnSave": false, | ||||||
|   "editor.codeActionsOnSave": { |   "editor.codeActionsOnSave": { | ||||||
|     "source.fixAll.eslint": true |     "source.fixAll.eslint": true | ||||||
|   }, |   }, | ||||||
|   "i18n-ally.localesPaths": [ |   "i18n-ally.localesPaths": ["locales", "src/tools/*/locales"], | ||||||
|     "locales", |  | ||||||
|     "src/tools/*/locales" |  | ||||||
|   ], |  | ||||||
|   "i18n-ally.keystyle": "nested" |   "i18n-ally.keystyle": "nested" | ||||||
| } | } | ||||||
| ``` | ``` | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user