mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Add Traefik, Wallabag, Olivetin (#838)
* Add Traefik, Wallabag, Olivetin * allow subtitle override * add dummy data for olivetin, traefik, wallabag
This commit is contained in:
parent
7909bd1054
commit
f150c6c037
7 changed files with 326 additions and 0 deletions
18
dummy-data/olivetin/webUiSettings.json
Normal file
18
dummy-data/olivetin/webUiSettings.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"Rest": "./api/",
|
||||
"ShowFooter": true,
|
||||
"ShowNavigation": true,
|
||||
"ShowNewVersions": true,
|
||||
"AvailableVersion": "none",
|
||||
"CurrentVersion": "2024.11.24",
|
||||
"PageTitle": "OliveTin",
|
||||
"SectionNavigationStyle": "sidebar",
|
||||
"DefaultIconForBack": "«",
|
||||
"SshFoundKey": "not found at /home/user/.ssh/id_rsa",
|
||||
"SshFoundConfig": "not found at /home/user/.ssh/config",
|
||||
"EnableCustomJs": false,
|
||||
"AuthLoginUrl": "",
|
||||
"AuthLocalLogin": false,
|
||||
"AuthOAuth2Providers": null,
|
||||
"AdditionalLinks": null
|
||||
}
|
||||
5
dummy-data/traefik/api/version
Normal file
5
dummy-data/traefik/api/version
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"Version": "3.1.7",
|
||||
"Codename": "comte",
|
||||
"startDate": "2024-11-20T05:55:46.259506879Z"
|
||||
}
|
||||
1
dummy-data/wallabag/api/version
Normal file
1
dummy-data/wallabag/api/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
"2.6.10"
|
||||
Loading…
Add table
Add a link
Reference in a new issue