Files
shuffle-cracked/backend/app_sdk
2021-07-01 13:37:56 +02:00
..
2021-07-01 13:37:56 +02:00
2021-07-01 13:37:56 +02:00
2021-02-18 11:42:23 +01:00
2020-05-24 06:50:59 +02:00
2021-03-25 10:06:30 +01:00

app_sdk.py

This is the SDK used for apps to behave like they should.

If you want to update apps.. PS: downloads from docker hub do overrides.. :)

  1. Write your code & check if runtime works
  2. Build app_base image
  3. docker rm $(docker ps -aq) # Remove all stopped containers
  4. Delete the specific app's Docker image (docker rmi frikky/shuffle:...)
  5. Rebuild the Docker image (click load in GUI?)

LICENSE

Everything in here is MIT, not AGPLv3 as indicated by the license.