Giter Club home page Giter Club logo

bulby's Introduction

A modern (fully static, fast), secure (fully proxied), highly customizable application dashboard with integrations for more than 25 services and translations for over 15 languages. Easily configured via YAML files (or discovery via docker labels).

Buy Me a Coffee

Introduction

This project presents an enhanced version of the homepage, incorporating new visual functionalities to provide a refreshing and engaging user experience.
Due to the rigorous entry criteria for pull requests in the original repository, I was unable to meet the requirements. As a result, I decided to create this project as an alternative solution to assist anyone who is looking to incorporate the new functionalities.

✨ 11 New functionalities!

  • Sub columns layout:
    This feature allows users to create sub-columns within a column, enabling more flexibility and organization in structuring content on the website.

  • New layout for row styles && positionement options:
    Users can now choose from a variety of new row styles and positioning options to customize the overall appearance and arrangement of their website's content.

  • Backpacks to regroup services and associated status:
    The backpack feature provides a convenient way for users to group services together and manage their associated status, making it easier to organize and track different elements of the website.

  • 8 Columns limit:
    Users can now divide their content into up to eight columns, allowing for more extensive and intricate layouts on the website.

  • Services && Widgets auto wrap:
    With this functionality, services and widgets automatically wrap to the next line when they exceed the available space, ensuring a seamless and visually pleasing display regardless of screen size or resolution.

  • Grid combine:
    This feature enables users to combine grids, optimizing the website's responsiveness by creating dynamic layouts that adapt to different devices and screen sizes.

  • Video background:
    Users can now set a video as the background of their homepage, adding a captivating visual element that enhances the overall look and feel of the website.

  • Dot style status:
    With this added functionality, you have the option to choose between two styles for status indicators: "dot", "dot-outline." and the classic "text".

  • Possibility to set backpacks width:
    You can now set the width of the main content section and the backpacks section using a ratio syntax, such as "1/4". This ratio-based approach allows for more precise and proportional adjustments to the width of each section.

  • Possibility to hide group name:
    You have the option to hide the group name by specifying a number as the column name.

  • Possibility to position main elements at the bottom: This feature provides the capability to position services section, at the bottom of the webpage. With this option, you can choose to place essential components towards the bottom of the page, offering a new view to your background.

  • Specify main columns number: This feature allows you to specify the number of columns for the main content section of your homepage.

Configuration

Sub columns layout

In the services.yaml you can create sub-columns.

---
- My Group Name:
    - 3:
        - Portainer:
            href: https://portainer.example.com/
            icon: portainer.png
            server: my-docker
            container: portainer

The number represent the number of subcolumns.

New layout for row styles && positionement options

In the settings.yaml file, you have various style options to customize the layout. Here are the available options:

---
layout:
  1:
  2:
  3:
  4:
  5:
  6:
    style: auto-row-center-full

You can choose from the following styles:

  • auto-row: This style displays only the services icon, without any specific alignment.
  • auto-row-center: Services icons are centered within their respective sections.
  • auto-row-full: The group is displayed, taking up the full width of the row.
  • auto-row-center-full: This style centers the services icons and makes the group take up the full width of the row.
  • grid-center: Services icons are centered within a grid layout.
  • grid: This is the default layout.

By selecting the appropriate style option, you can control how the services and groups are displayed, achieving the desired visual presentation on your website.

Backpacks to regroup services and associated status

In the backpacks.yaml file, the backpacks and their associated services are defined as follows:

---
- My Sites:
    - Portfolio:
        href: https://example.com
        server: my-docker
        container: portfolio
    - Dashboard:
        href: https://dashboard.example.com
        server: my-docker
        container: dashboard
    - Argentbank:
        href: https://argentbank.example.com
        server: my-docker
        container: argentbank

The backpacks will be displayed using the auto-row style, which means they will automatically adjust to fit the available space. Additionally, all child services within each backpack will be combined into a single entity, allowing for a compact and streamlined representation of the services. This ensures a clean and organized display of your backpacks and their respective services.

Grid combine

In the settings.yaml file, you can find the configuration options for the backpacks:

---
backpacks:
  My Sites:
    columns: 2
    widthRatio: 2/4
    style: grid-preserve
  Test:
    columns: 1
    widthRatio: 2/4

When it comes to the style property, there are two options available:

  1. grid-combine (default): This style combines the services within the backpack, optimizing space usage and minimizing any potential gaps between services. It provides a compact and streamlined display.

  2. grid-preserve: This style maintains a classic grid layout for the services in the backpack. While it retains the traditional grid structure, it may introduce some unwanted spaces, depending on the arrangement and dimensions of the services.

Dot style status

In the settings.yaml file, you will find the following options for the status property:

---
status:
  type: "dot-outline"

You can choose from three available options for the type property:

  1. "dot-outline": This option represents the status using a dot icon with an outline. It provides a clear and visually distinct indicator for the status.

  2. "dot": This option represents the status using a solid dot icon. It offers a simple and visually concise indicator for the status.

  3. "text" (default): This option represents the status using text. It allows you to display the status using customized text labels, providing flexibility in conveying the status information.

Possibility to set backpacks width

In the settings.yaml file, you can utilize the widthRatio property to define the desired width for the backpacks. Let's take a look at the provided example:

