GitHub - narevai/varne: Selhosted cost per user of your infrastructure

· GitHub

1 min read Original article ↗

GitHub last commit Latest tag License: AGPL v3

Devlog

YouTube PR
Intro and plans for V1 N/A
Basic UI 1 #207
Basic UI 2 #208
Data pipeline #212
Stronger typing part 1. #217
Stronger typing part 2 #217

Run

docker run -d \
  --name varne \
  -p 8000:8000 \
  -v $(pwd)/data:/app/data \
  ghcr.io/narevai/varne:latest

Open http://localhost:8000.

Docker Compose

services:
  varne:
    image: ghcr.io/narevai/varne:latest
    container_name: varne
    ports:
      - "8000:8000"
    volumes:
      - ./data:/app/data
    restart: unless-stopped
docker compose up -d

Open http://localhost:8000.

License

GNU Affero General Public License v3.0. See LICENSE.

About

Selhosted cost per user of your infrastructure

Topics

Resources

Readme

AGPL-3.0 license

Code of conduct

Code of conduct

Contributing

Contributing

Security policy

Security policy

Activity

Custom properties

Stars

30 stars

Watchers

1 watching

Forks

0 forks

Releases

Used by

Contributors

Languages