mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
10 lines
494 B
Markdown
10 lines
494 B
Markdown
|
# Key terms
|
||
|
|
||
|
* `Instance`: A single PieFed server. if you are developing on your local, it will most
|
||
|
likely be http://127.0.0.1:5000. Otherwise, if you have set up your instance, or for
|
||
|
whichever instance you want to apply (assuming you have the privileges for the
|
||
|
actions detailed)
|
||
|
* `Local`: By making changes on a local instance, any actions done will be done
|
||
|
* on that instance.
|
||
|
* `Remote`: By making changes on a local instance, any actions done will be applied
|
||
|
to an external instance.
|