zoogies / hub

a central hub for all of my live projects

Home Page:https://zoogies.live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hub

wakatime

a central hub for all of my live projects


Setup

Docker Compose:

version: '3'
services:
  api:
    image: ghcr.io/yoyolick/api:latest
    ports:
      - 5505:5055
    volumes:
      - host-storage:container-path
    restart: unless-stopped
  gui:
    image: ghcr.io/yoyolick/hub:latest
    ports:
      - 3303:3000
    restart: unless-stopped
    depends_on:
      - api

About

a central hub for all of my live projects

https://zoogies.live

License:GNU General Public License v3.0


Languages

Language:Svelte 85.7%Language:CSS 10.2%Language:HTML 1.9%Language:JavaScript 1.8%Language:Dockerfile 0.4%