enabled: true
signup:
- enabled: false
+ enabled: false
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
requires_email_verification: false
filters:
instance:
name: 'PlomTube'
short_description: ''
- description: 'See stuff here: https://plomlompom.com/' # Support markdown
- terms: 'Whatever plomlompom likes.' # Support markdown
+ description: 'Personal PeerTube instance by plomlompom (see https://plomlompom.com)for his own videos.' # Support markdown
+ terms: 'Privacy: Site visits are logged by the PeerTube software, but with IPs anonymized. Contact: See https://plomlompom.com/contact.html' # Support markdown
code_of_conduct: '' # Supports markdown
# Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc
-<p>foo <a href="https://plomlompom.com">bar</a> baz<p>
+<div style="margin: 1em;">
+ <p>Privacy: Visitor IP addresses are anonymized in the logs.</p>
+ <p>Contact: See <a href="https://plomlompom.com/contact.html">plomlompom.com contact page</a>.</p>
+</div>
--- /dev/null
+This is <a href="https://plomlompom.com">plomlompom</a>'s personal single-user Pleroma instance.
cp "${config_tree_prefix}/other_files/pixel.png" /var/lib/pleroma/static/
chown pleroma:nogroup /var/lib/pleroma/static/pixel.png
-# Info panel.
+# Info panel and TOS.
mkdir -p /var/lib/pleroma/static/instance
+mkdir -p /var/lib/pleroma/static/static
cp "${config_tree_prefix}/other_files/pleroma_panel.html" /var/lib/pleroma/static/instance/panel.html
+cp "${config_tree_prefix}/other_files/pleroma_terms-of-service.html" /var/lib/pleroma/static/static/terms-of-service.html
# Prepare NGINX config for Pleroma.
cp /opt/pleroma/installation/pleroma.nginx /etc/nginx/sites-available/pleroma.nginx