https://github.com/assertnotnull/stormytrail
Small web app inspired of logio.org to centralize docker logs using Svelte, Fastify, RxJS and socket.io
https://github.com/assertnotnull/stormytrail
Last synced: about 1 year ago
JSON representation
Small web app inspired of logio.org to centralize docker logs using Svelte, Fastify, RxJS and socket.io
- Host: GitHub
- URL: https://github.com/assertnotnull/stormytrail
- Owner: assertnotnull
- Created: 2019-08-01T05:22:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T01:03:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T00:15:05.908Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 1.45 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stormy Trail
A tool to help developers working with containers.
# Description
It shows all the running containers and allow to select the ones of interest
to get all their logs in the same interface.

It uses Svelte for UI, Tailwind CSS, Fastify instead of express and RxJS to manage the events.
# How to run it
```
yarn run dev
```