Commit graph

398 commits

Author SHA1 Message Date
Jonathan Irvin
d93d64460b
Merge pull request #205 from jamesread/dockerfile
feat: add dockerfile for production and developer use
2024-09-09 15:58:10 -05:00
James Read
64b43e8580
Merge branch 'main' into dockerfile 2024-09-09 21:17:11 +01:00
James Read
7a81d37d01
Merge pull request #217 from jamesread/github-actions-build-add-cache
ci: Add cache key to build job
2024-09-09 21:03:23 +01:00
James Read
8c4b26bd43
Merge branch 'main' into github-actions-build-add-cache 2024-09-09 21:02:58 +01:00
jamesread
7216f2135d ci: Dockerfile, add NODE_VERSION param 2024-09-09 20:57:49 +01:00
jamesread
a0c90885af Merge branch 'dockerfile' of github.com:jamesread/postiz-app into dockerfile 2024-09-09 20:46:41 +01:00
jamesread
79ed89060e ci: Move docker build instructions into separate scripts 2024-09-09 20:46:17 +01:00
James Read
b005a964df
Merge branch 'main' into dockerfile 2024-09-09 20:38:44 +01:00
James Read
89127fbfdc
Merge pull request #196 from MikeMichel/docker-compose
improve docker-compose
2024-09-09 20:37:56 +01:00
James Read
618c75549a
Merge branch 'main' into docker-compose 2024-09-09 20:37:44 +01:00
Jonathan Irvin
9e58dd0624
fix: update dockerfile with additional build to support different arch 2024-09-09 14:34:56 -05:00
Jonathan Irvin
3372a8a60b
Merge pull request #219 from gitroomhq/ci-build-cache
Add NEXT JS Build cache
2024-09-09 14:33:34 -05:00
jamesread
56d04d962e Add NEXT JS Build cache 2024-09-09 20:22:58 +01:00
jamesread
08adb43d63 ci: Use 20.17 for builds 2024-09-09 20:12:08 +01:00
James Read
0fb5de5803
Merge pull request #204 from jamesread/doc-simplification-for-users
doc: Simplify quickstart instructions for end users
2024-09-09 20:09:08 +01:00
Jonathan Irvin
15306eb184
Merge branch 'main' into github-actions-build-add-cache 2024-09-09 14:01:20 -05:00
Jonathan Irvin
54b4d6c079
Merge pull request #216 from jonathan-irvin/fix-font
fix: font reload issues with next/font
2024-09-09 13:43:56 -05:00
Nevo David
c674f699c9 feat: cron 2024-09-10 00:09:46 +07:00
jamesread
afbeda159b ci: Switch to GITHUB_TOKEN 2024-09-09 18:08:30 +01:00
jamesread
33a304f7b7 ci: Add cache key to build job 2024-09-09 17:53:52 +01:00
jamesread
9c9698c598 ci: Consolidate entrypoint into the base image
Co-Authored-By: jonathan-irvin <jonathan-irvin@users.noreply.github.com>
2024-09-09 17:40:19 +01:00
jamesread
c466f08c80 ci: Remove /config as it's created anyway
Co-Authored-By: jonathan-irvin <jonathan-irvin@users.noreply.github.com>
2024-09-09 17:35:39 +01:00
jamesread
81fd96f6d7 doc: Remove more junk from build context
Co-Authored-By: jonathan-irvin <jonathan-irvin@users.noreply.github.com>
2024-09-09 17:26:20 +01:00
jamesread
5a854aa451 Add container workflow 2024-09-09 17:20:25 +01:00
Jonathan Irvin
5f8e138036
fix: load chakra-petch from fontsource instead of nextjs 2024-09-09 10:57:51 -05:00
jamesread
f38e79d198 feat: Dockerfile - fix supervisord, cron build 2024-09-09 16:46:19 +01:00
Jonathan Irvin
979f4e04d9
fix: font reload issues with next/font
Signed-off-by: Jonathan Irvin <djfoxyslpr@gmail.com>
2024-09-09 10:23:15 -05:00
Nevo David
53c175f3d8
Merge pull request #208 from jonathan-irvin/ji/gh-action-build
add build gh-action
2024-09-09 21:25:50 +07:00
Jonathan Irvin
56347063a0
chore: enforce node 20.17.0 due to memory leak
Signed-off-by: Jonathan Irvin <djfoxyslpr@gmail.com>
2024-09-09 09:10:27 -05:00
Jonathan Irvin
4244fd1596
Merge branch 'main' into ji/gh-action-build 2024-09-09 09:06:09 -05:00
Nevo David
d55ba305ec
Merge pull request #212 from jamesread/github-actions-codeql
feat: GitHub action codeql
2024-09-09 19:47:50 +07:00
Nevo David
8621606039
Merge pull request #213 from jamesread/github-action-eslint
GitHub action eslint
2024-09-09 19:47:29 +07:00
jamesread
461023ba34 feat: GitHub action codeql 2024-09-09 13:30:31 +01:00
jamesread
1909d2f2cf npm cache 2024-09-09 13:20:43 +01:00
jamesread
149b52f76f feat: eslint GitHub Action 2024-09-09 13:16:26 +01:00
jamesread
a656e6b567 feat: eslint GitHub Action 2024-09-09 11:14:25 +01:00
jamesread
c351089723 feat: eslint GitHub Action 2024-09-09 10:42:28 +01:00
jamesread
deeffc1619 feat: eslint GitHub Action 2024-09-09 10:40:47 +01:00
Nevo David
a5cecc9d33 feat: reload calendar modal 2024-09-09 12:20:08 +07:00
Nevo David
048df4fb44 feat: it will auto load the new filters 2024-09-09 12:09:41 +07:00
Nevo David
9974e71859 feat: fix fetch 2024-09-09 12:01:14 +07:00
Nevo David
19b838a84b feat: change name of swr 2024-09-09 11:51:03 +07:00
jamesread
ed378df4f1 Merge branch 'dockerfile' of github.com:jamesread/postiz-app into dockerfile 2024-09-09 02:51:15 +01:00
jamesread
260b281cb4 wip: Arch, devcontainer + dist, supervisord
Co-Authored-By: jonathan-irvin <jonathan-irvin@users.noreply.github.com>
2024-09-09 02:50:37 +01:00
jamesread
a70ef27cb2 wip: Arch, devcontainer + dist, supervisord 2024-09-09 02:45:41 +01:00
Nevo David
20217f6bef feat: mutate 2024-09-09 01:39:14 +07:00
Nevo David
0c4d745569 feat: 1000ms 2024-09-09 01:32:32 +07:00
Nevo David
c52faabb50 feat: reload 2024-09-09 01:29:29 +07:00
Nevo David
f1dece4171 feat: internal data 2024-09-09 01:12:39 +07:00
Nevo David
c6d68c8fff feat: posts 2024-09-09 01:07:51 +07:00