--dbhost localhost \
 --dbname pleroma \
 --dbuser pleroma \
+--db-configurable N \
 --rum N \
 --indexable Y \
 --uploads-dir /var/lib/pleroma/uploads \
 #cp "${config_tree_prefix}/other_files/pleroma_terms-of-service.html" /var/lib/pleroma/static/static/terms-of-service.html
 #cp "${config_tree_prefix}/other_files/pleroma_robots.txt" /var/lib/pleroma/static/robots.txt
 
+# Hack to fix <https://git.pleroma.social/pleroma/pleroma/issues/1616>
+curl https://git.pleroma.social/pleroma/pleroma/-/raw/4271cfb81a8983f5ec6a878cab1fb3fbd164245d/priv/static/static/static-fe.css?inline=false >> /var/lib/pleroma/static/static/static-fe.css
+
 # Prepare NGINX config for Pleroma.
 cp /opt/pleroma/installation/pleroma.nginx /etc/nginx/sites-available/pleroma.nginx
 sed -i "s/example\.tld/${domain}/g" /etc/nginx/sites-available/pleroma.nginx
 
 --output config/generated_config.exs \
 --output-psql /tmp/setup_db.psql \
 --domain ${domain} \
---instance-name plom-roma \
+--instance-name plomroma \
 --admin-email ${mail} \
 --notify-email ${mail} \
 --dbhost localhost \