🧹 — A bit of cleaning in URLs, email addresses and README

This commit is contained in:
Luc Didry 2023-12-27 08:24:05 +01:00
parent f95260dfb4
commit d5bdf0b434
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
10 changed files with 15 additions and 19 deletions

View File

@ -163,8 +163,8 @@
#},
# Email sender address
# optional, default to no-reply@lufi.io
#mail_sender => 'no-reply@lufi.io',
# optional, default to no-reply@lufi.example.org
#mail_sender => 'no-reply@lufi.example.org',
# Disable sending mail through the server
# optional, default is false

View File

@ -1,3 +1,3 @@
# CONTRIBUTING
Please, read about contributing at <https://framagit.org/luc/lufi/wikis/contribute>
Please, read about contributing at <https://framagit.org/fiat-tux/hat-softwares/lufi/-/wikis/contribute>

View File

@ -30,7 +30,7 @@ Lufi is licensed under the terms of the AGPL. See the [LICENSE](LICENSE) file.
## Official instance
There is a demonstration site, available at <https://demo.lufi.io>, with strong limitations on time and file size.
There is a demonstration site, available at <https://lufi.fiat-tux.fr>, with strong limitations on time and file size.
To really use Lufi, you can go to <https://framadrop.org>, provided by the [Framasoft association](https://framasoft.org) (you can help them to keep providing free services at <https://soutenir.framasoft.org>).
@ -80,10 +80,6 @@ The details on how to contribute are on the [wiki](https://framagit.org/fiat-tux
This software uses [Fiat Tux Code of conduct](https://framagit.org/fiat-tux/code-of-conduct/blob/master/README.md).
## Make a donation
You can make a donation to the author on [Tipeee](https://www.tipeee.com/fiat-tux) or on [Liberapay](https://liberapay.com/sky/).
## Other dependencies
Lufi is written in Perl with the [Mojolicious](http://mojolicio.us) framework.

View File

@ -16,7 +16,7 @@ our $default_config = {
mail => {
how => 'sendmail'
},
mail_sender => 'no-reply@lufi.io',
mail_sender => 'no-reply@lufi.example.org',
disable_mail_sending => 1,
theme => 'default',
upload_dir => 'files',

View File

@ -171,8 +171,8 @@
#},
# Email sender address
# optional, default to no-reply@lufi.io
#mail_sender => 'no-reply@lufi.io',
# optional, default to no-reply@lufi.example.org
#mail_sender => 'no-reply@lufi.example.org',
# Disable sending mail through the server
# Recommended option as mail sending can be abused by spammers

View File

@ -161,8 +161,8 @@
#},
# Email sender address
# optional, default to no-reply@lufi.io
#mail_sender => 'no-reply@lufi.io',
# optional, default to no-reply@lufi.example.org
#mail_sender => 'no-reply@lufi.example.org',
# Disable sending mail through the server
# Recommended option as mail sending can be abused by spammers

View File

@ -157,8 +157,8 @@
#},
# Email sender address
# optional, default to no-reply@lufi.io
#mail_sender => 'no-reply@lufi.io',
# optional, default to no-reply@lufi.example.org
#mail_sender => 'no-reply@lufi.example.org',
# Disable sending mail through the server
# Recommended option as mail sending can be abused by spammers

View File

@ -161,8 +161,8 @@
#},
# Email sender address
# optional, default to no-reply@lufi.io
#mail_sender => 'no-reply@lufi.io',
# optional, default to no-reply@lufi.example.org
#mail_sender => 'no-reply@lufi.example.org',
# Disable sending mail through the server
# Recommended option as mail sending can be abused by spammers

View File

@ -57,7 +57,7 @@ BEGIN {
mail => {
how => 'sendmail'
},
mail_sender => 'no-reply@lufi.io',
mail_sender => 'no-reply@lufi.example.org',
disable_mail_sending => 1,
theme => 'default',
upload_dir => 'files',

View File

@ -1,6 +1,6 @@
[Unit]
Description=File hosting service with encryption
Documentation=https://framagit.org/luc/lufi
Documentation=https://framagit.org/fiat-tux/hat-softwares/lufi/
Requires=network.target
After=network.target