5 bookmarks for 2025-01-16

30.

Big Time Public License 2.0.0 β€” /dev/lawyer

writing.kemitchell.com/2022/01/26/Big-Time-2.0.0
29.

GitHub - thelounge/thelounge: πŸ’¬ β€Ž Modern, responsive, cross-platform, self-hosted web IRC client

github.com/thelounge/thelounge

πŸ’¬ β€Ž Modern, responsive, cross-platform, self-hosted web IRC client - thelounge/thelounge

28.

ergo/docs/MANUAL.md at stable Β· ergochat/ergo

github.com/ergochat/ergo/blob/stable/docs/MANUAL.md#productionizing-with-systemd

A modern IRC server (daemon/ircd) written in Go. Contribute to ergochat/ergo development by creating an account on GitHub.

27.

Chatwoot: Customer engagement platform. An open-source, self-hosted alternative to Intercom, Zendesk

www.chatwoot.com

Chatwoot is an open-source as well as cloud-based customer engagement platform. Manage all of your customer conversation channels from one place.

26.

Example: Cockpit - Wiki - Caddy Community

caddy.community/t/example-cockpit/8283

Cockpit is a web interface for managing a server. It creates it’s own self signed certificate by default. Here is how to configure cockpit behind caddy to have real certificates instead. sub-domain (https://cockpit.example.com) /etc/cockpit/cockpit.conf [WebService] Origins = https://cockpit.example.com wss:cockpit.example.com ProtocolHeader = X-Forwarded-Proto /etc/caddy/Caddyfile cockpit.example.com { reverse_proxy https://localhost:9090 { transport http { tls_...