Can you publish 100 posts on your blog in a year?
We have a nice editor that does cool stuff
This post describes the process of adding webmentions to your own site
Using webmention.io, Bridgy, and GitHub Actions to add webmentions to a static site
It can be done!
The Kubernetes command-line interface (CLI),
kubectl
, can be used to run commands against a Kubernetes cluster. Because OpenShift Container Platform is a certified Kubernetes distribution, you can use the supportedkubectl
binaries that ship with OpenShift Container Platform , or you can gain extended functionality by using theoc
binary.
flatnotes is a fantastic self-hosted web application that provides users with a seamless note-taking experience. It is designed to be simple and efficient, allowing users to effortlessly create and manage their notes. What sets flatnotes apart is its innovative approach to storage - instead of relying on traditional databases, it
A list of /uses pages detailing developer setups.
A Python based monitoring and tracking tool for Plex Media Server
Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams. - bluenviron/mediamtx
live video streaming server in golang. Contribute to gwuhaolin/livego development by creating an account on GitHub.
The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server. - datarhei/restreamer
I had to write this to get past the ffmpeg
detection problems:
#!/bin/sh
if [ "$1" = "-version" ] || [ "$1" = "-V" ] || [ "$1" = "-v" ]; then
echo "ffmpeg version 7.1.1 Copyright (c) ..."
else
exec /usr/bin/ffmpeg "$@"
fi
It's ✨ beautiful ✨!
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming. - tiangolo/nginx-rtmp-docker
Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc. - AlexxIT/go2rtc