---
backpacks:
  My Sites:
    icon: mdi-bag-personal-outline
    columns: 2
    widthRatio: 1/4
    style: grid-preserve
  Test:
    icon: mdi-bag-personal-outline
    columns: 1
    widthRatio: 1/4

Using the widthRatio property, you can specify the expected width for each backpack relative to the available space. In this case, a ratio of 1/4 is set for both the "My Sites" and "Test" backpacks. This means that each backpack will occupy one-fourth (25%) of the available width.

Possibility to hide groups names

In the services.yaml or backpacks.yml file, you can utilize the following syntax to hide the group name:

---
- 1:
    - Proxmox:
        icon: proxmox
        href: https://proxmox.example.com
        ping: https://proxmox.example.com

    - Portainer:
        href: https://portainer.example.com/
        icon: portainer.png
        server: my-docker
        container: portainer

By setting the group name to a number, such as 1, the group name will be hidden. However, please note that group names must be unique across all groups. Each group should have a distinct and different name to ensure proper organization and differentiation between the groups on your website.

Possibility to position main elements at the bottom

In the settings.yaml file, you have the option to position the main elements at the bottom of the webpage. By specifying the following configuration:

---
main:
  position: bottom

You can set the position property to "bottom". This configuration allows you to alter the default behavior where main elements are typically positioned at the top of the webpage.

Specify main columns number

In the settings.yaml file, you can specify the number of columns for the main content section of your website. Here is an example configuration:

---
main:
  columns: 4

By setting the columns property to 4, you can create a layout where the main content section is divided into four columns. This allows you to effectively organize and present your content in a multi-column format.

Features

  • Fast! The entire site is statically generated at build time, so you can expect instant load times
  • Secure! Every API request to backend services goes through a proxy server, so your API keys are never exposed to the frontend client.
  • Images built for AMD64 (x86_64), ARM64, ARMv7 and ARMv6
    • Supports all Raspberry Pi's, most SBCs & Apple Silicon
  • Full i18n support with translations for Catalan, Chinese, Dutch, Finnish, French, German, Hebrew, Hungarian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Spanish, Swedish and Yue
  • Service & Web Bookmarks
  • Docker Integration
    • Container status (Running / Stopped) & statistics (CPU, Memory, Network)
    • Automatic service discovery (via labels)
  • Service Integration
    • Sonarr, Radarr, Readarr, Prowlarr, Bazarr, Lidarr, Emby, Jellyfin, Tautulli, Plex and more
    • Ombi, Overseerr, Jellyseerr, Jackett, NZBGet, SABnzbd, ruTorrent, Transmission, qBittorrent and more
    • Portainer, Traefik, Speedtest Tracker, PiHole, AdGuard Home, Nginx Proxy Manager, Gotify, Syncthing Relay Server, Authentik, Proxmox and more
  • Information Providers
    • Coin Market Cap, Mastodon and more
  • Information & Utility Widgets
    • System Stats (Disk, CPU, Memory)
    • Weather via OpenWeatherMap or Open-Meteo
    • Web Search Bar
    • UniFi Console, Glances and more
  • Instant "Quick-launch" search
  • Customizable
    • 21 theme colors with light and dark mode support
    • Background image support
    • Column and Row layout options

Support & Suggestions

If you have any questions, suggestions, or general issues, please start a discussion on the Discussions page.

For bug reports, please open an issue on the Issues page.

Getting Started

For configuration options, examples and more, please check out the original site.

With Docker

Using docker compose:

version: "3.3"
services:
  bulby:
    image: ghcr.io/lukylix/bulby:latest
    container_name: bulby
    ports:
      - 3000:3000
    volumes:
      - /path/to/config:/app/config # Make sure your local config directory exists
      - /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations

or docker run:

docker run -p 3000:3000 -v /path/to/config:/app/config -v /var/run/docker.sock:/var/run/docker.sock bulby:latest

With Node

First, clone the repository:

git clone https://github.com/lukylix/bulby.git

Then install dependencies and build the production bundle (I'm using pnpm here, you can use npm or yarn if you like):

pnpm install
pnpm build

If this is your first time starting, copy the src/skeleton directory to config/ to populate initial example config files.

Finally, run the server:

pnpm start

Configuration

Configuration files will be generated and placed on the first request.

Configuration is done in the /config directory using .yaml files. Refer to each config for the specific configuration options.

You may also check the homepage site for detailed configuration instructions, examples and more.

Development

Install NPM packages, this project uses pnpm (and so should you!):

pnpm install

Start the development server:

pnpm dev

Open http://localhost:3000 to start.

This is a Next.js application, see their doucmentation for more information:

Contributors

All Contributors

bulby's People

Contributors

weblate avatar shamoon avatar benphelps avatar nonoss117 avatar jazzfisch avatar lukylix avatar juanmanuelbc avatar jameswynn avatar milotype avatar amadeusgraves avatar xicopitz avatar theshaun avatar denispapec avatar smexhy avatar hunkyn avatar ringwraith911 avatar tarow avatar dependabot[bot] avatar mspzyzh avatar nicedc avatar modem7 avatar itsjustmechris avatar aidenpwnz avatar ling0412 avatar williamwoldum avatar godd6366 avatar fneiraj avatar pacoculebras avatar killahb33 avatar dan5py avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.