summaryrefslogtreecommitdiffstats
path: root/distrox.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-12-20 00:01:31 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-10-07 10:14:33 +0200
commit15bc0ad9c1515e8f326e01ca903c0d88bb787aee (patch)
tree17973661361745da860664e3893b99f70c1af097 /distrox.toml
Initial import of distrox code
Diffstat (limited to 'distrox.toml')
-rw-r--r--distrox.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/distrox.toml b/distrox.toml
new file mode 100644
index 0000000..58634e0
--- /dev/null
+++ b/distrox.toml
@@ -0,0 +1,27 @@
+# The API URL
+ipfs-api-url = "127.0.0.1"
+
+# The API Port
+ipfs-api-port = 5001
+
+# Whether to automatically "ipfs pin" chain objects
+autoserve-chains = true
+
+# Whether to automatically "ipfs pin" foreign posts if their content is text
+autoserve-text-posts = true
+
+# Whether to serve content/chains from blocked profiles
+serve-blocked = false
+
+# Whether to automatically "ipfs pin" followed profiles
+autoserve-followed = true
+
+# Default amount of bytes which are loaded for each post
+max-autoload-per-post = 1024
+
+# List of Mimetypes which should not be served
+autoserve-blacklist = []
+
+# List of Mimetypes which can be served
+autoserve-whitelist = []
+