diff --git a/docs/.vitepress/components/ConfigEditor.vue b/docs/.vitepress/components/ConfigEditor.vue new file mode 100644 index 00000000..82e40792 --- /dev/null +++ b/docs/.vitepress/components/ConfigEditor.vue @@ -0,0 +1,903 @@ + + + + + \ No newline at end of file diff --git a/docs/en/installation.md b/docs/en/installation.md index b3e32c12..a42181c3 100644 --- a/docs/en/installation.md +++ b/docs/en/installation.md @@ -42,7 +42,7 @@ $ docker run -d \ 1. Create a `docker-compose.yml` file. - + ::: info If you use the `rootless` image, and instead of using named volumes you would prefer using a hostMount directly (e.g., `volumes: [ /path/to/data/folder:/data ]`) you need to `chown` the chosen directory in advance to the `65532` user (as shown in the Docker example above). @@ -82,3 +82,7 @@ You can learn more about Docker by [reading the official Docker documentation.]( 2. Extract the archive. 3. Run the `homebox` executable. 4. The web interface will be accessible on port 7745 by default. Access the page by navigating to `http://local.ip.address:7745/` (replace with the right ip address) + +