Add mirror

This commit is contained in:
Midou 2024-11-03 18:20:30 +01:00
parent f0ce397f2f
commit 223faf9466
Signed by: midou
GPG Key ID: 1D134A95FE521A7A
137 changed files with 5 additions and 0 deletions

0
.dockerignore Normal file → Executable file
View File

0
.github/workflows/docker-dev.yml vendored Normal file → Executable file
View File

0
.github/workflows/docker.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.npmrc Normal file → Executable file
View File

0
.prettierignore Normal file → Executable file
View File

0
.prettierrc Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
compose.yml Normal file → Executable file
View File

0
flake.lock Normal file → Executable file
View File

0
flake.nix Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
pnpm-lock.yaml Normal file → Executable file
View File

0
src/app.css Normal file → Executable file
View File

0
src/app.d.ts vendored Normal file → Executable file
View File

0
src/app.html Normal file → Executable file
View File

0
src/hooks.server.ts Normal file → Executable file
View File

0
src/lib/BlogCard/Meta.svelte Normal file → Executable file
View File

0
src/lib/BlogCard/PostContent.svelte Normal file → Executable file
View File

0
src/lib/BlogCard/PostOuter.svelte Normal file → Executable file
View File

0
src/lib/BlogCard/PostsContainer.svelte Normal file → Executable file
View File

0
src/lib/BlogCard/ReadMore.svelte Normal file → Executable file
View File

0
src/lib/BlogCard/SingleWordLists.svelte Normal file → Executable file
View File

0
src/lib/BlogCard/Title.svelte Normal file → Executable file
View File

0
src/lib/BlogCard/index.ts Normal file → Executable file
View File

0
src/lib/Footer.svelte Normal file → Executable file
View File

0
src/lib/Hero.svelte Normal file → Executable file
View File

0
src/lib/Nav/Link.svelte Normal file → Executable file
View File

0
src/lib/Nav/Logo.svelte Normal file → Executable file
View File

0
src/lib/Nav/Nav.svelte Normal file → Executable file
View File

0
src/lib/Nav/ThemeToggle.svelte Normal file → Executable file
View File

0
src/lib/PMargin.svelte Normal file → Executable file
View File

0
src/lib/PageTransition.svelte Normal file → Executable file
View File

0
src/routes/+error.svelte Normal file → Executable file
View File

0
src/routes/+layout.svelte Normal file → Executable file
View File

0
src/routes/+layout.ts Normal file → Executable file
View File

0
src/routes/+page.server.ts Normal file → Executable file
View File

0
src/routes/+page.svelte Normal file → Executable file
View File

0
src/routes/admin/+page.svelte Normal file → Executable file
View File

0
src/routes/admin/+page.ts Normal file → Executable file
View File

0
src/routes/blog/+page.server.ts Normal file → Executable file
View File

0
src/routes/blog/+page.svelte Normal file → Executable file
View File

0
src/routes/blog/[title]/+page.server.ts Normal file → Executable file
View File

0
src/routes/blog/[title]/+page.svelte Normal file → Executable file
View File

0
src/routes/blog/authors/+page.server.ts Normal file → Executable file
View File

0
src/routes/blog/authors/+page.svelte Normal file → Executable file
View File

0
src/routes/blog/authors/[author]/+page.server.ts Normal file → Executable file
View File

0
src/routes/blog/authors/[author]/+page.svelte Normal file → Executable file
View File

0
src/routes/blog/fetchGhost.ts Normal file → Executable file
View File

0
src/routes/blog/tags/+page.server.ts Normal file → Executable file
View File

0
src/routes/blog/tags/+page.svelte Normal file → Executable file
View File

0
src/routes/blog/tags/[tag]/+page.server.ts Normal file → Executable file
View File

0
src/routes/blog/tags/[tag]/+page.svelte Normal file → Executable file
View File

0
src/routes/contact/+page.svelte Normal file → Executable file
View File

0
src/routes/contact/+page.ts Normal file → Executable file
View File

0
src/routes/donate/+page.svelte Normal file → Executable file
View File

0
src/routes/donate/+page.ts Normal file → Executable file
View File

0
src/routes/donate/CryptoInfo.svelte Normal file → Executable file
View File

0
src/routes/instances/+page.server.ts Normal file → Executable file
View File

0
src/routes/instances/+page.svelte Normal file → Executable file
View File

0
src/routes/instances/advanced/+page.server.ts Normal file → Executable file
View File

0
src/routes/instances/advanced/+page.svelte Normal file → Executable file
View File

5
src/routes/instances/instances.ts Normal file → Executable file
View File

@ -312,6 +312,11 @@ const instances: Instances[] = [
short_in: "https://w.psf.lt/",
tor: "http://wiki.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion",
icon: "/icons/mediawiki.svg"
},
{
name: "Mirror of various distros",
description: "Mirror of various Linux distributions.",
in: "https://mirror.bom.albony.in"
}
]
},

0
src/routes/legal/+page.svelte Normal file → Executable file
View File

0
src/routes/legal/+page.ts Normal file → Executable file
View File

0
src/routes/legal/privacy-policy/+page.svelte Normal file → Executable file
View File

0
src/routes/legal/privacy-policy/+page.ts Normal file → Executable file
View File

0
src/routes/legal/tos/+page.svelte Normal file → Executable file
View File

0
src/routes/legal/tos/+page.ts Normal file → Executable file
View File

0
src/routes/login/+page.server.ts Normal file → Executable file
View File

0
src/routes/login/+page.svelte Normal file → Executable file
View File

0
src/routes/pubnix/+page.server.ts Normal file → Executable file
View File

0
src/routes/pubnix/+page.svelte Normal file → Executable file
View File

0
src/routes/pubnix/User.svelte Normal file → Executable file
View File

0
src/routes/pubnix/faq/+page.svelte Normal file → Executable file
View File

0
src/routes/pubnix/faq/+page.ts Normal file → Executable file
View File

0
src/routes/pubnix/register/+page.server.ts Normal file → Executable file
View File

0
src/routes/pubnix/register/+page.svelte Normal file → Executable file
View File

0
src/routes/pubnix/users/+page.server.ts Normal file → Executable file
View File

0
src/routes/pubnix/users/+page.svelte Normal file → Executable file
View File

0
src/routes/team/+page.svelte Normal file → Executable file
View File

0
src/routes/team/+page.ts Normal file → Executable file
View File

0
src/routes/team/Team.json Normal file → Executable file
View File

0
src/stores.ts Normal file → Executable file
View File

0
static/JetBrainsMono.woff2 Normal file → Executable file
View File

0
static/favicon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
static/icons/FreshRSS-logo.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

0
static/icons/akkoma.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

0
static/icons/anonymousoverflow.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

0
static/icons/authentik.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

0
static/icons/breezewiki.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

0
static/icons/cinny.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 867 B

After

Width:  |  Height:  |  Size: 867 B

0
static/icons/cockpit.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

0
static/icons/element.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
static/icons/gitea.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

0
static/icons/gothub.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

0
static/icons/healthchecks.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

0
static/icons/hedgedoc.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Some files were not shown because too many files have changed in this diff Show More