1184 Commits

Author SHA1 Message Date
Alicia Sykes
51be01d07f 📝 Updates file links and references 2026-05-28 12:31:33 +01:00
Alicia Sykes
f5565f8493 📝 Documents new release process 2026-05-28 12:14:54 +01:00
Alicia Sykes
18ec091d12 📝 Updates deployment guides 2026-05-27 22:54:37 +01:00
Alicia Sykes
dcc8f8af1a 🔄️ Merge branch 'master' of github.com:lissy93/dashy into docs/updates-to-docs 2026-05-27 12:30:00 +01:00
Alicia Sykes
3028dcf18e 📝 Updates the healthcheck widget docs 2026-05-26 10:34:45 +01:00
Alicia Sykes
6306fa6dea 📝 Update page titles for auth docs 2026-05-23 15:03:52 +01:00
Alicia Sykes
228de78047 Implements ability to hide items (#1854) 2026-05-22 18:39:00 +01:00
Alicia Sykes
12743645f6 📝 Updates search and shortcut docs 2026-05-22 15:11:17 +01:00
Alicia Sykes
2035178cf1 🔀 Merge pull request #2153 from lissy93/feat/stricter-auth
Improved OIDC support + docs
2026-05-20 11:34:26 +01:00
Alicia Sykes
335682cd77 📝 Documents built-in auth usage 2026-05-20 11:29:29 +01:00
Alicia Sykes
a34569fa90 📝 Small updates to authentication docs 2026-05-19 23:38:02 +01:00
Alicia Sykes
fbe470bf16 📝 Writes provider-specific auth guides 2026-05-19 23:36:12 +01:00
Alicia Sykes
e7084ac049 Adds missing newwindow target for nav links (#2146) 2026-05-18 19:10:44 +01:00
Alicia Sykes
d3a07eb628 ntfy widget close on done, and catch err 2026-05-17 18:50:06 +01:00
Al Saleh
b69a1a5a5b Added the ntfy stream widget 2026-05-17 13:21:00 +02:00
Alicia Sykes
aea9bc9b49 📝 Adds OIDC steps to troubleshooting 2026-05-16 16:44:37 +01:00
Alicia Sykes
fdd47fc1f7 Support city ID for weather (#1394) 2026-05-16 15:12:36 +01:00
Alicia Sykes
72aacc234b 🧪 Adds test/lint/coverage script for i18n files 2026-05-16 12:55:33 +01:00
Alicia Sykes
93f7633a7d 🔐 Applies server-side authentication to all internal routes when OIDC/KC enabled 2026-05-15 13:50:56 +01:00
Alicia Sykes
0f1f7ce828 🔥 Remove depricated code 2026-05-03 10:12:54 +01:00
Alicia Sykes
19bd665d2a 🩺 Updates healthz endpoint usage 2026-05-02 19:10:05 +01:00
Alicia Sykes
d2b067eb92 👽️ Updates name/path for Addy widget (#1983) 2026-05-02 14:27:15 +01:00
Alicia Sykes
f240fa5d45 😎 Adds @latifajteuta9-collab dashy to showcase (#1999) 2026-05-02 14:19:14 +01:00
Alicia Sykes
66fcd370d0 📝 Clears up typo in pages docs (#2100) 2026-05-02 13:30:30 +01:00
Alicia Sykes
25063a3969 🐛 Fixes the vulnerability feed widget (#2099) 2026-04-29 15:24:57 +01:00
Alicia Sykes
bf4497c3d9 📝 More details on fixing save failures in troubleshooting 2026-04-29 09:20:03 +01:00
Alicia Sykes
c43712550a Adds option to disable config backups on save
By default, everything functions the same. But if the `DISABLE_CONFIG_BACKUPS` env var is set, then when the user saves the config to disk (via UI, calling the save-config endpoint), then the previous config will not get coppied/backedup to the BACKUP_DIR (user-data/config-backups) anymore. Also added docs for this change. This option might be useful on file systems with restricted permissions (if /app/user-data/config-backups doesn't have create/write access), or when the user just doesn't want a ton of backup files for every single litttle config change.
2026-04-29 07:51:10 +01:00
Alicia Sykes
6d38ee211a 🦖 Bring back old layout (#2094) 2026-04-27 10:40:04 +01:00
Alicia Sykes
31a1cbf278 🦖 Adds env var parsing for backward compatibility widget tokens 2026-04-26 15:36:40 +01:00
Alicia Sykes
ee099aa3a7 💥 Removes all in-app rebuild functionality 2026-04-26 14:33:16 +01:00
Alicia Sykes
abe85efc5f 🐳 Removes build requirement from Dockerfile
- Updates start command for Dockerfile
- Removes dep dependencies from run stage
- Update the docker-compose with correct usage
- Adds OCI labels
- Updates Dockerfile image to use Node 24
- Updates docs around Docker build and usage
2026-04-26 13:34:46 +01:00
Alicia Sykes
bd961027b2 Lazy load translations, only lang needed 2026-04-24 23:07:22 +01:00
Alicia Sykes
8f2240895c 📱 New responsive item layout within sections 2026-04-22 13:39:22 +01:00
Alicia Sykes
0a129b7b15 New masonry layout, for default section responsivness 2026-04-22 11:58:59 +01:00
Alicia Sykes
b2d1be256d ♻️ Splits themes into files 2026-04-21 19:23:32 +01:00
Alicia Sykes
7341bacfb0 Adds ability to set favicon and address bar color 2026-04-20 20:12:46 +01:00
Alicia Sykes
cc639a7e20 Makes startingView configurable 2026-04-20 15:46:11 +01:00
Alicia Sykes
382f37abce All multi view, config, section paths working 2026-04-20 14:30:10 +01:00
Alicia Sykes
4eab074172 💥 Removes default footer, if not configured by user 2026-04-19 18:29:03 +01:00
Alicia Sykes
ba0c967c01 🚚 Updates util imports 2026-04-19 12:21:48 +01:00
Alicia Sykes
eb3d720882 Builds toast plugin, updates usage across app 2026-04-18 22:46:07 +01:00
Alicia Sykes
8bf2f8e02d 🔄️ Merge branch 'master' of github.com:lissy93/dashy into migration/vue3-upgrade 2026-04-13 14:52:49 +01:00
Alicia Sykes
11824572d1 🩹 Switches default public ip provider to ipinfo (#1289) 2026-04-13 14:24:38 +01:00
Alicia Sykes
21e7a67b3d 📝 Adds server error + solution to troubleshooting 2026-04-12 19:08:09 +01:00
Alicia Sykes
dde9a862c9 🥅 Adds fallback mechanism for homelab icons (#1884) 2026-04-11 17:26:23 +01:00
Alicia Sykes
de6f601233 📝 Updates out-dated config options in docs 2026-04-11 17:09:05 +01:00
Alicia Sykes
deb7e0f73b A11y mode for status indicators (#1957, #1276)
Adds a new config option (`appConfig.statusCheckAccessibility`) which will
display status check indicators as distinct shapes, for easier
distinction for colorblind users.
2026-04-11 15:57:50 +01:00
Alicia Sykes
e5b03ec91e Adds config option for contentMaxWidth (#1518) 2026-04-11 14:58:12 +01:00
Alicia Sykes
40229f2932 🌐Adds en-GB locale for english english (#1305) 2026-04-11 14:40:09 +01:00
Alicia Sykes
d2940e2462 🥅 Catches and warns on truncated numeric clientId (#1941) 2026-04-11 13:34:40 +01:00