Skip to content

Instantly share code, notes, and snippets.

View treminaor's full-sized avatar
🎯
Focusing

Andrew King treminaor

🎯
Focusing
View GitHub Profile
@PaulMColeman
PaulMColeman / DEPLOYMENT.md
Last active May 16, 2026 18:11
Fluxer self-hosted deployment guide (refactor branch) — 20 gotchas documented

Fluxer Self-Hosted Deployment Guide

Deployment log for Fluxer on fluxer.mydomain.net — a free, open-source Discord alternative (AGPLv3).

Architecture

Fluxer runs as a monolith Docker Compose stack with 6 containers:

Container Image Purpose
@justintadlock
justintadlock / register-post-type.php
Last active April 1, 2026 14:04
Help file when registering post types.
<?php
# Register custom post types on the 'init' hook.
add_action( 'init', 'my_register_post_types' );
/**
* Registers post types needed by the plugin.
*
* @since 1.0.0
* @access public