aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Octoprint service (#324) (#560)v22.11.2Bastien Wirtz2022-11-2717-18/+596
| | | Add Octoprint service.
* Adds SABnzbd custom service; fixes #494 (#555)Matt Bentley2022-11-192-0/+115
| | | * Adds SABnzbd custom service; fixes #494
* Properly pass signals to lighttpdMaxime Mouchet2022-11-191-1/+1
|
* Update customservices.mdcsleal2022-11-151-1/+2
|
* Add scope and start_url to PWA manifestv22.11.1Sean McGrath2022-11-081-0/+2
| | | | These URLs are relative, so given that manifest.json lives in assets/, these should point to the root of the site
* What's up docker custom service (#444)Julien Roy2022-11-052-0/+108
| | | Add WUD
* ConnectivityChecker: Bug Fix - Remove double // in aliveCheckUrl causing ↵bchavez2022-11-051-3/+2
| | | | Invalid Redirect URL with CloudFlare Access.
* Rework speedtesttracker based on the Generic componentBastien Wirtz2022-11-051-59/+32
|
* Speedtesttracker integration (#262)Bernhard Großer2022-11-052-0/+90
| | | added SpeedtestTracker service
* Apply lintBastien Wirtz2022-11-051-128/+186
|
* Proxmox improvementsBastien Wirtz2022-11-052-14/+44
|
* New Copy to clipboard custom serviceBastien Wirtz2022-11-052-0/+103
|
* Apply lint fixesv22.10.2Bastien Wirtz2022-10-312-172/+185
|
* Service for rTorrent. (#511)lindely2022-10-315-0/+197
| | | Service for rTorrent.
* Fixed the table in the Proxmox section (#534)tralce2022-10-301-1/+1
| | | Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
* qBittorrent service (#540)Shagon942022-10-305-23/+229
| | | qBittorrent service
* Shorter weather titleBastien Wirtz2022-10-301-1/+1
|
* Fix openweather serviceBastien Wirtz2022-10-304-9/+66
|
* Displaying the timezone hour near temprature for each location (#449)apivko2022-10-301-1/+28
| | | Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
* troubleshooting: add openweather service help (#471)CleanMachine12022-10-301-0/+9
| | | * troubleshooting: add openweather service help
* Add support link to demo content.Bastien Wirtz2022-10-291-0/+4
|
* Update dependenciesBastien Wirtz2022-10-293-471/+441
|
* Update README.mdBastien Wirtz2022-10-281-1/+3
|
* Adding my custom theme for homerPaul Bennett2022-10-271-0/+1
|
* Fixed 'method' not defaulting to HEAD request in Ping functionalitySylwester Wróblewski2022-10-161-1/+1
|
* Fix proxmox demo service data loadingBastien Wirtz2022-10-141-1/+2
|
* Refine demo contentBastien Wirtz2022-10-135-26/+77
|
* Adds proxmox data for demo.luixal2022-10-133-0/+54
|
* Fixes typo.luixal2022-10-131-1/+1
|
* Small refactor to remove one redundant line.luixal2022-10-131-2/+1
|
* Adds loading and errors icons/msgs. Adds docs.luixal2022-10-132-3/+24
|
* Docs for dummy dataBastien Wirtz2022-10-111-0/+15
|
* Fix pihole demo urlBastien Wirtz2022-10-111-1/+2
|
* Improve demo contentBastien Wirtz2022-10-113-0/+45
|
* Adds total count for VMs.v22.10.1luixal2022-10-091-1/+1
|
* Adds custom service for Proxmoxluixal2022-10-092-0/+119
|
* Update customservices.mdcsleal2022-10-081-1/+1
| | | "cicle" to circle
* added more strict checking of http method to Ping serviceIsaac Suttell2022-10-081-1/+7
|
* updated Ping docs to include how to use new method propertyIsaac Suttell2022-10-081-2/+3
|
* added support for Get method to Ping custom serviceIsaac Suttell2022-10-081-1/+4
|
* Fix UptimeKuma status message when all sites are down #503Bastien Wirtz2022-09-182-6/+22
|
* Remove useless docker VOLUME instruction #509Bastien Wirtz2022-09-181-1/+0
|
* Merge pull request #504 from ostanislaw/mainBastien Wirtz2022-09-061-0/+3
|\ | | | | Add blazing speed badge reflecting the "speed" of homer.
| * Add blazing badge. Why? Because this is realing blazing fast dashboard. ↵Stanislaw Ostrowski2022-09-011-0/+3
|/ | | | Similar to IlanCosman/tide Fish prompt.
* Additional page name as css classv22.08.1Bastien Wirtz2022-08-261-7/+6
|
* Update depsBastien Wirtz2022-08-263-176/+299
|
* Merge pull request #488 from bastienwirtz/dependabot/npm_and_yarn/terser-5.14.2Bastien Wirtz2022-08-051-6/+6
|\ | | | | Bump terser from 5.14.1 to 5.14.2
| * Bump terser from 5.14.1 to 5.14.2dependabot[bot]2022-07-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #493 from ChrHan/homer-internal-port-readmeBastien Wirtz2022-07-291-0/+4
|\ \ | | | | | | Add `PORT` usage in Readme
| * | Add `PORT` usage in ReadmeChrHan2022-07-281-0/+4
|/ / | | | | Add `PORT` usage in Readme for repointing internal port, as mentioned on https://github.com/bastienwirtz/homer/issues/489