mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
Add widget for Atsumeru self-hosted media server (#1839)
* Add widget for Atsumeru self-hosted media server * Revert localization * Update widget.js --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
7bd433922f
commit
a6dac34b24
5 changed files with 59 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
import adguard from "./adguard/widget";
|
||||
import atsumeru from "./atsumeru/widget";
|
||||
import audiobookshelf from "./audiobookshelf/widget";
|
||||
import authentik from "./authentik/widget";
|
||||
import autobrr from "./autobrr/widget";
|
||||
|
@ -96,6 +97,7 @@ import urbackup from "./urbackup/widget";
|
|||
|
||||
const widgets = {
|
||||
adguard,
|
||||
atsumeru,
|
||||
audiobookshelf,
|
||||
authentik,
|
||||
autobrr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue