🧹 — A bit of cleaning in URLs, email addresses and README
This commit is contained in:
parent
f95260dfb4
commit
d5bdf0b434
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
t/test.t
2
t/test.t
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue