2024-01-14 12:49:54 +01:00
2024-01-13 14:07:33 +01:00
2024-01-12 21:36:25 +01:00
2024-01-14 12:49:54 +01:00
2024-01-13 14:01:46 +01:00
2024-01-12 15:07:26 +01:00
2024-01-12 12:43:51 +01:00
2024-01-12 12:43:51 +01:00
2024-01-12 12:43:51 +01:00
2024-01-12 12:43:51 +01:00
2024-01-12 12:43:51 +01:00
2024-01-12 12:43:51 +01:00
2024-01-12 12:43:51 +01:00
2024-01-13 14:01:46 +01:00
2024-01-12 21:10:48 +01:00
2024-01-12 12:43:51 +01:00

banner

Welcome to Mini Loader! 🌐

Welcome to mini loader, a lightweight, Docker-based server solution for managing and executing workloads with ease. Designed for developers, small teams, and anyone in need of a simple yet powerful tool for running tasks, hosting API servers, or scheduling routine jobs.

Features

  • Ease of Use: Simple CLI for interacting with the server.
  • Flexibility: Run one-off tasks, host small API servers, or schedule jobs using cron syntax.
  • Docker Integration: Easily deployable as a Docker container.
  • Automatic Dependency Handling: Auto-download of required packages.
  • Task Scheduling: Built-in support for cron-like job scheduling.
  • HTTP Gateway: Expose a HTTP server from your workloads

Also see anti-features and limitations

Quick Start

Get up and running with mini loader in just a few steps:

  1. Install the CLI: npm install -g @morten-olsen/mini-loader-cli
  2. Deploy the Server: docker run -p 4500:4500 —-name mini-loader ghcr.io/morten-olsen/mini-loader.
  3. Get your access token: docker exec mini-loader mini-loader-server create-token
  4. Login: mini-loader auth login http://localhost:4500
  5. Push Your First Load: mini-loader loads push script.mjs -r -i first
  6. See the logs: mini-loader logs ls -l first

For a detailed guide on getting started, please refer to the Getting Started Tutorial.

Support and Contributions

If you encounter any issues or would like to contribute to the project, please check out:

License

mini loader is open-source software licensed under the GPL-3 License.

Let's Get Started!

Dive into the world of simplified workload management with mini loader. Start with our Getting Started Tutorial and unleash the full potential of your tasks and applications!

Description
Easy-to-use workload manager for small-scale tasks and applications, prioritizing simplicity over scalability.
Readme GPL-3.0 2.6 MiB
Languages
TypeScript 97.1%
Dockerfile 1.4%
JavaScript 1%
Shell 0.5%