680104024d
dockerbuild / main (backend, true, backend) (push) Failing after 26m50s
dockerbuild / main (frontend, true, frontend) (push) Failing after 26m57s
dockerbuild / main (worker, true, functions/onprem/worker) (push) Failing after 26m53s
dockerbuild / sync-orborus (push) Failing after 8m45s
- CRACKED.md: target image is marker689/shuffle-backend-unchained:12082026 - docker-compose.yml: point backend at patched image (drop override file) - shared.go: HandleCheckLicense also sets org.Subscriptions to an active Enterprise License so the UI shows 'Licensed' (was showing Unlicensed) - gitignore shuffle-database runtime *.conf Verified: backend image builds and runs with all limits lifted.
Backend
This folder has all parts necessary for the backend to run locally and in Docker
Structure
- go-app: The backend. Modify these to edit the backend API.
- database: The datastore database.
- app_sdk: The app_sdk for apps. MIT licensed.
- app_gen: Code used when generating docker images. MIT licensed
- tests: A bunch of cronscripts. There are no real, good tests yet
Development
Shuffle's backend is written in Go, with apps being python (for now). More about local development can be seen in the main README.
Running the backend:
cd go-app
go run main.go docker.go walkoff.go