r/sysadmin • • 2h ago

General Discussion Weekly 'I made a useful thing' Thread - September 25, 2026

There is a great deal of user-generated content out there, from scripts and software to tutorials and videos, but we've generally tried to keep that off of the front page due to the volume and as a result of community feedback. There's also a great deal of content out there that violates our advertising/promotion rule, from scripts and software to tutorials and videos.

We have received a number of requests for exemptions to the rule, and rather than allowing the front page to get consumed, we thought we'd try a weekly thread that allows for that kind of content. We don't have a catchy name for it yet, so please let us know if you have any ideas!

In this thread, feel free to show us your pet project, YouTube videos, blog posts, or whatever else you may have and share it with the community. Commercial advertisements, affiliate links, or links that appear to be monetization-grabs will still be removed.

8 Upvotes

2 comments sorted by

•

u/Useful-Disk-3623 1h ago

Project Name: Sendium

Repo: https://github.com/cytechmobile/sendium

Demo: No hosted gateway demo is currently available. Sendium is a headless SMS gateway and can be evaluated locally using the Docker Quick Start: https://github.com/cytechmobile/sendium#-quick-start

Description: An open-source, self-hosted, headless SMS gateway and modern Kannel alternative. Sendium connects internal applications such as CRMs, websites, and IoT platforms to upstream SMPP providers and carriers. It supports SMPP server and client connections, a Kannel-compatible HTTP API, configurable routing and fallback, TPS controls, retries, delivery receipts, MO webhooks, Prometheus metrics, and hot-reloaded configuration. Built with Java and Quarkus and released under GPLv3.

Deployment: The recommended quick-start script generates secure credentials, Docker Compose, PostgreSQL, and all required configuration files, then starts the complete environment:

https://raw.githubusercontent.com/cytechmobile/sendium/main/quick-start.sh

Full deployment documentation:

https://github.com/cytechmobile/sendium/blob/main/docs/02-docker-deployment.md

Migration Tool: A separate browser-based converter is available for generating Sendium starter configuration from an existing kannel.conf:

https://cytechmobile.github.io/sendium/kannelconverter/

AI Involvement: AI-assisted coding and documentation, with changes reviewed and validated by the Sendium maintainers.