From b9c61804d46e4544aea6b40944a7ae05cc9b12b0 Mon Sep 17 00:00:00 2001 From: R3D347HR4Y Date: Sat, 9 May 2026 05:07:47 +0200 Subject: [PATCH] Add captain-definition for easy deployment on Caprover (#954) With this single file, it becomes very easy to deploy this service on a caprover instance All that needs to be done to do so on the caprover dashboard is: - Create a new app with persistance - Set these envs: PORT=20128 HOSTNAME=0.0.0.0 NEXT_PUBLIC_BASE_URL=https://your-domain-here.com DATA_DIR=/app/data - Add a persistent directory with /app/data - Set CONTAINER HTTP PORT to 20128, enable HTTPS and websockets - Go in deployment -> Method 3 -> Set the git url to this repo on branch main and add your github email and a PAT - Save and force build --- captain-definition | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 captain-definition diff --git a/captain-definition b/captain-definition new file mode 100644 index 0000000..0e14f82 --- /dev/null +++ b/captain-definition @@ -0,0 +1,4 @@ +{ + "schemaVersion": 2, + "dockerfilePath": "./Dockerfile" +}