Update README.md

This commit is contained in:
Cyrille L 2022-05-22 08:44:52 +00:00
parent d3c4c8981f
commit 50e91e4799
1 changed files with 18 additions and 18 deletions

View File

@ -81,24 +81,24 @@ sudo su pleroma -s $SHELL -lc "./bin/pleroma_ctl instance gen --output /etc/pler
``` ```
## Configuration:par le questionnaire ## Configuration:par le questionnaire
What domain will your instance use? (e.g pleroma.soykaf.com) [] toot.chalec.org - 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 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 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] - 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 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 - 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 hostname of your database? [localhost]
What is the name of your database? [pleroma] - What is the name of your database? [pleroma]
What is the user used to connect to 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] *** - What is the password used to connect to your database? [autogenerated] ***
Would you like to use RUM indices? [n] - 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 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 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 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] - 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 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 anonymize the filenames of uploads? (y/n) [n] y
Do you want to deduplicate uploaded files? (y/n) [n] - Do you want to deduplicate uploaded files? (y/n) [n]
# Création de la base de données Postgresql # Création de la base de données Postgresql
``` ```