Max Schmidt
|
5c78039be0
|
Update dev script command in package.json
|
2023-06-18 19:33:42 +02:00 |
|
Max Schmidt
|
32d398de4b
|
Update skipcache URL in astro Dockerfile
|
2023-06-18 19:32:54 +02:00 |
|
Max Schmidt
|
1eef88c3d8
|
Fix package.json description formatting
|
2023-06-18 18:00:48 +02:00 |
|
Max Schmidt
|
507c07fb7b
|
Update package name and description
|
2023-06-18 18:00:27 +02:00 |
|
Max Schmidt
|
8e7d0c30fe
|
Add automatic restart to mongo service
|
2023-06-18 10:14:32 +02:00 |
|
Max Schmidt
|
ec06f7e00b
|
Add output directories to tsconfig path
|
2023-06-17 12:46:28 +02:00 |
|
Max Schmidt
|
0f9a1c36f5
|
Add tsconfig.json to production container
|
2023-06-17 12:41:31 +02:00 |
|
Max Schmidt
|
9f78d9abb4
|
Update version numbers and package descriptions
|
2023-06-17 12:36:40 +02:00 |
|
Max Schmidt
|
5a65ef73ae
|
Delete Astro Starter Kit README
|
2023-06-17 12:36:31 +02:00 |
|
Max Schmidt
|
ebfeca61c5
|
Update serve command to support TypeScript paths
|
2023-06-17 12:32:53 +02:00 |
|
Max Schmidt
|
4edfce0815
|
Fix path to src folder in tsconfig
|
2023-06-17 12:29:34 +02:00 |
|
Max Schmidt
|
f83cb88bfd
|
Update nodemon.json & package.json scripts to use tsconfig-paths
|
2023-06-17 12:25:57 +02:00 |
|
Max Schmidt
|
b7f60e1f47
|
Refactor import paths in Content.astro
|
2023-06-17 12:24:56 +02:00 |
|
Max Schmidt
|
3a2ec92cde
|
Refactor import statements to use absolute paths
|
2023-06-17 12:21:29 +02:00 |
|
Max Schmidt
|
7afdc0dd92
|
Update import paths and tsconfig options
|
2023-06-17 10:51:35 +02:00 |
|
Max Schmidt
|
08df56c679
|
Refactor imports in Astro project
|
2023-06-17 10:50:48 +02:00 |
|
Max Schmidt
|
e4ccd21a23
|
Ignore Dockerfile and README.md in astro and payload directories
|
2023-06-17 10:48:50 +02:00 |
|
Max Schmidt
|
84a0853f51
|
Simplify volume mapping in docker-compose-dev.yml
|
2023-06-17 10:48:10 +02:00 |
|
Max Schmidt
|
85694c68e3
|
Bump astro from 2.6.1 to 2.6.4
|
2023-06-17 01:31:22 +02:00 |
|
dependabot[bot]
|
0f8ffd9343
|
Bump astro from 2.6.1 to 2.6.4 in /astro
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.6.1 to 2.6.4.
- [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.6.4/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-06-16 23:30:23 +00:00 |
|
Max Schmidt
|
a5983a71ea
|
Add daily updates for npm packages in Astro and Payload directory
|
2023-06-17 01:29:28 +02:00 |
|
Max Schmidt
|
c61734e799
|
Add yarn logs to .gitignore
|
2023-06-17 01:24:33 +02:00 |
|
Max Schmidt
|
e3a9a19b61
|
Add version number to package.json
|
2023-06-17 01:23:45 +02:00 |
|
Max Schmidt
|
ff391bf11c
|
Remove redundant tsconfig exclude
|
2023-06-17 01:23:19 +02:00 |
|
Max Schmidt
|
99a1eded0f
|
Add MIT license
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
|
2023-06-15 18:43:59 +02:00 |
|
Max Schmidt
|
c2aaf5f951
|
Exclude types file from git tracking
|
2023-06-15 15:54:33 +02:00 |
|
Max Schmidt
|
4b7f1a7c82
|
Add GitHub repository to .env and compose file
|
2023-06-15 15:36:50 +02:00 |
|
Max Schmidt
|
769bf80ca7
|
Replace MONGODB_URI with secrets
|
2023-06-15 15:15:21 +02:00 |
|
Max Schmidt
|
df7a0b2870
|
Update git clone URL to use SSH protocol
|
2023-06-15 15:06:24 +02:00 |
|
Max Schmidt
|
297cac4533
|
Update secrets and variables formatting
|
2023-06-15 14:57:01 +02:00 |
|
Max Schmidt
|
ac3c1dfde0
|
Update formatting and add clarity to README
|
2023-06-15 14:56:17 +02:00 |
|
Max Schmidt
|
764b4e5d23
|
Add secrets and variables configuration
|
2023-06-15 14:55:24 +02:00 |
|
Max Schmidt
|
317e01c498
|
Add environment variable NAME to docker-compose.yml
|
2023-06-07 12:21:40 +02:00 |
|
Max Schmidt
|
9e94b582d8
|
Fix github API endpoint in Posts.ts
|
2023-06-07 12:21:03 +02:00 |
|
Max Schmidt
|
1acdb2a58e
|
Update replace_env function to use awk
|
2023-06-07 12:08:29 +02:00 |
|
Max Schmidt
|
c55f1d6afc
|
Update sed delimiter to use # instead of / in push.yml
|
2023-06-07 10:58:21 +02:00 |
|
Max Schmidt
|
2c3b26a809
|
Update PAYLOAD_SERVER_URL to PAYLOAD_URL and remove unused env var
|
2023-06-07 10:53:39 +02:00 |
|
Max Schmidt
|
fe5a99f370
|
Remove unnecessary environment variable
|
2023-06-07 10:46:31 +02:00 |
|
Max Schmidt
|
136e4e67cd
|
Create astro directory and copy .env there
|
2023-06-07 10:42:55 +02:00 |
|
Max Schmidt
|
91f6efb772
|
Add PAYLOAD_SERVER_URL to environment variables
|
2023-06-07 10:39:23 +02:00 |
|
Max Schmidt
|
100412c783
|
Simplify setup for developing website with Astroad
|
2023-06-07 10:30:43 +02:00 |
|
Max Schmidt
|
36678d38b7
|
Update Astro and Payload dependencies
|
2023-06-07 10:21:48 +02:00 |
|
Max Schmidt
|
3a39f967ef
|
Update environment variables on deployment
|
2023-06-07 10:19:45 +02:00 |
|
Max Schmidt
|
7244fb1d53
|
Update .gitignore and Media collection configuration
|
2023-06-06 17:29:03 +02:00 |
|
Max Schmidt
|
bb54d5e30c
|
hallo
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
|
2023-05-19 14:35:46 +02:00 |
|
Max Schmidt
|
d60357917e
|
heya
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
|
2023-05-19 13:34:26 +02:00 |
|
Max Schmidt
|
e48b0d1afe
|
heyo
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
|
2023-05-19 13:33:21 +02:00 |
|
Max Schmidt
|
0d20e7f738
|
hallo
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
|
2023-05-19 13:30:03 +02:00 |
|
Max Schmidt
|
bf16b2b010
|
test
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
|
2023-05-19 13:15:32 +02:00 |
|
Max Schmidt
|
745db317ce
|
hallo
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
|
2023-05-19 13:11:47 +02:00 |
|