Skip to content

Instantly share code, notes, and snippets.

View johnchidgey's full-sized avatar
🏠
Working from home

John Chidgey johnchidgey

🏠
Working from home
View GitHub Profile
@johnchidgey
johnchidgey / .env
Created March 13, 2019 11:17
PixelFed .env Setup: Postgresql DB, Mailgun for EMail, ActivityPub enabled
APP_NAME="PixelFed"
APP_ENV=production
APP_KEY=base64:alfkajsdflajsflkasjdlfajsdlfjasdsflasdjkf
APP_DEBUG=true
APP_URL=https://yourdomain.com
ADMIN_DOMAIN="yourdomain.com"
APP_DOMAIN="yourdomain.com"
LOG_CHANNEL=stack
@johnchidgey
johnchidgey / pleroma
Last active October 26, 2018 11:29
Centos 6 INIT Script for Pleroma
#!/bin/bash
#
# Pleroma Server
#
# chkconfig: 345 70 30
# description: Pleroma Server is a better Mastodon
# processname: pleroma
# Source function library.
. /etc/init.d/functions