Add mirror

This commit is contained in:
2024-11-03 18:20:30 +01:00
parent f0ce397f2f
commit 223faf9466
137 changed files with 5 additions and 0 deletions

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