Merge branch 'dev-indep' of https://github.com/pluja/Parasitter into dev-indep
This commit is contained in:
commit
2cb9e5360d
2
.gitignore
vendored
2
.gitignore
vendored
@ -146,6 +146,8 @@ dmypy.json
|
|||||||
|
|
||||||
# Added
|
# Added
|
||||||
data_export.json
|
data_export.json
|
||||||
|
SELF-HOSTING.md
|
||||||
|
README.md
|
||||||
/misc
|
/misc
|
||||||
misc/*
|
misc/*
|
||||||
/misc/*
|
/misc/*
|
||||||
|
@ -16,6 +16,7 @@ Yotter is possible thanks to several open-source projects that are listed on the
|
|||||||
* [Features](#features)
|
* [Features](#features)
|
||||||
* [Screenshots](#screenshots)
|
* [Screenshots](#screenshots)
|
||||||
* [Privacy and Security](#privacy)
|
* [Privacy and Security](#privacy)
|
||||||
|
* [Public instances](#public-instances)
|
||||||
* [Self hosting](#self-hosting)
|
* [Self hosting](#self-hosting)
|
||||||
* Install & Test
|
* Install & Test
|
||||||
* [Normal installation](#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
|
#### Others
|
||||||
If you want to use a specific Nitter instance you can replace it on the file `app/routes.py`.
|
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
|
## Self hosting
|
||||||
|
|
||||||
### Test
|
### Test
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<h1> UNDER CONSTRUCTION </h1>
|
<a href="https://github.com/pluja/Yotter"><img alt="Installation Working" src="https://img.shields.io/badge/Status-Working 2020.09.05-green.svg"></img></a>
|
||||||
<a href="https://github.com/pluja/Yotter"><img alt="Installation Working" src="https://img.shields.io/badge/Status-Testing 2020.09.04-grey.svg"></img></a>
|
<a href="https://github.com/pluja/Yotter"><img alt="Tested on Ubuntu" src="https://img.shields.io/badge/Tested On-Ubuntu Server 20.04LTS-blue.svg"></img></a>
|
||||||
<br>
|
|
||||||
<a href="https://github.com/pluja/Yotter"><img alt="Tested on Ubuntu" src="https://img.shields.io/badge/Tested On-Ubuntu 20.04LTS-blue.svg"></img></a>
|
|
||||||
|
|
||||||
> Using the `root` user is not recommended for this installation.
|
> Using the `root` user is not recommended for this installation.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user