26 lines
985 B
Text
26 lines
985 B
Text
#This is designed to be used with network ACLs.
|
|
TRUSTED_IPS=123.123.123.123/32,123.123.123.123/32
|
|
|
|
#Jekyll Config file to Run in the bundler, values are Dev,Prod,Both
|
|
BUILD_TARGET=prod
|
|
#This contols the admin panel in jekyll-buidler. If you are happy doing dev and testing on your own machine or you dont want the markdown you can just remove the whole jekyll-builder container.
|
|
ADMIN_MODE=true
|
|
# Change the line below to your user name and password //
|
|
# echo $(htpasswd -nB [your-user-name]) | sed -e s/\\$/\\$\\$/g
|
|
JEKYLL_ADMIN_USER_PASS=stewart:$$2y$$05$$y1DN2vwS5cL48efnsUrnS.cuLy2ugNAdWWqIepiVSDKBmCBZqVk6e
|
|
|
|
#Certs
|
|
#Linode is just who I used. Hetzner is another great cloud provider.
|
|
LINODE_API_KEY=dfjkafjdklajfklsdajfkadj
|
|
EMAIL=for-the-certs@pm.me
|
|
DOMAIN=motherfuckingblog.com
|
|
|
|
# CrowdSec Configuration
|
|
# See crowdsec setup md doc.
|
|
CROWDSEC_BOUNCER_API_KEY=31974091270phid
|
|
|
|
|
|
#Analytics
|
|
UMAMI_PG_PWD=hfdanmvnu29phnmvda791bvak
|
|
UMAMI_HASH_SALT=kdsAkfNlSwoiSfdQWRnvdksVxse22edsa
|
|
|