@@ -4,14 +4,7 @@ services:
container_name: hue
ports:
- "8888:8888"
+ volumes:
+ - ./hue.ini:/usr/share/hue/desktop/conf/z-hue.ini
labels:
"com.helios.target": "http://localhost:8888"
-
-volumes:
- cloudbeaver: {}
- cloudbeaver_certs: {}
- postgres_data: {}
- nginx_ssl_data: {}
- nginx_conf_data: {}
- trusted_cacerts: {}
- api_tokens: {}
@@ -0,0 +1,4 @@
+[desktop]
+# Set to false to disable all CSRF protection. Default is True.
+# Note: Disabling CSRF protection can expose your application to security risks. Use with caution.
+csrf_protection_enabled=false
@@ -0,0 +1,17 @@
+# Visual Studio Code
+
+## Create Project
+```sh
+# Create Project
+helios project add vscode --repo https://github.com/bmallen-xs/Helios-Services --ref main --path vscode
+# Clone / Pull
+helios project pull vscode
+```
+## Run
+helios project up vscode