No description
  • Go 67.4%
  • Vue 28.8%
  • TypeScript 2.6%
  • Shell 0.7%
  • Dockerfile 0.5%
Find a file
jonathan-martz cd8e733472
All checks were successful
Deploy via SSH (no external actions) / deploy (push) Successful in 1m1s
route index to login if not valid, work on card for appoinments in index
2026-04-05 13:33:47 +02:00
.data remove schema in favor of schema.go 2025-12-06 13:09:22 +01:00
.forgejo/workflows work of pipeline stage 2026-03-01 22:13:16 +01:00
.github translate to english 2026-04-01 22:54:35 +02:00
.hooks add first hook 2025-05-18 21:02:37 +02:00
.plugins update config 2026-04-01 19:06:44 +02:00
baseline@39365390f4 baseline update 2026-04-03 17:26:38 +02:00
bin bin add choose.go 2026-02-21 20:56:42 +01:00
custom route index to login if not valid, work on card for appoinments in index 2026-04-05 13:33:47 +02:00
.env.example add example env 2025-12-05 17:53:08 +01:00
.gitignore hide .env from git 2025-12-07 17:56:47 +01:00
.gitmodules update baseline 2025-05-23 19:32:00 +02:00
docker-compose.develop.yml #57 - change container name by secret 2025-09-05 18:40:31 +02:00
docker-compose.stage.yml #57 - change container name by secret 2025-09-05 18:40:31 +02:00
docker-compose.yml #59 - fix master container name 2025-09-06 18:35:54 +02:00
docker-entrypoint.sh add entrypoint 2025-12-05 21:06:54 +01:00
Dockerfile fix docker file order 2025-12-20 00:27:09 +01:00
README.md #61 - remove command from build, use manual env instead 2025-09-06 18:46:03 +02:00

PocketStore - Demo Template

Packages

Dependecies Storefront

Tools

Get Started

install the requirements under www.PocketStore.io. and your read to go.

to customization follow the guide under www.PocketStore.io/customazation.

git clone https://github.com/pocketstore-io/demo.git
cd demo
docker compose up

This is our Demo Template for Demo.PocketStore.io

github.com - secrets

host: SSH_HOST
username: SSH_USER
key: SSH_KEY
port: SSH_PORT
folder: SSH_FOLDER

For env prod:

echo "PORT_NUXT=${{ secrets.PORT_NUXT }}" >> .env
echo "PORT_POCKETBASE=${{ secrets.PORT_POCKETBASE }}" >> .env
echo "CONTAINER_NUXT=${{ secrets.CONTAINER_NUXT }}" >> .env
echo "CONTAINER_POCKETBASE=${{ secrets.CONTAINER_POCKETBASE }}" >> .env