mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 00:14:32 +02:00
Add multiple domains question
parent
f4d21df07e
commit
c6a32d02fe
1 changed files with 13 additions and 2 deletions
13
FAQ.md
13
FAQ.md
|
@ -1,6 +1,17 @@
|
|||
## Is it possible to have different avatars per profile?
|
||||
Users
|
||||
* [Is it possible to have different avatars per profile?](#q1)
|
||||
|
||||
Admins
|
||||
* [Can I configure multiple domains with the same code instance?](#q2)
|
||||
|
||||
## <a id="q1" /> Is it possible to have different avatars per profile?
|
||||
|
||||
We had this originally, and it introduced privacy leakage - this was the same profile photo used in conversations with that person and people knew they weren't seeing the same profile that other people saw.
|
||||
Have since decided that we can probably do this - but only use the default profile photo in posts - all posts.
|
||||
Somebody will know they aren't seeing the default profile, but this isn't hard to figure out anyway. Anybody can access the default profile and compare to what they see from a sparkle link.
|
||||
Anyway, it's possible. It just needs somebody to roll up their sleeves and get it done.
|
||||
|
||||
## <a id="q2" />Can I configure multiple domains with the same code instance?
|
||||
You can do that. What you can't do is point two different domains at the same database.
|
||||
As long as .htconfig.php exists to keep it from trying to do an install, you can keep the real config in `include/$hostname/.htconfig.php`
|
||||
All of the cache and lock stuff can be configured per instance.
|
Loading…
Add table
Add a link
Reference in a new issue