Created Multiple Configs (markdown)

Bjorn Lammers
2022-05-24 21:04:35 +02:00
parent 2958f22a06
commit 2937efe5a5

22
Multiple-Configs.md Normal file

@@ -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`)_