No description
Find a file
2022-10-27 20:25:41 -06:00
.gitignore Initial commit, fully working stack 2022-10-27 20:25:41 -06:00
config.example.yaml Initial commit, fully working stack 2022-10-27 20:25:41 -06:00
docker-compose.yaml Initial commit, fully working stack 2022-10-27 20:25:41 -06:00
fetch.ps1 Initial commit, fully working stack 2022-10-27 20:25:41 -06:00
fetch.sh Initial commit, fully working stack 2022-10-27 20:25:41 -06:00
README.md Initial commit, fully working stack 2022-10-27 20:25:41 -06:00

JARVIS

What is this repo?

This repository is a repo designed to self-host a full-stack JARVIS instance from the ground up with no extra work.

How to run

To use, first create a config.yaml based on config.example.yaml

Then, run fetch.sh if you're on Linux/macOS, or fetch.ps1 if you're on Windows

Finally, run docker compose up -d

How to update

First, re-run fetch.sh or fetch.ps1 Then, run docker compose up -d --build

Prerequisites

  • git
  • docker