aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Merge pull request #69 from sergeifilippov/patch-2127215081Bastien Wirtz2020-06-061-1/+1
|\ \ | |/ |/| Typo
| * TypoSergei Filippov2020-06-021-1/+1
|/
* Fix missing directory in artifact creation.120425999Bastien Wirtz2020-05-311-1/+3
|
* Merge pull request #62 from bastienwirtz/dev/build-system120405250Bastien Wirtz2020-05-3088-10161/+10184
|\ | | | | Build system integration using vue-cli.
| * Fix logo always shown issue.Bastien Wirtz2020-05-303-2/+3
| |
| * Adding PWA icons for proper pwa supportBastien Wirtz2020-05-3020-3/+124
| |
| * Full offline support (local fonts)Bastien Wirtz2020-05-308-1/+213
| |
| * Adding missing rel attribute on links.Bastien Wirtz2020-05-303-3/+4
| |
| * Pure CSS font awesome iconBastien Wirtz2020-05-296-10/+14
| |
| * Remove config.yml from versionning.Bastien Wirtz2020-05-274-6/+9
| |
| * Build system integration using vue-cli.Bastien Wirtz2020-05-2569-10347/+10028
|/
* Merge pull request #48 from issmirnov/patch-1Bastien Wirtz2020-05-251-0/+11
|\ | | | | Add "Style Options" section for bulma CSS
| * Add "Style Options" section for bulma CSSIvan Smirnov2020-05-051-0/+11
| | | | | | | | This project uses bulma CSS, but this fact is not obvious without reading the code. This commit adds explicit pointers on how to use the `tagstyle` field.
* | Merge pull request #60 from sylv-io/html-titleBastien Wirtz2020-05-251-1/+1
|\ \ | | | | | | app.js: html title based on configuration
| * | app.js: html title based on configurationsylv2020-05-221-1/+1
|/ / | | | | | | | | | | | | Use the title and subtitle defined in the configuration file as html title. Signed-off-by: sylv <sylv@sylv.io>
* | Docker: disable file listing on arm buildBastien Wirtz2020-05-212-2/+2
| |