Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b0b5b16
Feat: Switch to bun / ElysiaJS
Its4Nik Feb 23, 2025
d01c12b
Feat: Log deletion, first docker statistics, typechecker, and more!
Its4Nik Feb 23, 2025
32ffec8
ToFix: Sockets are not closing after disconnecting
Its4Nik Feb 25, 2025
fef8744
Fix: Webocket cleanup works? Let's go?
Its4Nik Feb 25, 2025
b1aaefb
Fix: CLosing now works
Its4Nik Feb 26, 2025
90b829e
Feat: Logger adjustments, WebSocket closing and more
Its4Nik Feb 26, 2025
36e1dc2
Fix: Log level adjustment
Its4Nik Feb 26, 2025
b1559c8
Feat: Scheduling, Plugins (wip), databse saving of container stats
Its4Nik Feb 27, 2025
e0352f9
Feat: README update, Storing host stats in db, plugin functions and more
Its4Nik Feb 28, 2025
ea8da8f
Feat: Better logging usability, TASK level logs, database time needed…
Mar 4, 2025
68ec168
Feat: Adjustable log level and minor changes
Its4Nik Mar 4, 2025
4f2be55
Feat: Package info, contributers, License and README update
Its4Nik Mar 8, 2025
7d6fafe
Feat: Stacks, RealyController (WIP)
Its4Nik Mar 11, 2025
d2cc501
Fix: ignore adjustments
Its4Nik Mar 11, 2025
1b6b04a
Update README.md
Its4Nik Mar 11, 2025
a07499d
Inline variable that is immediately returned (inline-immediately-retu…
Its4Nik Mar 11, 2025
26ebd1e
Avoid unneeded ternary statements (simplify-ternary)
Its4Nik Mar 11, 2025
35f70f8
Avoid unneeded ternary statements (simplify-ternary)
Its4Nik Mar 11, 2025
a827c0a
Inline variable that is immediately returned (inline-immediately-retu…
Its4Nik Mar 11, 2025
4155566
Fix: Code Quality
Its4Nik Mar 11, 2025
e5f967e
Merge branch 'rewrite-elysia' of github.com:Its4Nik/DockStatAPI into …
Its4Nik Mar 11, 2025
1ba080d
Fix: Adjust Readme
Its4Nik Mar 11, 2025
3b4696a
Fix: Adjust Rreadme (forgot how markdown works)
Its4Nik Mar 11, 2025
03c872d
Fix: Adjust Readme (this is getting sill)
Its4Nik Mar 11, 2025
745856e
Fix: Fixes #38
Its4Nik Mar 11, 2025
ba507e2
Fix: Fixes #37
Its4Nik Mar 11, 2025
cf33ba6
Fix: Fixes #34
Its4Nik Mar 12, 2025
2e1d948
Fix: Fixes #39
Its4Nik Mar 12, 2025
91393d7
Fix: Robust parsing of Docker host URL.
Its4Nik Mar 12, 2025
583f5a9
Fix: Fixes #36
Its4Nik Mar 12, 2025
92f10b2
Merge branch 'dev' into rewrite-elysia
Its4Nik Mar 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
155 changes: 4 additions & 151 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,151 +1,4 @@
# custom paths:
src/data/*
.tmp
docker/master
docker/slave
.test*
# Created by https://www.toptal.com/developers/gitignore/api/node
### Node ###
*-audit.json
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

### Node Patch ###
# Serverless Webpack directories
.webpack/

# Optional stylelint cache

# SvelteKit build / generate output
.svelte-kit
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
*.db*
/stacks
/node_modules
*.md
Binary file removed .github/DockStat-dark.png
Binary file not shown.
63 changes: 0 additions & 63 deletions .github/workflows/build-image.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/cloc.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/remove-stale.yaml

This file was deleted.

Loading