Applications & Tools

AlbumShowcase

A showcase and download page for albums (music)

Release notes

First release

Capture2Net 1.0

Upload screenshots with just a single shortcut

Release notes

Initial release

ChromeScreens 1.1

Run a fullscreen chrome instance on each display

Release notes

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).

Dashboard

A customizable dashboard providing various widgets

Ejabberd Archive Viewer 1.2.1

A simple frontend for viewing ejabberd archive entries

Release notes
  • 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

KRunner SSH 1.0

KRunner SSH Backend

Release notes

Initial release

Keyboard Mapper 3.5.0

A tool for Linux desktops to map keys of dedicated keyboards to specific actions

Release notes
  • 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.2.0

A webapp for managing meal plans

Release notes
  • Retry sending failed notifications with the next trigger
  • Add timeout for notification requests (default to 10 seconds)
  • Fixed not using default timeout in save webhook
PHPDynDNS 3.4.0

A simple DynDNS Service written in PHP

Release notes
  • Use semantic versioning format
  • Build release using GitHub Actions
RSS Filter 1.3.0

A simple proxy allowing to filter RSS feeds

Release notes
  • Warn user about unsaved changes while editing feed
  • Fixed incorrectly using environment variable DATABASE_USERNAME instead of DATABASE_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

Release notes

Initial release

Team Planer 1.4.0

A simple calendar allowing to plan recurring events in teams (e.g. shift planing)

Release notes
  • 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

Release notes
  • 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.0.0

Track your watched movies and TV shows

Release notes

Initial release

Minecraft plugins

Bukkit Collection 1.0.0

A Minecraft Bukkit plugin providing various small features

Release notes

Initial release

DoorCloser 1.0

A Minecraft Bukkit plugin which automatically closes doors after they have been opened

Release notes

Initial release

ExplosiveMobs 1.0

A Minecraft Bukkit plugin which lets mobs explode once they die

Release notes

Initial Release

ItemSorter 1.4

A Minecraft Bukkit plugin which transfers and sorts items from inventories like chests into other inventories

Release notes
  • 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

Release notes
  • 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.

MineStats

A Minecraft Bukkit plugin which sends statistics to InfluxDB

NearbyRespawner 1.0

A Minecraft Bukkit plugin which respawns players at a random location near the death location

Release notes

Initial release

RetainXP 1.1

A Minecraft Bukkit plugin which prevents loosing all your XP after death

Release notes

Renamed to RetainXP as XPKeeper already exists

SaveMyXP 1.1

A Minecraft Bukkit plugin to save your XP by using a sign

Release notes
  • 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

Release notes
  • Prevent destroying warp signs by explosions, pistons and fire
TalkingMobs 1.4

A Minecraft Bukkit plugin which lets mobs talk to the player

Release notes

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)

Release notes
  • 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

Release notes

First release

PHPCurl 1.5

A PHP OOP wrapper for Curl with some additional features

Release notes

Fixed stucking in CurlMulti::subExec() and using retry on PHP >= 8.0.

PHPTable

A library to display data in a table

PHPUtils 1.2.2

A collection of PHP utility functions

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

Release notes

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.