aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Corentin THOMASSET <corentin.thomasset74@gmail.com> 2023-08-26 16:18:12 +0200
committerGravatar GitHub <noreply@github.com> 2023-08-26 14:18:12 +0000
commit06c35472d3de82c63a5560bf9069a7518e16586b (patch)
tree7b60425a74e039320c683bf9314f60ac35107b18
parentf3e14fc18f5d81c6a71245dc253fd04169e4f933 (diff)
downloadit-tools-06c35472d3de82c63a5560bf9069a7518e16586b.tar.gz
it-tools-06c35472d3de82c63a5560bf9069a7518e16586b.tar.zst
it-tools-06c35472d3de82c63a5560bf9069a7518e16586b.zip
doc(hosting): added cloudron in the other hosting solutions section (#589)
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index fdbf980..c6b157c 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corent
**Other solutions:**
+- [Cloudron](https://www.cloudron.io/store/tech.ittools.cloudron.html)
- [Tipi](https://www.runtipi.io/docs/apps-available)
- [Unraid](https://unraid.net/community/apps?q=it-tools)
@@ -34,23 +35,21 @@ docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corent
### Recommended IDE Setup
[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).
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [i18n Ally](https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally)
with the following settings:
-```json5
+```json
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
- "i18n-ally.localesPaths": [
- "locales",
- "src/tools/*/locales"
- ],
+ "i18n-ally.localesPaths": ["locales", "src/tools/*/locales"],
"i18n-ally.keystyle": "nested"
}
```