From 50e91e479914768c4e5b54c75ff1a051b928ceea Mon Sep 17 00:00:00 2001 From: Cyrille L Date: Sun, 22 May 2022 08:44:52 +0000 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0e5a1c6..13e3977 100644 --- a/README.md +++ b/README.md @@ -81,24 +81,24 @@ sudo su pleroma -s $SHELL -lc "./bin/pleroma_ctl instance gen --output /etc/pler ``` ## Configuration:par le questionnaire -What domain will your instance use? (e.g pleroma.soykaf.com) [] toot.chalec.org -What is the name of your instance? (e.g. The Corndog Emporium) [toot.chalec.org] Le Fédivers de Chalec.org -What is your admin email address? [] contact+toot@chalec.org -What email address do you want to use for sending email notifications? [contact+toot@chalec.org] -Do you want search engines to index your site? (y/n) [y] -Do you want to store the configuration in the database (allows controlling it from admin-fe)? (y/n) [n] y -What is the hostname of your database? [localhost] -What is the name of your database? [pleroma] -What is the user used to connect to your database? [pleroma] -What is the password used to connect to your database? [autogenerated] *** -Would you like to use RUM indices? [n] -What port will the app listen to (leave it if you are using the default setup with nginx)? [4000] -What ip will the app listen to (leave it if you are using the default setup with nginx)? [127.0.0.1] -What directory should media uploads go in (when using the local uploader)? [/var/lib/pleroma/uploads] -What directory should custom public files be read from (custom emojis, frontend bundle overrides, robots.txt, etc.)? [/var/lib/pleroma/static] -Do you want to strip location (GPS) data from uploaded images? This requires exiftool, it was detected as installed. (y/n) [y] -Do you want to anonymize the filenames of uploads? (y/n) [n] y -Do you want to deduplicate uploaded files? (y/n) [n] +- What domain will your instance use? (e.g pleroma.soykaf.com) [] toot.chalec.org +- What is the name of your instance? (e.g. The Corndog Emporium) [toot.chalec.org] Le Fédivers de Chalec.org +- What is your admin email address? [] contact+toot@chalec.org +- What email address do you want to use for sending email notifications? [contact+toot@chalec.org] +- Do you want search engines to index your site? (y/n) [y] +- Do you want to store the configuration in the database (allows controlling it from admin-fe)? (y/n) [n] y +- What is the hostname of your database? [localhost] +- What is the name of your database? [pleroma] +- What is the user used to connect to your database? [pleroma] +- What is the password used to connect to your database? [autogenerated] *** +- Would you like to use RUM indices? [n] +- What port will the app listen to (leave it if you are using the default setup with nginx)? [4000] +- What ip will the app listen to (leave it if you are using the default setup with nginx)? [127.0.0.1] +- What directory should media uploads go in (when using the local uploader)? [/var/lib/pleroma/uploads] +- What directory should custom public files be read from (custom emojis, frontend bundle overrides, robots.txt, etc.)? [/var/lib/pleroma/static] +- Do you want to strip location (GPS) data from uploaded images? This requires exiftool, it was detected as installed. (y/n) [y] +- Do you want to anonymize the filenames of uploads? (y/n) [n] y +- Do you want to deduplicate uploaded files? (y/n) [n] # Création de la base de données Postgresql ```