renge/invidious: Deprecate
This commit is contained in:
parent
d03e463a3a
commit
7a72bf8b0d
|
@ -42,6 +42,17 @@
|
|||
modified_source_code_url = "https://github.com/sbruder/invidious/tree/patches";
|
||||
https_only = lib.mkForce true;
|
||||
|
||||
registration_enabled = false;
|
||||
banner = ''
|
||||
<div style="background: #ff7f7f7f;padding: 1em;">
|
||||
<h2>Deprecation notice</h2>
|
||||
<p>
|
||||
This service will no longer be publicly available after <em>2024-09-27</em>.
|
||||
<a href="https://sbruder.xyz/#deprecation">Read more</a>
|
||||
</p>
|
||||
</div>
|
||||
'';
|
||||
|
||||
# this can be removed
|
||||
# when this service is re-deployed on a host with state version ≥ 24.05
|
||||
db.user = "invidious";
|
||||
|
|
|
@ -1,37 +1,24 @@
|
|||
<!--
|
||||
SPDX-FileCopyrightText: 2022-2023 Simon Bruder <simon@sbruder.de>
|
||||
SPDX-FileCopyrightText: 2022-2024 Simon Bruder <simon@sbruder.de>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
-->
|
||||
|
||||
On this domain, the following services are currently available:
|
||||
|
||||
* [Invidious](https://iv.sbruder.xyz)
|
||||
* [Invidious](https://iv.sbruder.xyz) ([deprecated](#deprecation))
|
||||
|
||||
They are all semi-public instances.
|
||||
That means, they are not included in lists of public instances,
|
||||
but feel free to use them for personal purposes.
|
||||
## Deprecation
|
||||
|
||||
You can do so by using a browser plugin like [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect)
|
||||
and configuring the addresses to point to this server.
|
||||
Because of the increasing hostility of YouTube,
|
||||
the public availability of the Invidious service will be discontinued after **2024-09-27**.
|
||||
Registration of new accounts is disabled since **2024-08-22**.
|
||||
|
||||
However, please note the following if you want to use them:
|
||||
|
||||
* These services are provided as-is without any guarantees.
|
||||
* You must not use these services for any activities illegal under German law.
|
||||
* You must not use these services to interfere with the operation of the services
|
||||
or the sites that originally provide the data.
|
||||
* Please don’t over/abuse these services.
|
||||
They run on a tiny VPS and won’t be able to handle high workloads.
|
||||
|
||||
Also note the following service-specific things:
|
||||
|
||||
* **Invidious**: There are no backups, so you are responsible for using the data export feature to back up important data.
|
||||
|
||||
The VPS providing the services is running NixOS.
|
||||
The configuration is available [here](https://git.sbruder.de/simon/nixos-config/src/branch/master/machines/renge).
|
||||
|
||||
If you have any questions, please [contact me](https://sbruder.de).
|
||||
If you have an account,
|
||||
please export/transfer your data using the built-in functionality of Invidious.
|
||||
All accounts will be deleted within 30 days after the discontinuation.
|
||||
You may also delete your account yourself until 2024-09-27.
|
||||
Should you request your account to be retained, I might do so at my discretion.
|
||||
|
||||
## History
|
||||
|
||||
|
|
Loading…
Reference in a new issue