aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #108 from GlennToms/masterv20.07.2Bastien Wirtz2020-07-124-9/+7
|\ | | | | Added su-exec to ARM dockerfiles and removed USER line
| * Added su-exec to ARM dockerfiles and removed USER lineAgileVirus2020-07-094-9/+7
| |
* | Adding support for release build.v20.07.1Bastien Wirtz2020-07-121-5/+6
| |
* | Dependancies updateBastien Wirtz2020-07-122-898/+872
| |
* | Lint cleanBastien Wirtz2020-07-123-3/+7
|/
* Merge pull request #100 from fbartels/start_urlBastien Wirtz2020-07-042-1/+6
|\ | | | | Explicitly define start_url
| * Explicitly define start_urlFelix Bartels2020-06-292-1/+6
| | | | | | | | | | | | Relates to #99 Signed-off-by: Felix Bartels <felix@host-consultants.de>
* | Merge pull request #105 from fbartels/deduplicateBastien Wirtz2020-07-041-61/+9
|\ \ | |/ |/| Removing duplicated dependencies
| * deduplicate dependencies with https://github.com/atlassian/yarn-deduplicateFelix Bartels2020-07-011-61/+9
|/ | | | Signed-off-by: Felix Bartels <felix@host-consultants.de>
* Modernize readmev20.06.1Bastien Wirtz2020-06-282-13/+41
|
* Fix dynamic message override.Bastien Wirtz2020-06-281-13/+19
|
* Donut's back!Bastien Wirtz2020-06-2821-3/+11
|
* Merge pull request #97 from gabe565/fa-fwBastien Wirtz2020-06-285-7/+7
|\ | | | | Add fa-fw to icons by default to fix variable width icons
| * :lipstick: Add fa-fw to icons by default to fix variable width iconsGabe Cook2020-06-255-7/+7
| | | | | | | | Fixes #93
* | Merge pull request #94 from bastienwirtz/avoid-file-volumeBastien Wirtz2020-06-2811-23/+29
|\ \ | |/ |/| Regroup all editable files in one place
| * Regroup all editable files in one placeBastien Wirtz2020-06-2811-23/+29
|/
* Fix Github action trigger syntaxHEADmasterBastien Wirtz2020-06-191-2/+1
|
* Merge branch 'master' of github.com-perso:bastienwirtz/homer20.06.1Bastien Wirtz2020-06-195-9/+38
|\
| * Merge pull request #90 from JamiePhonic/patch-1140992663Bastien Wirtz2020-06-191-0/+14
| |\ | | | | | | Add new trick: news as dynamic message
| | * Add news as dynamic messageJames2020-06-141-0/+14
| | | | | | | | | Adds a method to dynamically replace the "message" in homer with a news item from a chosen RSS feed!
| * | Merge pull request #87 from GlennToms/master140991098Bastien Wirtz2020-06-194-9/+24
| |\ \ | | |/ | |/| Added ENV PORT options and EXPORT PORT
| | * Added entrypoint script and Dockerfile port&volumeGlenn Toms2020-06-184-15/+15
| | |
| | * Merge branch 'master' of github.com:bastienwirtz/homerGlenn Toms2020-06-184-166/+279
| | |\ | | |/ | |/|
| | * Added ENV PORT options and EXPORT PORTGlenn Toms2020-06-123-3/+18
| | |
* | | Release on tag event.Bastien Wirtz2020-06-192-4/+5
|/ /
* | Merge pull request #85 from bastienwirtz/splitted-documentation134601288Bastien Wirtz2020-06-134-166/+279
|\ \ | |/ |/| Split documentation into separate files
| * remove duplicated partBastien Wirtz2020-06-131-19/+0
| |
| * Split documentation into separate filesBastien Wirtz2020-06-114-166/+298
|/
* Merge pull request #84 from calvinbui/master132942766Bastien Wirtz2020-06-113-10/+12
|\ | | | | Dockerfile Improvements
| * freeze-lockfile option on yarnCalvin Bui2020-06-113-3/+3
| |
| * copy artifacts later in the build step with permissionsCalvin Bui2020-06-113-4/+6
| |
| * use env for USER instructionCalvin Bui2020-06-113-3/+3
|/
* specify all icons path to fix pwa issue,130611941Bastien Wirtz2020-06-092-1/+78
|
* Customizable number of columns130585124Bastien Wirtz2020-06-093-2/+6
|
* Optionnal connectivity checkBastien Wirtz2020-06-093-3/+8
|
* Adding external config supportBastien Wirtz2020-06-092-12/+25
|
* Merge pull request #81 from timmillwood/patch-2130448930Bastien Wirtz2020-06-092-1/+3
|\ | | | | Make Homer more "web app" friendly
| * Added appleMobileWebApp definitionsTim Millwood2020-06-081-0/+2
| |
| * Reverted the apple web app meta tagsTim Millwood2020-06-081-3/+0
| |
| * Make Homer more "web app" friendlyTim Millwood2020-06-081-1/+4
| |
* | Merge pull request #80 from timmillwood/patch-1128767614Bastien Wirtz2020-06-081-1/+1
|\ \ | |/ |/| Update README.md
| * Update README.mdTim Millwood2020-06-071-1/+1
|/
* Update docker documentation127450067Bastien Wirtz2020-06-061-2/+10
|
* Adding gitter chat link127289974Bastien Wirtz2020-06-061-1/+2
|
* Allow subfolder usage127277198Bastien Wirtz2020-06-062-8/+8
|
* Display parsing errorBastien Wirtz2020-06-061-17/+25
|
* Update dependenciesBastien Wirtz2020-06-062-734/+763
|
* Adding more documentationBastien Wirtz2020-06-062-89/+100
|
* Merge pull request #79 from traeblain/bugfix-icons127216760Bastien Wirtz2020-06-061-1/+8
|\ | | | | Vue PWA Default Icon Paths are Incorrect
| * Vue PWA Default Icon Paths are IncorrectTrae2020-06-051-1/+8
| | | | | | Corrected the icons due to the default iconPaths setting for Vue-PWA plugin is not where the icons actually are. This corrects issue.