The CMS used by accords-library.com, using PayloadCMS
Go to file
DrMint 7dc5ca6020 Disable mime check on video subs 2024-08-17 12:08:56 +02:00
.vscode Using shared library 2024-07-13 19:03:21 +02:00
public Adding styling 2023-07-22 20:32:18 +02:00
src Disable mime check on video subs 2024-08-17 12:08:56 +02:00
.env.example Now sending webhooks to both the webserver and meili 2024-07-14 09:13:28 +02:00
.gitignore Spent the weekend improving stuff 2023-10-30 00:10:11 +01:00
.gitmodules Using shared library 2024-07-13 19:03:21 +02:00
.ncurc.yml Testing custom endpoint 2023-07-27 23:36:20 +02:00
.prettierignore Using shared library 2024-07-13 19:03:21 +02:00
Dockerfile Initial commit 2023-07-14 13:03:01 +02:00
README.md Initial commit 2023-07-14 13:03:01 +02:00
docker-compose.yml Added better prod script 2024-04-14 14:49:11 +02:00
nodemon.json Initial commit 2023-07-14 13:03:01 +02:00
package-lock.json Updated deps 2024-08-16 14:47:17 +02:00
package.json Updated deps 2024-08-16 14:47:17 +02:00
podman.yml Updated everything 2024-02-02 12:57:57 +01:00
prettier.config.js Added Categories 2023-07-14 16:42:37 +02:00
tsconfig.json Lots of things, again, again 2023-08-19 21:11:22 +02:00

README.md

payload

This project was created using create-payload-app using the blank template.

How to Use

yarn dev will start up your application and reload on any changes.

Docker

If you have docker and docker-compose installed, you can run docker-compose up

To build the docker image, run docker build -t my-tag .

Ensure you are passing all needed environment variables when starting up your container via --env-file or setting them with your deployment.

The 3 typical env vars will be MONGODB_URI, PAYLOAD_SECRET, and PAYLOAD_CONFIG_PATH

docker run --env-file .env -p 3000:3000 my-tag