mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Upstream changes
This commit is contained in:
parent
ea4d0991b2
commit
4fc42649f9
1 changed files with 14 additions and 2 deletions
|
@ -10,7 +10,7 @@ adding_instance:
|
||||||
- Instances running a modified source code must respect the AGPL by publishing their source code and stating their changes before they are be added to the list, and must publish any later modification in a timely manner.
|
- Instances running a modified source code must respect the AGPL by publishing their source code and stating their changes before they are be added to the list, and must publish any later modification in a timely manner.
|
||||||
directions:
|
directions:
|
||||||
- Fork the documentation repo.
|
- Fork the documentation repo.
|
||||||
- Open `instances.yaml` for editing."
|
- Open `instances.yaml` for editing.
|
||||||
- Append your instance to the bottom of the HTTPS (or onion) list. See the examples in the yaml file for more info.
|
- Append your instance to the bottom of the HTTPS (or onion) list. See the examples in the yaml file for more info.
|
||||||
- Make a pull request.
|
- Make a pull request.
|
||||||
|
|
||||||
|
@ -217,6 +217,18 @@ instances:
|
||||||
is_modified: False
|
is_modified: False
|
||||||
source_url: null
|
source_url: null
|
||||||
|
|
||||||
|
- url: https://invidious.moomoo.me
|
||||||
|
country:
|
||||||
|
flag: 🇩🇪
|
||||||
|
name: Germany
|
||||||
|
status:
|
||||||
|
privacy_policy:
|
||||||
|
ddos_mitm_protection: Cloudflare
|
||||||
|
owner: https://github.com/moom0o
|
||||||
|
modified:
|
||||||
|
is_modified: False
|
||||||
|
source_url: null
|
||||||
|
|
||||||
onion:
|
onion:
|
||||||
# Template onion instance
|
# Template onion instance
|
||||||
# - url: http://example.onion
|
# - url: http://example.onion
|
||||||
|
@ -234,7 +246,7 @@ instances:
|
||||||
country:
|
country:
|
||||||
flag: 🇫🇮
|
flag: 🇫🇮
|
||||||
name: Finland
|
name: Finland
|
||||||
invidious.snopyta.org: invidious.snopyta.org
|
associated_clearnet_instance: https://invidious.snopyta.org
|
||||||
privacy_policy:
|
privacy_policy:
|
||||||
owner: https://github.com/Perflyst
|
owner: https://github.com/Perflyst
|
||||||
modified:
|
modified:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue