Applications & Tools
AlbumShowcase
A showcase and download page for albums (music)
First release
Capture2Net 1.0
Upload screenshots with just a single shortcut
Initial release
ChromeScreens 1.1
Run a fullscreen chrome instance on each display
Note: This release requires Debian Jessie!
It is now possible to specify additional Chrome options or even additional URLs to open in new tabs (useful if combined with a tab switcher extension like Revolver - Tabs).
Ejabberd Archive Viewer 1.2.1
A simple frontend for viewing ejabberd archive entries
- Fixed Docker image rebuild
- Include zip archive with pre-built assets in release
GTA San Andreas ToolBox master
A tool for GTA San Andreas allowing to teleport the player, spawn vehicles and more
Keyboard Mapper 3.5.0
A tool for Linux desktops to map keys of dedicated keyboards to specific actions
- Allow to use multiple keys in combination to execute shortcuts (i.e. Ctrl+F1 instead of just Ctrl or F1)
Loxone Stats 2 InfluxDB master
Import statistics collected by the Loxone Miniserver into InfluxDB
MealPlan 1.3.0
A webapp for managing meal plans
- Include URL from entry while moving to notes
PHPDynDNS 3.4.0
A simple DynDNS Service written in PHP
- Use semantic versioning format
- Build release using GitHub Actions
RSS Filter 1.3.0
A simple proxy allowing to filter RSS feeds
- Warn user about unsaved changes while editing feed
- Fixed incorrectly using environment variable
DATABASE_USERNAME
instead ofDATABASE_NAME
as database name - Optionally read configuration from
.env
file in application root - Updated dependencies to latest versions
- Use PHP 8.2 in Docker image
Note: Now requires at least PHP 8.1.
Screenshot Manager 1.0
A simple manager and editor for screenshots
Initial release
Team Planer 1.4.0
A simple calendar allowing to plan recurring events in teams (e.g. shift planing)
- Updated Dockerfile to use PHP 8.2
- Push Docker image to Docker Hub
- Require at least PHP 7.0
Telegram 2 Elastic 3.1.2
A simple Telegram client writing chat messages to an Elasticsearch instance in realtime
- Fixed crash if username, first_name or last_name of sender are not defined (thanks to @cololi)
- Use empty username and lastName and use "Deleted User" as firstName if sender user is not available/deleted (thanks to @cololi)
Tracky 1.1.0
Track your watched movies and TV shows
- Show one episode per show to watch next on home page (if user is logged in)
Minecraft plugins
Bukkit Collection 1.0.0
A Minecraft Bukkit plugin providing various small features
Initial release
DoorCloser 1.0
A Minecraft Bukkit plugin which automatically closes doors after they have been opened
Initial release
ExplosiveMobs 1.0
A Minecraft Bukkit plugin which lets mobs explode once they die
Initial Release
ItemSorter 1.4
A Minecraft Bukkit plugin which transfers and sorts items from inventories like chests into other inventories
- Prevent editing sign with right click implemented with Minecraft 1.20
- Now requires at least Minecraft 1.20.1
MatterBukkit 1.7
A Minecraft Bukkit plugin which sends chat messages from/to MatterBridge
- Fixed check whether advancement should be sent to Matterbridge
- Removed requirement of explicitly providing a list of advancements (advancements.yml)
Note: The plugin now requires at least Minecraft 1.19 as the new features depend on a feature only available since 1.19.
NearbyRespawner 1.0
A Minecraft Bukkit plugin which respawns players at a random location near the death location
Initial release
RetainXP 1.1
A Minecraft Bukkit plugin which prevents loosing all your XP after death
Renamed to RetainXP as XPKeeper already exists
SaveMyXP 1.1
A Minecraft Bukkit plugin to save your XP by using a sign
- Prevent editing sign with right click implemented with Minecraft 1.20
- Now requires at least Minecraft 1.20.1
SignWarper 1.3.0
A Minecraft Bukkit plugin to warp using signs
- Prevent destroying warp signs by explosions, pistons and fire
TalkingMobs 1.4
A Minecraft Bukkit plugin which lets mobs talk to the player
Send message if a mob gets killed by something else than a player (e.g. by another mob or plugin).
Note: The killed
event type is now called killed_player
. The old one now exists as a short hand in the messages configuration to define a message for both event types (player and other). From now on, use killed_player
in the /talkingmobs toggle
command and for the global events configuration in the config.yml
.
XPDispenser 1.2.0
A Minecraft Bukkit plugin to throw your XP at yourself (e.g. to repair your mending tools)
- Fixed decreasing player's experience points while sneak-right-clicking the sign
PHP libraries
JsonConfig
A simple PHP class for reading and writing configuration values from JSON files
First release
PHPCurl 1.5
A PHP OOP wrapper for Curl with some additional features
Fixed stucking in CurlMulti::subExec()
and using retry on PHP >= 8.0.
ParallelProcesses
A library to handle parallel process executions using Symfony Process component
Pini 1.2
A library for reading and writing Ini files in PHP
This release implements the __toString()
method in all classes allowing to directly output the instance in the standard INI format.
It also deprecates the Section::writePropertiesToFile()
method.