Aj - Thomas
91a6b6972a
Update docker.yml
2022-05-12 09:44:51 +02:00
Aj - Thomas
9a6607f736
Merge pull request #46 from c00ldude1oo/action-speedup
...
Add cache for Action to speed up builds.
2022-05-12 09:36:07 +02:00
Aj - Thomas
36e308d11d
Merge branch 'master' into dev
2022-05-12 09:23:06 +02:00
Aj - Thomas
9597a8bb93
Merge pull request #45 from c00ldude1oo/alpine
...
Change nginx base to alpine
2022-05-12 09:22:51 +02:00
Aj - Thomas
fac7dd1fae
Fix error in GitHub CI
2022-05-12 09:21:16 +02:00
Aj - Thomas
d7a052c1b1
Fix error in GitHub CI
2022-05-12 09:21:16 +02:00
Chris
bdb9711c19
Change nginx base to alpine
...
Changed nginx to use alpine instead of debian/ubuntu
Image size is 93MB smaller and build time is shorter.
2022-05-12 02:18:37 -04:00
Chris
1f6b2756c4
Revert "Change to alpine base image"
...
This reverts commit 49241f5614 .
2022-05-12 02:05:59 -04:00
Chris
3db65dbb1f
Update docker.yml
...
Add cache for yarn and nextjs.
`yarn install` takes about 25s off
`yarn export` takes about 40s
2022-05-12 02:05:21 -04:00
Aj - Thomas
0c7606793a
Add new update notification on main dashboard
2022-05-12 02:41:13 +02:00
Chris
5d01fb353b
Merge branch 'master' of https://github.com/c00ldude1oo/myhomepage-alpine
2022-05-11 18:50:10 -04:00
Chris
49241f5614
Change to alpine base image
2022-05-11 18:49:45 -04:00
Aj - Thomas
9282ea5f0f
Fix error in GitHub CI
v0.1.5
2022-05-11 21:43:17 +02:00
Aj - Thomas
92e4474269
Fix error in GitHub CI
2022-05-11 21:41:20 +02:00
Aj - Thomas
d2ca47f761
Merge pull request #34 from ajnart/dev
...
v0.1.5
2022-05-11 21:27:53 +02:00
Aj - Thomas
7493d83147
Merge branch 'master' into dev
2022-05-11 21:25:52 +02:00
WalkxCode
86590e7279
feat: Move to Dashboard Icons
2022-05-11 15:10:58 +02:00
WalkxCode
c914b54a43
docs: Update docs progress
2022-05-11 15:10:05 +02:00
Aj - Thomas
d05d9b6e81
Add needs to completion after build
2022-05-11 10:53:44 +02:00
Aj - Thomas
161319ea4e
Add needs to completion after build
2022-05-11 10:25:47 +02:00
Aj - Thomas
22564e5593
Add needs to completion after build
2022-05-11 10:20:47 +02:00
Aj - Thomas
a5b3ccc756
Add needs to completion after build
2022-05-11 10:16:28 +02:00
Aj - Thomas
838fc3ae3a
Add needs to completion after build
2022-05-11 10:08:02 +02:00
Aj - Thomas
16ffd545a6
Trying a completely new Docker CI
2022-05-11 10:06:29 +02:00
Aj - Thomas
79311b794e
Add load flag to Github Ci
2022-05-11 10:01:19 +02:00
Aj - Thomas
7b6ecdf3fc
Add load flag to Github Ci
2022-05-11 09:51:05 +02:00
Aj - Thomas
a3d6d876a8
Add load flag to Github Ci
2022-05-11 09:46:50 +02:00
Aj - Thomas
45cb417e76
Add load flag to Github Ci
2022-05-11 09:46:07 +02:00
Aj - Thomas
c8cbb37247
Add load flag to Github Ci
2022-05-11 09:32:03 +02:00
Aj - Thomas
4210a455c6
Trying to implement manual restarts for the CI
2022-05-11 09:19:28 +02:00
Aj - Thomas
7ba85aeb4e
Trying to implement manual restarts for the CI
2022-05-11 09:13:36 +02:00
Aj - Thomas
49e454b6ce
Trying to implement manual restarts for the CI
2022-05-11 09:12:43 +02:00
Aj - Thomas
f526883544
Trying to implement manual restarts for the CI
2022-05-11 09:10:50 +02:00
Aj - Thomas
a4163e0eb5
Trying to implement manual restarts for the CI
2022-05-11 09:10:44 +02:00
Aj - Thomas
ef0d4fddce
Trying to implement multi platform build
2022-05-11 09:10:31 +02:00
Aj - Thomas
60cc1883ff
Trying to implement manual restarts for the CI
2022-05-11 09:10:00 +02:00
Aj - Thomas
47c7f46e28
Trying to implement manual restarts for the CI
2022-05-11 09:06:45 +02:00
Aj - Thomas
80ab928c20
Trying to implement multi platform build
2022-05-11 08:59:37 +02:00
Aj - Thomas
846f2c8670
Update dependencies
...
Upgrade Mantine to v4.2.4 (from v4.2.1)
2022-05-11 08:56:21 +02:00
Aj - Thomas
d58465142c
Add regex matching for add shelf item
...
Resolves not fetching when the users didn't put a / at the end of the service url
2022-05-11 08:55:38 +02:00
Aj - Thomas
a7f4187a82
Remove year in Date module
...
You don't know the year we're in?
2022-05-10 21:00:18 +02:00
Aj - Thomas
b92462d056
Remove useless code
...
Old code supposed to interract with qBittorrent
2022-05-10 20:59:57 +02:00
Aj - Thomas
034ef3fd8f
Add notifications for Calendar module
2022-05-10 20:57:04 +02:00
Aj - Thomas
d5b17d5303
Improve Module matching
...
More TypeScript magic ! 🪄
2022-05-10 20:56:48 +02:00
Aj - Thomas
f03bcde983
Update package.json
...
Update version and scripts
2022-05-10 20:39:54 +02:00
Aj - Thomas
f3478587b1
Improve default arguments and type checking
2022-05-10 20:36:38 +02:00
Aj - Thomas
2c461a6695
Add a module enabler
...
Add module enabler in settings.
This loops over all the exported Modules in the components/modules folder and renders them. (Interpreted language magic/ metaclasses)
2022-05-10 20:33:11 +02:00
Aj - Thomas
1245f97e72
Merge pull request #33 from ajnart/dev
...
Merge dev into master for v0.1.4
2022-05-10 19:23:17 +02:00
Aj - Thomas
55fd4fff76
Update README.md
2022-05-10 19:23:02 +02:00
Aj - Thomas
b52755c87f
Update README.md
2022-05-10 19:07:55 +02:00