Go to file
Jeff Moe 7050f72179 quick install 2022-05-02 21:09:54 -06:00
.github/workflows upgrade packages (#87) 2022-02-14 11:19:28 +01:00
public add support for hosting at web subdirectory 2022-03-26 16:18:40 +00:00
src TODO: updated cabana to persist dbcs for routes and added an option to pass custom dbcs through the retropilot configuration 2022-03-23 15:58:42 +00:00
.babelrc Upgrade to react-scripts 3 and craco (#23) 2019-09-26 15:22:56 -07:00
.dockerignore oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
.editorconfig Switch to use @commaai/pandajs for webusb communications 2018-03-18 17:46:30 -07:00
.env.development m3u8 cache bust 2022-02-17 18:17:28 +01:00
.env.production m3u8 cache bust 2022-02-17 18:17:28 +01:00
.env.staging m3u8 cache bust 2022-02-17 18:17:28 +01:00
.eslintignore Add eslint with explorer configuration (#26) 2019-10-07 16:11:53 -07:00
.eslintrc fix signals for CAN-FD (#116) 2022-03-08 16:08:40 +01:00
.gitignore gitignore .swp 2021-11-13 23:18:16 -08:00
.nvmrc Make netlify use node 10 2019-10-28 15:45:35 -07:00
Dockerfile upgrade packages (#87) 2022-02-14 11:19:28 +01:00
LICENSE add license 2019-06-18 17:08:24 -07:00
README-upstream.md mv upstream README 2022-05-02 20:22:38 -06:00
README.md quick install 2022-05-02 21:09:54 -06:00
config.js.template oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
craco.config.js oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
jest-puppeteer.build.config.js Support testing against builds 2019-10-11 11:03:23 -07:00
jest-puppeteer.config.js Add puppeteer config and test for demo mode 2019-10-10 18:24:06 -07:00
nginx.conf nginx gzip 2021-10-05 11:59:07 +02:00
package.json add support for hosting at web subdirectory 2022-03-26 16:18:40 +00:00
sentry.properties Add sentry properties for deployment 2019-11-06 14:48:18 -08:00
server.js oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
server.py rotated github secret 2019-06-18 13:54:13 -07:00
yarn.lock update browserlist package 2022-03-23 11:53:17 +01:00

README.md

cabana

This is a lesser fork of upstream cabana.

Install

Install on Debian stable (Bullseye/11).

# Get deps
sudo apt update
sudo apt install yarnpkg

# Clone repo
git clone git@spacecruft.org:retropilot/cabana.git
cd cabana

# Setup
yarnpkg
yarnpkg run sass

# In another term:
yarnpkg start

# Firewall open 3001/TCP

Upstream

This is forked from RetroPilot which is forked from OpenPilot:

See also README-upstream.md.