Giter Club home page Giter Club logo

labvue's Introduction

labvue

Labvue was created with the goal of establishing an easy to use development platform with modern dependencies and batteries included for most basic selfhosted apps.

Should I use it

Due to the nature of homelabs/selfhosted applications, you usually want to make it as easy as possible to deploy your app and sometimes that involves working around some limitations such as

  1. No reliance on external services
    • This refers to hosted services as well as having to deploy local ones (ie. a Database)
  2. Limited internet access
  3. User may be newer to managing these types of applications and have limited knowledge

The goal for this is to enable newer developers (or experienced developers with limited time) to easily create good user interfaces and services for users to be able to interact with various things with little minimal server management experience.

Roadmap

Implemented

- Server Sent Events
- Definable Config (`./config` in the development environment `/config` in the container)
- Custom Error handling
- Nav components (app-bar, side-bar)
- In browser terminal using SSE (many platforms don't have websocket support so it uses SSE and a post request).
- Data views for Array or Dictionary of Objects.

WiP

- Docker container based on [linuxserver.io](https://linuxserver.io) alpine base image.
- Auth
- Custom Logging
- Oauth2
- Additional data views
- Charts (realtime and not)
- Plugin system using [jiti](https://github.com/unjs/jiti)

Technologies in use

  • nuxt 3
    • nuxt 3 layers
  • vue 3
  • vuetify (ui framework)
  • xtermjs (web terminal and communication to backend)
  • c12 (config module)
  • Server Sent Events

To install dependencies:

bun install

To run:

bun dev

This project was created using bun init in bun v1.0.28. Bun is a fast all-in-one JavaScript runtime.

labvue's People

Contributors

selfhostedpro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.