Commit Graph
28 Commits
Author SHA1 Message Date
Florian Sylvain b470bfcc67 refac: renamed 'post' -> 'article' 2025-11-17 19:27:48 +01:00
Florian Sylvain c25fb1b0a3 feat: images 2024-06-13 13:34:10 +02:00
Florian Sylvain 29fce9a241 brand: GohCMS -> GoCMS, project-wide 2024-05-15 19:34:38 +02:00
Florian Sylvain c929acd4ab feat: email verification flow (not 100% complete) 2024-05-15 12:04:30 +02:00
Florian Sylvain ec14eee439 feat: WIP mail verification flow 2024-05-14 19:37:44 +02:00
Florian Sylvain 8015639db5 feat: WIP auth mailing implementation 2024-05-13 19:22:56 +02:00
Florian Sylvain dca17a744d doc: added .env example file and e.g. for DOCKER_DB_FOLDER 2024-04-26 07:56:18 +02:00
Florian Sylvain d91dc256a2 feat: docker and docker-compose support
Introduced a Dockerfile and compose.yml to allow the application to run inside a Docker container. This removes the need for local system-level dependencies and offers a more predictable environment for the app. README.md was updated to include Docker-related instructions and an additional environment variable `DOCKER_DB_FOLDER` was added on top of existing ones for Docker support.
2023-08-13 23:40:12 +02:00
Florian Sylvain 245bf2fbf4 feat: environment specific database handling
Changes have been made to support environment specific database file handling. By introducing a new environment variable "DB_FILE", the application's runtime now reads the database file path from the environment. In addition, subdirectories will now be automatically created if they don't exist and more detailed error messages will be printed in case of a failure. Environment variable setup and project building instructions were also updated in the README file.
2023-08-13 04:34:30 +02:00
Florian Sylvain 318fd0f53a feat: cors origins env var 2023-08-11 21:12:31 +02:00
Florian Sylvain d953a66f22 feat: env variables introduction 2023-08-11 04:02:18 +02:00
Florian Sylvain 1328758984 clean: removed everything to set up 2.0 2023-08-02 01:31:35 +02:00
Florian Sylvain 730c2ba599 Merge branch 'master' into dev 2023-02-07 21:38:51 +01:00
Florian Sylvain 33e6925dab Cleaning here and there 2023-02-06 18:31:34 +01:00
Florian Sylvain 3376d88f56 Splat handler in their own files, added pagination 2023-01-18 23:33:34 +01:00
Florian Sylvain 994dd49f6d Added examples for .env 2023-01-18 02:21:50 +01:00
Florian Sylvain 145e21eab1 Merge pull request #8 from Floriansylvain/dev
Deployement ready
2023-01-18 02:10:37 +01:00
Florian Sylvain c090ca8dad Added base url env for API 2023-01-18 01:50:16 +01:00
Florian Sylvain 4fdf75e158 Added base path to env variables 2023-01-18 00:45:41 +01:00
Florian Sylvain 416d91a0e6 Fix URLs tentative 2023-01-13 17:30:46 +01:00
Florian Sylvain d068fcc677 Update README.md 2023-01-09 17:44:54 +01:00
Florian Sylvain d3c68d6c89 Added host address to .env 2022-12-22 02:52:50 +01:00
Florian Sylvain 511ace07d6 Added JWT_SECRET into .env vars 2022-12-19 02:05:28 +01:00
Florian Sylvain ce9cb726bd Added .env to docker-compose 2022-10-19 10:05:16 +02:00
Florian Sylvain 2b74557296 Added disclamer 2022-10-14 13:53:52 +02:00
Florian Sylvain a29b8ccc84 Cleaning here and there 2022-10-14 13:43:01 +02:00
Florian Sylvain 0835726beb Removed wrong template readme content 2022-10-12 09:49:12 +02:00
Florian Sylvain f1cea88c16 Moved readme in the right place 2022-10-12 09:48:22 +02:00