Bastien Wirtz
|
59994bfee8
|
Fix lint issues
|
2022-07-03 21:59:57 +02:00 |
|
Bastien Wirtz
|
b4207f2782
|
new PWA implementation
|
2022-07-03 21:40:47 +02:00 |
|
Bastien Wirtz
|
c80854cb2d
|
Make connectivity check work with vitejs dev server
Head requests on directory path end up in 404
|
2022-07-02 21:18:29 +02:00 |
|
Bastien Wirtz
|
cbbed6346a
|
Migrate to VueJS 3
|
2022-07-02 21:16:41 +02:00 |
|
Bastien Wirtz
|
95c589ba71
|
Vue-cli update
|
2022-07-02 14:51:08 +02:00 |
|
Bastien Wirtz
|
263be7806c
|
Prevent webserver restart on clock jump
|
2022-07-02 14:29:34 +02:00 |
|
Bastien Wirtz
|
bb4ccfb6c7
|
Merge pull request #472 from bastienwirtz/dependabot/npm_and_yarn/shell-quote-1.7.3
Bump shell-quote from 1.7.2 to 1.7.3
|
2022-07-02 05:07:20 -07:00 |
|
Bastien Wirtz
|
9e57f9bd1d
|
Merge pull request #479 from ngonkalves/patch-1
Fix wrong config.yml path
|
2022-07-02 05:06:07 -07:00 |
|
Bastien Wirtz
|
b5bf977402
|
Adding permissions configuration information.
|
2022-06-29 23:02:10 +02:00 |
|
Nuno Goncalves
|
71d929a55a
|
Fix wrong config.yml path
Path to config.yml when checking for existing configuration was wrong and it will never be found
|
2022-06-29 10:58:05 +01:00 |
|
toa
|
1b9a3f1975
|
feat: add custom service Healthchecks
* refs #474
|
2022-06-25 15:34:25 +02:00 |
|
dependabot[bot]
|
7315b9e28c
|
Bump shell-quote from 1.7.2 to 1.7.3
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)
---
updated-dependencies:
- dependency-name: shell-quote
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-23 03:33:16 +00:00 |
|
Bastien Wirtz
|
a01c40d4b3
|
fix repository name
|
2022-06-12 21:46:11 +02:00 |
|
Bastien Wirtz
|
a43fe354ec
|
Simplified & updated CI/CD
|
2022-06-12 16:15:54 +02:00 |
|
Bastien Wirtz
|
1327cc0ab0
|
Configuring automatically generated release notes
|
2022-06-06 21:45:10 +02:00 |
|
Bastien Wirtz
|
10f6f123e8
|
Lint run
|
2022-06-05 21:50:28 +02:00 |
|
Bastien Wirtz
|
e03e759285
|
Merge pull request #462 from bastienwirtz/dependabot/npm_and_yarn/eventsource-1.1.1
Bump eventsource from 1.1.0 to 1.1.1
|
2022-06-04 09:07:36 +02:00 |
|
Bastien Wirtz
|
2b48d1c057
|
Merge pull request #448 from bemble/main
feat(pwa): enhance connectivity checks
|
2022-06-04 09:07:15 +02:00 |
|
dependabot[bot]
|
fb668b6a3c
|
Bump eventsource from 1.1.0 to 1.1.1
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)
---
updated-dependencies:
- dependency-name: eventsource
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-01 17:08:51 +00:00 |
|
Pierre
|
95249e1125
|
doc(auth): add auth proxy documentation
|
2022-05-30 17:04:41 +02:00 |
|
Pierre
|
132e9a0df5
|
feat(auth): do not handle redirection in getConfig
It will be handled by connectivity checker
|
2022-05-30 17:04:21 +02:00 |
|
Pierre
|
f64278d41d
|
feat(connectivity): change query parameter to change connectivity
Always use timestamp as query parameter instead of alive
|
2022-05-30 17:03:28 +02:00 |
|
Bastien Wirtz
|
95d73348e5
|
Updates
|
2022-05-29 09:46:05 +02:00 |
|
Bastien Wirtz
|
d4001281d9
|
Merge pull request #451 from GRMrGecko/main
Add support for search keywords to solve issue #372
|
2022-05-24 11:10:48 +02:00 |
|
Mr. Gecko
|
7f4130fd04
|
Update docs/configuration.md
Add comment to describe keywords
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
|
2022-05-23 16:58:53 -05:00 |
|
Bastien Wirtz
|
889cdc0fcc
|
Merge pull request #454 from ericperko/jellyfin-docs
Emby service also supports Jellyfin
|
2022-05-23 22:00:01 +02:00 |
|
Eric Perko
|
bf6b543bfb
|
Emby service also supports Jellyfin
|
2022-05-21 22:22:17 -04:00 |
|
Pierre
|
4353f5e036
|
feat(auth): handle unauthorized request in connectivity
Reload page without cache if 401 and 403 status in response
|
2022-05-16 14:52:46 +02:00 |
|
James Coleman
|
9506ed53c8
|
Add support for search keywords to solve issue #372
|
2022-05-12 17:30:24 -05:00 |
|
Pierre
|
98b460d6fe
|
fix(auth): add timestamp in URL to prevent infinite redirection loop
|
2022-05-10 09:46:42 +02:00 |
|
Pierre
|
bf2fcc6641
|
feat(pwa): enhance connectivity checks
Also add support to auth proxy such as Authelia
|
2022-05-09 23:47:05 +02:00 |
|
Bastien Wirtz
|
2ac75c0534
|
Merge pull request #443 from therumbler/patch-1
Update README.md
|
2022-05-03 22:07:42 +02:00 |
|
Benjamin Rumble
|
766efb1a19
|
Update README.md
exemple -> example
|
2022-05-03 13:00:49 -04:00 |
|
Bastien Wirtz
|
cab7bfd15e
|
Apply lastest update to arm dockerfile
|
2022-04-30 15:58:04 +02:00 |
|
Bastien Wirtz
|
7e48e099aa
|
Merge pull request #421 from bastienwirtz/docker-rework
Docker rework
|
2022-04-30 15:42:31 +02:00 |
|
Bastien Wirtz
|
4f56c2c11b
|
Handle 404 error on config file.
|
2022-04-30 15:39:36 +02:00 |
|
Bastien Wirtz
|
049f85221e
|
Simplify the container starting process to allow it to run with a
unprivileged user
|
2022-04-30 15:39:36 +02:00 |
|
Bastien Wirtz
|
cd75da69f9
|
Alias subfolder hosting
|
2022-04-30 10:46:00 +02:00 |
|
Kirmy
|
b6b31e440c
|
Replaced darkhttpd with lighttpd
|
2022-04-30 10:46:00 +02:00 |
|
Bernhard Großer
|
caf5fae8a8
|
Added feature for subfolder hosting
By setting the SUBFOLDER env var, you can host Homer in a subfolder behind a reverse proxy.
|
2022-04-30 10:46:00 +02:00 |
|
Evan Steinkerchner
|
af0a6e89c9
|
Added Tautulli service to ToC
|
2022-04-29 14:51:20 -04:00 |
|
Evan Steinkerchner
|
9bb51bb244
|
Fixed prettier warning
|
2022-04-29 14:21:42 -04:00 |
|
Evan Steinkerchner
|
e6c106eb72
|
Added Tautulli service (#439)
|
2022-04-29 14:18:59 -04:00 |
|
Evan Steinkerchner
|
6e4410d8f1
|
Change main-section margin-bottom to padding-bottom to compensate for footer
|
2022-04-28 17:50:56 -04:00 |
|
Evan Steinkerchner
|
cc0bc909da
|
Small formatting fix
|
2022-04-28 17:13:37 -04:00 |
|
Evan Steinkerchner
|
4d35b1fdcc
|
Fixed issue where v-for keys could clash if two groups had the same name
|
2022-04-28 17:07:52 -04:00 |
|
dependabot[bot]
|
2c79b4f0f6
|
Bump async from 2.6.3 to 2.6.4 (#433)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-04-26 18:22:37 -04:00 |
|
Evan Steinkerchner
|
b2bf3901e7
|
Update fontawesome from 5.15.4 to 6.1.1, fixes #432
|
2022-04-26 18:19:36 -04:00 |
|
Evan Steinkerchner
|
f483f16561
|
Add Uptime Kuma service to ToC
|
2022-04-22 12:32:38 -04:00 |
|
Adyanth H
|
847d1ba3e8
|
Add UptimeKuma Service component (#414)
* ✨ Add UptimeKuma Service component
* 📝 Add custom services documentation
* Change await to fetch and use new API
* ✨ Tri State logic from Uptime Kuma
* 📝 Add and lint documentation
* Remove erroneous logging
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Remove CORS warning
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Correct error level
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Correct error level
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Prevent caching of requests
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Prevent caching of requests
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
* Undo unrelated changes
Co-authored-by: Evan Steinkerchner <esteinkerchner@gmail.com>
|
2022-04-20 08:43:55 -04:00 |
|