mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Reorganise the instructions + add more details
This commit is contained in:
parent
935c33fefa
commit
632d20f3dd
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
@ -16,7 +16,6 @@ The federated image sharing service Pixelfed, for YunoHost
|
||||||

|

|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
[Official documentation](https://docs.pixelfed.org/master/configuration.html)
|
|
||||||
|
|
||||||
### Administrator
|
### Administrator
|
||||||
|
|
||||||
|
@ -28,15 +27,17 @@ After being first registered, you need to execute the folloing command to promot
|
||||||
|
|
||||||
and respond yes to the question ` Add admin privileges to this user?`
|
and respond yes to the question ` Add admin privileges to this user?`
|
||||||
|
|
||||||
### Pixelfed php commands and php version
|
|
||||||
|
|
||||||
Pixelfed might require some command line instructions if you make manual changes to your configuration.
|
|
||||||
By default php 7.0 is currently used when you type `php`. You need to use `php7.2 [command]` instead.
|
|
||||||
|
|
||||||
### Allow/Close registration
|
### Allow/Close registration
|
||||||
|
|
||||||
Registrations are open by default.
|
Registrations are open by default.
|
||||||
To change that setting, edit `/var/www/pixelfed/.env` and set `OPEN_REGISTRATION=false` instead of `true`.
|
To change that setting, edit `/var/www/pixelfed/.env` and set `OPEN_REGISTRATION=false` instead of `true`.
|
||||||
|
Then run `php7.2 artisan config:cache` to reload the settings.
|
||||||
|
|
||||||
|
### Pixelfed php commands and php version
|
||||||
|
|
||||||
|
Pixelfed might require some command line instructions if you want to make manual changes to your configuration.
|
||||||
|
By default php 7.0 is currently used when you type `php`. You need to use `php7.2 [command]` instead.
|
||||||
|
Those commands can be found in the official documentation.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue