|
d8438e2d84
|
Add sample form
|
2024-04-03 14:23:08 +02:00 |
|
|
95243557c6
|
Update react/ts version
|
2024-04-03 14:22:56 +02:00 |
|
|
4be030ec28
|
Import payload config
|
2024-04-03 12:18:03 +02:00 |
|
|
816eac8470
|
Upgrade to astro v4
|
2024-04-02 16:28:04 +02:00 |
|
|
37d0359dae
|
Add shadcn: form & input
|
2024-04-02 15:26:21 +02:00 |
|
|
75fe3cdcf5
|
Add react
|
2024-04-02 14:16:28 +02:00 |
|
|
dc4618383e
|
Include global styles
|
2024-04-02 13:22:20 +02:00 |
|
|
2c79904102
|
Add shadcn
|
2024-04-02 13:08:24 +02:00 |
|
Max Schmidt
|
12788566f5
|
use the non alpine version for payload
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
|
2023-12-19 13:04:27 +01:00 |
|
Max Schmidt
|
2234ce1517
|
Remove default_type directive and optimize gzip settings
|
2023-10-25 18:44:30 +02:00 |
|
Max Schmidt
|
2e6cfc7107
|
Remove unnecessary mime types and 404 page
|
2023-10-24 10:28:06 +02:00 |
|
Max Schmidt
|
f260c33f97
|
Fix include directive duplication in nginx.conf
|
2023-10-24 10:26:58 +02:00 |
|
Max Schmidt
|
fe6e0368fc
|
Update default_type in nginx.conf
|
2023-10-24 10:25:46 +02:00 |
|
Max Schmidt
|
d64bf301dd
|
Update nginx.conf with new root directory and error page
|
2023-10-24 10:24:59 +02:00 |
|
Max Schmidt
|
46e53c7623
|
Update nginx.conf with simplified file paths and error page configurations
|
2023-10-24 10:23:36 +02:00 |
|
Max Schmidt
|
5400495176
|
Update nginx.conf with new gzip configuration and remove duplicate default_type and include directives
|
2023-10-24 10:22:01 +02:00 |
|
Max Schmidt
|
499928753c
|
Update nginx.conf with default_type and include directives
|
2023-10-24 10:17:48 +02:00 |
|
Max Schmidt
|
3e5c6d707b
|
Add mime.types to nginx.conf for root location
|
2023-10-24 10:16:05 +02:00 |
|
Max Schmidt
|
7d2e4f6598
|
Remove unnecessary default_type directive
|
2023-10-24 10:14:43 +02:00 |
|
Max Schmidt
|
92fdc3489e
|
Add mime types to nginx.conf
|
2023-10-24 10:13:44 +02:00 |
|
Max Schmidt
|
9b3f159a09
|
Add default_type for nginx.conf
|
2023-10-24 10:12:59 +02:00 |
|
Max Schmidt
|
ab1f54d573
|
Update static file caching and error page configuration
|
2023-10-24 10:10:13 +02:00 |
|
Max Schmidt
|
f6debe5f56
|
Change server listen port to 80 and update 404 error page
|
2023-10-24 10:08:50 +02:00 |
|
Max Schmidt
|
36703434d4
|
Change nginx.conf to listen on port 3000 and fix error_page
|
2023-10-24 10:07:50 +02:00 |
|
Max Schmidt
|
ca7e679ebb
|
Optimize caching for static files
|
2023-10-24 10:05:51 +02:00 |
|
Max Schmidt
|
d8429c43a6
|
Remove ViewTransitions component from Layout
|
2023-10-24 10:05:20 +02:00 |
|
Max Schmidt
|
2a5dd51d5b
|
Update error page to display 404.html
|
2023-10-24 10:03:23 +02:00 |
|
Max Schmidt
|
5e9cbcf5c8
|
Add 404 page layout
|
2023-10-24 10:01:33 +02:00 |
|
Max Schmidt
|
496702f2ab
|
Update nginx.conf with new gzip and caching settings
|
2023-10-24 10:01:24 +02:00 |
|
Max Schmidt
|
07a19d407e
|
Update error page to /index.html
|
2023-10-24 09:55:04 +02:00 |
|
Max Schmidt
|
5df7cd72c8
|
Update nginx.conf to listen on port 80
|
2023-10-24 09:53:24 +02:00 |
|
Max Schmidt
|
9793bdaab9
|
Add error_page.html for 404 errors
|
2023-10-24 09:50:08 +02:00 |
|
Max Schmidt
|
e062d42e66
|
Update nginx.conf with gzip configurations and server block for static file caching and serving
|
2023-10-24 09:46:18 +02:00 |
|
Max Schmidt
|
254cdcfda7
|
Increase worker connections to 1024
|
2023-10-24 09:43:46 +02:00 |
|
Max Schmidt
|
ccd03f11c7
|
Add nginx.conf for production environment
|
2023-10-24 09:40:04 +02:00 |
|
Max Schmidt
|
12cb58b891
|
test
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
|
2023-10-24 09:38:55 +02:00 |
|
Max Schmidt
|
80a6430dca
|
Merge pull request #109 from mooxl/dependabot/npm_and_yarn/payload/types/express-4.17.18
Bump @types/express from 4.17.17 to 4.17.18 in /payload
|
2023-09-28 17:47:46 +02:00 |
|
dependabot[bot]
|
aae8684fcb
|
Bump @types/express from 4.17.17 to 4.17.18 in /payload
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.17 to 4.17.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)
---
updated-dependencies:
- dependency-name: "@types/express"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-25 10:48:13 +00:00 |
|
Max Schmidt
|
bd3c55cba7
|
Merge pull request #101 from mooxl/dependabot/npm_and_yarn/astro/prettier-plugin-tailwindcss-0.5.4
Bump prettier-plugin-tailwindcss from 0.5.3 to 0.5.4 in /astro
|
2023-09-24 11:18:21 +02:00 |
|
Max Schmidt
|
bdbc6eea71
|
Merge pull request #105 from mooxl/dependabot/npm_and_yarn/payload/payload-1.15.6
Bump payload from 1.14.0 to 1.15.6 in /payload
|
2023-09-24 11:18:13 +02:00 |
|
Max Schmidt
|
587c1584d9
|
Merge pull request #107 from mooxl/dependabot/npm_and_yarn/astro/sharp-0.32.6
Bump sharp from 0.32.5 to 0.32.6 in /astro
|
2023-09-24 11:17:58 +02:00 |
|
Max Schmidt
|
d3ae275d8c
|
Merge pull request #108 from mooxl/dependabot/npm_and_yarn/payload/graphql-16.8.1
Bump graphql from 16.7.1 to 16.8.1 in /payload
|
2023-09-24 11:17:50 +02:00 |
|
dependabot[bot]
|
a616c40a64
|
Bump graphql from 16.7.1 to 16.8.1 in /payload
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.7.1 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.7.1...v16.8.1)
---
updated-dependencies:
- dependency-name: graphql
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-21 18:44:14 +00:00 |
|
dependabot[bot]
|
d836455d64
|
Bump sharp from 0.32.5 to 0.32.6 in /astro
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.5 to 0.32.6.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.32.5...v0.32.6)
---
updated-dependencies:
- dependency-name: sharp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-19 11:04:45 +00:00 |
|
dependabot[bot]
|
e5daed0aa8
|
Bump payload from 1.14.0 to 1.15.6 in /payload
Bumps [payload](https://github.com/payloadcms/payload) from 1.14.0 to 1.15.6.
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/master/CHANGELOG.md)
- [Commits](https://github.com/payloadcms/payload/compare/v1.14.0...v1.15.6)
---
updated-dependencies:
- dependency-name: payload
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-14 10:30:15 +00:00 |
|
dependabot[bot]
|
262be0bf04
|
Bump prettier-plugin-tailwindcss from 0.5.3 to 0.5.4 in /astro
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.3...v0.5.4)
---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-01 10:37:34 +00:00 |
|
Max Schmidt
|
08eac2834d
|
Merge pull request #90 from mooxl/dependabot/npm_and_yarn/astro/astro-2.10.12
Bump astro from 2.10.9 to 2.10.12 in /astro
|
2023-08-21 19:15:37 +02:00 |
|
dependabot[bot]
|
892bbe0726
|
Bump astro from 2.10.9 to 2.10.12 in /astro
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.9 to 2.10.12.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.10.12/packages/astro)
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-21 10:11:56 +00:00 |
|
Max Schmidt
|
9eaf677a81
|
Merge pull request #88 from mooxl/dependabot/npm_and_yarn/payload/payload-1.14.0
Bump payload from 1.13.4 to 1.14.0 in /payload
|
2023-08-18 09:51:32 +02:00 |
|
dependabot[bot]
|
a5536dcaf2
|
Bump payload from 1.13.4 to 1.14.0 in /payload
Bumps [payload](https://github.com/payloadcms/payload) from 1.13.4 to 1.14.0.
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Changelog](https://github.com/payloadcms/payload/blob/master/CHANGELOG.md)
- [Commits](https://github.com/payloadcms/payload/compare/v1.13.4...v1.14.0)
---
updated-dependencies:
- dependency-name: payload
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-17 10:17:56 +00:00 |
|