This commit is contained in:
Fijxu 2025-02-02 03:18:47 -03:00
parent e8ff64de14
commit bb4d53b218
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4
5 changed files with 62 additions and 10 deletions

View file

@ -20,9 +20,20 @@
// outline: 1px blue solid;
// }
// https://sass-lang.com/documentation/variables/
$bg: #0e0e0e;
$fg: #505050;
$text: #fff5fc;
$color-1: #ffade2;
$color-2: #ff99b1;
$color-3: #ff8099;
$color-4: #ff4d6a;
$color-5: #ff1a38;
html {
background-color: #111111;
color: #fff5fcfa;
background-color: $bg;
color: $text;
margin-left: 1rem;
margin-right: 1rem;
max-width: 900px;
@ -45,7 +56,7 @@ body {
list-style-type: square;
}
a {
color: rgb(255, 172, 226);
color: $color-1;
text-decoration: none !important;
}
h1,
@ -54,7 +65,7 @@ body {
text-align: left;
}
.warning {
color: rgb(222, 119, 217);
color: $color-3;
}
footer {
text-align: center;
@ -67,18 +78,27 @@ body {
margin-top: 10px;
}
}
main {
img {
border: 2px solid $fg;
}
}
}
nav {
display: flex;
margin-top: 20px;
a {
color: rgb(255, 154, 219);
color: $color-1;
margin-right: 5px;
text-decoration: none !important;
}
}
.footerline {
color: #7d4b6c;
}
.fourofour {
text-align: center;
img {

View file

@ -19,9 +19,11 @@ WARNING: Before you consider using my services on a daily basis, take into accou
This page is on development, so some things may be missing.
</div>
![](./Under_Construction_Bar.gif)
## Privacy Focused Services
- [Invidious](https://inv.nadeko.net) 🇨🇱 (Self-hosted)
- [Invidious](https://inv.nadeko.net) 🇨🇱 (Self-hosted) ([More information](./invidious-instance-information))
- [Matrix (Synapse)](https://matrix.nadeko.net) 🇨🇱 (Self-hosted, Relayed, Registration Closed for everyone)
- [4get](https://4get.nadeko.net) 🇨🇱 (Self-hosted, Relayed)
- [Rimgo](https://ri.nadeko.net) 🇨🇱 (Self-hosted, Relayed)
@ -31,7 +33,7 @@ This page is on development, so some things may be missing.
- [Etesync](https://eteweb.nadeko.net) 🇺🇸
- [Vaultwarden](https://vaultwarden.nadeko.net) 🇺🇸 **(Added Recently)**
*Relayed means that the service is being relayed trough a another server that I own. This is for availability purposes since I have a dynamic IP. If my IP changes, Self-hosted services marked as Relayed, should be up again in less than ~30 seconds. There is no need to wait for DNS to propagate the new IP address of the self-hosted server.*
**Relayed** means that the service is being relayed trough a another server that I own. This is for availability purposes since I have a dynamic IP. If my IP changes, Self-hosted services marked as Relayed, should be up again in less than ~30 seconds. There is no need to wait for DNS to propagate the new IP address of the self-hosted server.
## Misc Services
@ -46,5 +48,4 @@ This page is on development, so some things may be missing.
A list of services that I'm probably going to host for the public
- Notesnook + Monograph: Selfhosted https://notesnook.com/ and https://monogr.ph/ to publish notes to the internet.
- nadeko.net Wiki
- Notesnook + Monograph: Selfhosted https://notesnook.com/ and https://monogr.ph/ to publish notes to the internet.

View file

@ -0,0 +1,31 @@
# Invidious instance information
- Clearnet: [inv.nadeko.net](https://inv.nadeko.net)
- Tor: [inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion](http://inv.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion)
- I2P: Unavailable.
---
My invidious instance has more than backend, which means that you can choose a backend based on your location or if Youtube blocks a backend.
You switch backends using the navbar (This will leave a cookie called `INVIDIOUS_SERVER_ID`, nothing fancy, I can't track your activity at all with something like this):
![](./invidious-backend-navbar.png)
or by using numbered backends:
- [inv1.nadeko.net](https://inv1.nadeko.net)
- [inv2.nadeko.net](https://inv2.nadeko.net)
- [inv3.nadeko.net](https://inv3.nadeko.net)
- [inv4.nadeko.net](https://inv4.nadeko.net)
I also host Invidious on the Tor network, and it works exactly the same as the Clearnet site. You can switch backends using the navbar or numbered backends.
- [inv1.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion](http://inv1.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion)
- [inv2.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion](http://inv2.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion)
- [inv3.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion](http://inv3.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion)
- [inv4.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion](http://inv4.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion)
For more information about each backend, visit https://git.nadeko.net/Fijxu/invidious/wiki/Instance-Information-%2F-Informaci%C3%B3n-de-la-instancia

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -19,7 +19,7 @@
{{ block "main" . }}
<!-- The part of the page that begins to differ between templates -->
{{ end }}
<hr color="#7d4b6c">
<hr class="footerline">
{{ partial "footer" }}
</body>