1
0
mirror of https://github.com/nbd-wtf/satdress.git synced 2024-09-23 01:20:34 +00:00
This commit is contained in:
fiatjaf 2022-10-17 08:48:22 -03:00
parent 38131f2e68
commit 70970231b8
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 4 additions and 4 deletions

View File

@ -23,13 +23,13 @@ SITE_NAME=Bitmia
## Multiple domains
Note that DOMAIN can be a single domain or a comma-separated list. When using multiple domains
Note that `DOMAIN` can be a single domain or a comma-separated list. When using multiple domains
you need to make sure "Host" HTTP header is forwarded to satdress process if you have some reverse-proxy).
If you come from an old installation everything should get migrated in a seamless way, but there is also a
FORCE_MIGRATE environment variable to force a migration (else this is done just the first time).
`FORCE_MIGRATE` environment variable to force a migration (else this is done just the first time).
There is also a GLOBAL_USERS to make sure the user@ part is unique across all domains. But be warned that when enabling
There is also a `GLOBAL_USERS` to make sure the user@ part is unique across all domains. But be warned that when enabling
this option, existing users won't work anymore (which is by design).
## Get help

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/fiatjaf/satdress
module github.com/nbd-wtf/satdress
go 1.16