Skip to content

Instantly share code, notes, and snippets.

@zhoreeq
zhoreeq / vulpes-nord.json
Created August 10, 2021 16:30 — forked from Omega9/vulpes-nord.json
Vulpes Nord theme for Pleroma
{
"_pleroma_theme_version": 2,
"theme": {
"themeEngineVersion": 3,
"shadows": {
"panel": [
{
"color": "#000000",
"x": 0,
"y": "10",
@zhoreeq
zhoreeq / main.cf
Created December 8, 2020 14:56
Example postfix config for meshname mail
smtpd_banner = $myhostname ESMTP $mail_name (Raspbian)
biff = no
append_dot_mydomain = no
readme_directory = no
compatibility_level = 2
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
@zhoreeq
zhoreeq / pleroma-config.exs
Created July 29, 2020 11:07
Pleroma config for yggdrasil
# Pleroma instance configuration
# NOTE: This file should not be committed to a repo or otherwise made public
# without removing sensitive information.
import Config
config :pleroma, Pleroma.Web.Endpoint,
url: [host: "pl.aiazfnqgic2a2p7g5l25ufa67q.ygg", scheme: "http", port: 80],
http: [ip: {127, 0, 0, 1}, port: 4000],
@zhoreeq
zhoreeq / keybase.md
Created February 10, 2020 11:30
keybase.md

Keybase proof

I hereby claim:

  • I am zhoreeq on github.
  • I am zhoreeq (https://keybase.io/zhoreeq) on keybase.
  • I have a public key whose fingerprint is 93A8 7064 EAD7 24BE 33F2 6944 971B 8371 B868 CAC6

To claim this, I am signing this object:

@zhoreeq
zhoreeq / prosody.cfg.lua
Created December 17, 2019 20:43
prosody.cfg.lua for Yggdrasil XMPP federation
admins = { }
plugin_paths = { "/usr/local/lib/prosody/modules" }
modules_enabled = { "roster", "saslauth", "dialback", "disco", "carbons", "pep", "private",
"blocklist", "vcard4", "vcard_legacy", "version", "uptime", "time", "ping", "register", "mam", "admin_adhoc", "bosh", "posix"}
modules_disabled = {}
allow_registration = true
daemonize = false; pidfile = "/run/prosody/prosody.pid"; use_libevent = true;