Skip to content

potato-os/apps

Repository files navigation

Potato OS Apps

Process-isolated apps for Potato OS. These are optional apps that can be installed alongside the built-in Chat app.

Apps

  • permitato — Pi-hole-backed attention guard
  • skeleton — Template app for building new Potato apps

Development

Tests require the dependencies from the core platform. Install dev dependencies:

pip install -r requirements-dev.txt

Run Python tests:

python -m pytest apps/ -q

Playwright tests require a running Potato platform at http://127.0.0.1:1983:

npx playwright test

Deployment

Apps from this repo are installed to a Potato device via the POTATO_APPS_REPO environment variable:

POTATO_APPS_REPO=/path/to/this/repo POTATO_IMAGE_APPS=chat,permitato ./bin/install_dev.sh

See the core repo for full platform documentation.

About

Process-isolated Potato apps repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors