mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-16 22:36:02 +01:00
e541269392a113c606306ed6af21d8ec1251be30
Using Docker images
Tabby Web consists of two Docker images - backend and frontend. See an example set up in docker-compose.yml
Environment variables
Frontend
BACKEND_URLWEB_CONCURRENCY
Backend
DATABASE_URL(required).FRONTEND_URLAPP_DIST_STORAGE: afile://,s3://, orgcs://URL to store app distros in.SOCIAL_AUTH_*_KEY&SOCIAL_AUTH_*_SECRET: social login credentials, supported providers areGITHUB,GITLAB,MICROSOFT_GRAPHandGOOGLE_OAUTH2.ENABLE_HOMEPAGE: set toFalseto disable the homepage and always redirect to the app.
Installing Tabby app versions
docker-compose run backend ./manage.py add_version 1.0.156-nightly.1
Languages
Python
40.3%
TypeScript
33.3%
Pug
8.8%
SCSS
8.6%
JavaScript
4.1%
Other
4.9%