2 repository-uri
Mechanisms for extending server functionality by loading Java ARchive files from a directory.
Distinct from Server Plugins: Specifically targets the JAR-based loading mechanism rather than general multiplayer server plugins.
Explore 2 awesome GitHub repositories matching part of an awesome list · JAR Plugin Loaders. Refine with filters or upvote what's useful.
Dynamic-load-apk is an Android plugin framework that enables a host application to load and run uninstalled APK files as plugins at runtime. It provides the core infrastructure for loading APKs from storage, launching their activities, and managing their lifecycle without requiring the user to install them through the system package manager. The framework handles the fundamental challenges of running uninstalled code on Android through several key mechanisms. It isolates plugin classes in a separate DexClassLoader to prevent conflicts with the host class hierarchy, merges plugin resources int
Bundle all dynamic-loading logic into one library JAR so plugin developers can build without understanding the framework internals.
This project is a curated collection of deployment files and configurations for hosting a wide variety of open-source services on a home server. It primarily utilizes Docker and Docker Compose to automate the orchestration, lifecycle management, and deployment of containerized applications. The repository provides a comprehensive suite for self-hosted infrastructure, covering network management tools, media streaming, and home automation. It includes specialized configurations for securing internal services via reverse proxies, WireGuard VPN tunnels, and automated SSL/TLS certificate manageme
Allows adding extended functionality to the server via JAR file installation in the plugins directory.