mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-11 06:40:24 +01:00
Created Multiple Configs (markdown)
22
Multiple-Configs.md
Normal file
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`)_
|
||||
|
||||
Reference in New Issue
Block a user