Skip to content

gander-tools/OwnTracks-SurrealDB-DataViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwnTracks 🔛 SurrealDB 🔛 Data Viewer

Environment Configuration

Create a .env file in the root directory with the following variables:

VITE_SURREALDB_ENCRYPTED_FIELD=content
VITE_SURREALDB_DEVICE_FIELD=device
VITE_SURREALDB_TIMESTAMP_FIELD=timestamp

Installation and Usage

To install dependencies:

bun install

To run:

bun run dev