diff --git a/.gitignore b/.gitignore index e42eb6e..0adfb7c 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,8 @@ dmypy.json # Added data_export.json +SELF-HOSTING.md +README.md /misc misc/* /misc/* diff --git a/README.md b/README.md index 8e3fd70..fc53f91 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Yotter is possible thanks to several open-source projects that are listed on the * [Features](#features) * [Screenshots](#screenshots) * [Privacy and Security](#privacy) +* [Public instances](#public-instances) * [Self hosting](#self-hosting) * Install & Test * [Normal installation](#test) @@ -73,6 +74,11 @@ I always recommend self-hosting, as you will be the only person with access to t #### Others If you want to use a specific Nitter instance you can replace it on the file `app/routes.py`. +## Public Instances +| name |server location|registrations?| +| ------------ | ------------ | ------------ | +| [yotter.xyz](https://yotter.xyz/) |Germany|Open| + ## Self hosting ### Test diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index d7d61c5..a7b9d64 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -1,7 +1,5 @@ -

UNDER CONSTRUCTION

-Installation Working -
-Tested on Ubuntu +Installation Working +Tested on Ubuntu > Using the `root` user is not recommended for this installation.