Add Camo configs

This commit is contained in:
Dennis Schubert 2014-10-19 03:43:14 +02:00
parent c7f4051ac0
commit 9024d1a9b7
2 changed files with 78 additions and 59 deletions

View file

@ -53,6 +53,10 @@ defaults:
user_counts: false
post_counts: false
comment_counts: false
camo:
enable: false
root:
key:
settings:
pod_name: 'diaspora*'
enable_registrations: true

View file

@ -210,6 +210,21 @@ configuration: ## Section
#post_counts: true
#comment_counts: true
## Use Camo to proxy embedded remote images
## Do not enable this setting unless you have a working Camo setup. Using
## camo to proxy embedded images will improve the privacy and security of
## your pod's frontend, but it will increase the traffic on your server.
camo: ## Section
## Enable Camo (default=false)
#enable: true
## Root of your Camo installation
#root: "https://camo.example.com/"
## Shared key of your Camo installation
#key: "example123example456example!"
## General settings
settings: ## Section