split admin FAQs
- user section FAQ now is what it claims to be (user FAQs) - new file for admin FAQ created (FAQ admin.md
This commit is contained in:
parent
96996790f1
commit
a99ad74a3b
50
doc/FAQ-admin.md
Normal file
50
doc/FAQ-admin.md
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
Frequently Asked Questions (Admin) - FAQ
|
||||||
|
==============
|
||||||
|
|
||||||
|
* [Home](help)
|
||||||
|
|
||||||
|
* **[Can I configure multiple domains with the same code instance?](help/FAQ#multiple)**
|
||||||
|
* **[Where can I find the source code of friendica, addons and themes?](help/FAQ#sources)**
|
||||||
|
* **[I've changed the my email address now the admin panel is gone?](help/FAQ#adminaccount1)**
|
||||||
|
* **[Can there be more then just one admin for a node?](help/FAQ#adminaccount2)**
|
||||||
|
* **[The Database structure seems not to be updated. What can I do?](help/FAQ#dbupdate)**
|
||||||
|
|
||||||
|
<a name="multiple"></a>
|
||||||
|
### Can I configure multiple domains with the same code instance?
|
||||||
|
|
||||||
|
No, this function is no longer supported as of Friendica 3.3 onwards.
|
||||||
|
|
||||||
|
<a name="sources"></a>
|
||||||
|
### Where can I find the source code of friendica, addons and themes?
|
||||||
|
|
||||||
|
You can find the main repository [here](https://github.com/friendica/friendica).
|
||||||
|
There you will always find the current stable version of friendica.
|
||||||
|
|
||||||
|
Addons are listed at [this page](https://github.com/friendica/friendica-addons).
|
||||||
|
|
||||||
|
If you are searching for new themes, you can find them at [Friendica-Themes.com](http://friendica-themes.com/)
|
||||||
|
|
||||||
|
<a name="adminaccount1"></a>
|
||||||
|
### I've changed my email address now the admin panel is gone?
|
||||||
|
|
||||||
|
Have a look into your <tt>config/local.config.php</tt> and fix your email address there.
|
||||||
|
|
||||||
|
<a name="adminaccount2"></a>
|
||||||
|
### Can there be more then one admin for a node?
|
||||||
|
|
||||||
|
Yes.
|
||||||
|
You just have to list more then one email address in the
|
||||||
|
<tt>config/local.config.php</tt> file.
|
||||||
|
The listed emails need to be separated by a comma.
|
||||||
|
|
||||||
|
<a name="dbupdate">
|
||||||
|
### The Database structure seems not to be updated. What can I do?
|
||||||
|
|
||||||
|
Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*.
|
||||||
|
This will start a background process to check if the structure is up to the current definition.
|
||||||
|
|
||||||
|
You can manually execute the structure update from the CLI in the base directory of your Friendica installation by running the following command:
|
||||||
|
|
||||||
|
bin/console dbstructure update
|
||||||
|
|
||||||
|
if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers).
|
54
doc/FAQ.md
54
doc/FAQ.md
|
@ -3,8 +3,6 @@ Frequently Asked Questions - FAQ
|
||||||
|
|
||||||
* [Home](help)
|
* [Home](help)
|
||||||
|
|
||||||
User
|
|
||||||
|
|
||||||
* **[Where I can find help?](help/FAQ#help)**
|
* **[Where I can find help?](help/FAQ#help)**
|
||||||
* **[Why do I getting warnings about certificates?](help/FAQ#ssl)**
|
* **[Why do I getting warnings about certificates?](help/FAQ#ssl)**
|
||||||
* **[How can I upload images, files, links, videos and sound files to posts?](help/FAQ#upload)**
|
* **[How can I upload images, files, links, videos and sound files to posts?](help/FAQ#upload)**
|
||||||
|
@ -16,16 +14,7 @@ User
|
||||||
* **[How to create a RSS feed of the stream?](help/FAQ#rss)**
|
* **[How to create a RSS feed of the stream?](help/FAQ#rss)**
|
||||||
* **[What friendica clients can I use?](help/FAQ#clients)**
|
* **[What friendica clients can I use?](help/FAQ#clients)**
|
||||||
|
|
||||||
Admins
|
|
||||||
|
|
||||||
* **[Can I configure multiple domains with the same code instance?](help/FAQ#multiple)**
|
|
||||||
* **[Where can I find the source code of friendica, addons and themes?](help/FAQ#sources)**
|
|
||||||
* **[I've changed the my email address now the admin panel is gone?](help/FAQ#adminaccount1)**
|
|
||||||
* **[Can there be more then just one admin for a node?](help/FAQ#adminaccount2)**
|
|
||||||
* **[The Database structure seems not to be updated. What can I do?](help/FAQ#dbupdate)**
|
|
||||||
|
|
||||||
User
|
|
||||||
--------
|
|
||||||
<a name="help"></a>
|
<a name="help"></a>
|
||||||
|
|
||||||
### Where I can find help?
|
### Where I can find help?
|
||||||
|
@ -241,46 +230,3 @@ Depending on the features of the client you might encounter some glitches in usa
|
||||||
|
|
||||||
- [Halcyon](https://www.halcyon.social/)
|
- [Halcyon](https://www.halcyon.social/)
|
||||||
- [Pinafore](https://github.com/nolanlawson/pinafore)
|
- [Pinafore](https://github.com/nolanlawson/pinafore)
|
||||||
|
|
||||||
Admin
|
|
||||||
--------
|
|
||||||
|
|
||||||
<a name="multiple"></a>
|
|
||||||
### Can I configure multiple domains with the same code instance?
|
|
||||||
|
|
||||||
No, this function is no longer supported as of Friendica 3.3 onwards.
|
|
||||||
|
|
||||||
<a name="sources"></a>
|
|
||||||
### Where can I find the source code of friendica, addons and themes?
|
|
||||||
|
|
||||||
You can find the main repository [here](https://github.com/friendica/friendica).
|
|
||||||
There you will always find the current stable version of friendica.
|
|
||||||
|
|
||||||
Addons are listed at [this page](https://github.com/friendica/friendica-addons).
|
|
||||||
|
|
||||||
If you are searching for new themes, you can find them at [Friendica-Themes.com](http://friendica-themes.com/)
|
|
||||||
|
|
||||||
<a name="adminaccount1"></a>
|
|
||||||
### I've changed my email address now the admin panel is gone?
|
|
||||||
|
|
||||||
Have a look into your <tt>config/local.config.php</tt> and fix your email address there.
|
|
||||||
|
|
||||||
<a name="adminaccount2"></a>
|
|
||||||
### Can there be more then one admin for a node?
|
|
||||||
|
|
||||||
Yes.
|
|
||||||
You just have to list more then one email address in the
|
|
||||||
<tt>config/local.config.php</tt> file.
|
|
||||||
The listed emails need to be separated by a comma.
|
|
||||||
|
|
||||||
<a name="dbupdate">
|
|
||||||
### The Database structure seems not to be updated. What can I do?
|
|
||||||
|
|
||||||
Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*.
|
|
||||||
This will start a background process to check if the structure is up to the current definition.
|
|
||||||
|
|
||||||
You can manually execute the structure update from the CLI in the base directory of your Friendica installation by running the following command:
|
|
||||||
|
|
||||||
bin/console dbstructure update
|
|
||||||
|
|
||||||
if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers).
|
|
||||||
|
|
Loading…
Reference in a new issue