From 2937efe5a565334e2effdcd1fc669f360f219e67 Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Tue, 24 May 2022 21:04:35 +0200 Subject: [PATCH] Created Multiple Configs (markdown) --- Multiple-Configs.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Multiple-Configs.md diff --git a/Multiple-Configs.md b/Multiple-Configs.md new file mode 100644 index 0000000..588423f --- /dev/null +++ b/Multiple-Configs.md @@ -0,0 +1,22 @@ +**Homarr allows the usage of multiple configs.** + +## Adding configs +### Drag-and-Drop +1. Download your config from the Homarr settings. +2. Change the name of the `.json` file and the name in the `.json` file to any name you want *(just make sure it's different)*. +3. Drag-and-Drop the file into the Homarr tab in your browser. + +### Using a filebrowser +1. Locate your mounted `default.json` file. +2. Duplicate your `default.json` file. +3. Change the name of the `.json` file and the name in the `.json` file to any name you want *(just make sure it's different)*. +4. Refresh the Homarr tab in your browser. + +## Accessing configs +### Changing in settings +1. Open settings. +2. Select your config. + +### Via URL +1. Add the name of the config to the end of your URL. _(E.g. `http://localhost:7575/exampleconfig`)_ +