Deployment log for Fluxer on fluxer.mydomain.net — a free, open-source Discord alternative (AGPLv3).
Fluxer runs as a monolith Docker Compose stack with 6 containers:
| Container | Image | Purpose |
|---|
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "datasource", | |
| "uid": "grafana" | |
| }, | |
| "enable": true, |
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "grafana", | |
| "uid": "-- Grafana --" | |
| }, | |
| "enable": true, |
| # ===== History Settings ===== | |
| HISTSIZE=5000 | |
| HISTFILE=~/.zsh_history | |
| SAVEHIST=$HISTSIZE | |
| HISTDUP=erase | |
| # Options for better history management | |
| setopt append_history share_history # share history across sessions | |
| setopt hist_ignore_space hist_ignore_all_dups hist_save_no_dups | |
| setopt hist_ignore_dups hist_find_no_dups |
| # https://github.com/smithumble/starship-cockpit | |
| "$schema" = 'https://starship.rs/config-schema.json' | |
| add_newline = true | |
| command_timeout = 2000 | |
| format = """ | |
| $os\ |
| # ===== History Settings ===== | |
| HISTSIZE=5000 | |
| HISTFILE=~/.zsh_history | |
| SAVEHIST=$HISTSIZE | |
| HISTDUP=erase | |
| # Options for better history management | |
| setopt appendhistory sharehistory # share history across sessions | |
| setopt hist_ignore_space hist_ignore_all_dups hist_save_no_dups | |
| setopt hist_ignore_dups hist_find_no_dups |
| # Quick fix from here https://www.reddit.com/r/Ubuntu/comments/1ga9shh/audio_stuttering_issue_in_ubuntu_2410_virtual/ | |
| ############################################## | |
| # original rows from .vmx | |
| sound.autoDetect = "TRUE" | |
| sound.fileName = "-1" | |
| sound.present = "TRUE" | |
| sound.pciSlotNumber = "34" | |
| # added sound settings |
| # | |
| ## PowerShell | |
| ### PowerShell User Profile | |
| # | |
| ### Constants | |
| $PROFILE_ROOT = $PROFILE | Split-Path | |
| $SSH_KEY_PATH = "$env:USERPROFILE\.ssh\id_ed25519.pub" | |
| $HOSTS_PATH = "$env:SystemRoot\System32\drivers\etc\hosts" |
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "$$hashKey": "object:2875", | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "datasource", | |
| "uid": "grafana" | |
| }, |