Docker folder for building added

This commit is contained in:
Midou36O 2022-05-14 20:57:21 +01:00
parent 697d5b832f
commit e76a40947b
Signed by untrusted user: midou
GPG Key ID: 08063D5407090BC2
69 changed files with 6844 additions and 0 deletions

8
docker/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
# Filename: Dockerfile
FROM node:18-alpine
WORKDIR /home/midou/git_rep/website/docker
COPY . .
RUN npm install
RUN npm run build
EXPOSE 3000
CMD ["npm", "run", "preview", "--", "--host"]

40
docker/README.md Normal file
View File

@ -0,0 +1,40 @@
# create-svelte
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
# create a new project in the current directory
npm init svelte@next
# create a new project in my-app
npm init svelte@next my-app
```
> Note: the `@next` is temporary
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{S as w,i as y,s as z,e as E,t as v,c as d,a as b,h as P,d as o,g as n,G as R,j as N,k as S,l as C,m as j,n as G}from"./chunks/index-61db2223.js";function H(r){let l,t=r[1].frame+"",a;return{c(){l=E("pre"),a=v(t)},l(f){l=d(f,"PRE",{});var s=b(l);a=P(s,t),s.forEach(o)},m(f,s){n(f,l,s),R(l,a)},p(f,s){s&2&&t!==(t=f[1].frame+"")&&N(a,t)},d(f){f&&o(l)}}}function h(r){let l,t=r[1].stack+"",a;return{c(){l=E("pre"),a=v(t)},l(f){l=d(f,"PRE",{});var s=b(l);a=P(s,t),s.forEach(o)},m(f,s){n(f,l,s),R(l,a)},p(f,s){s&2&&t!==(t=f[1].stack+"")&&N(a,t)},d(f){f&&o(l)}}}function A(r){let l,t,a,f,s=r[1].message+"",c,k,u,p,i=r[1].frame&&H(r),_=r[1].stack&&h(r);return{c(){l=E("h1"),t=v(r[0]),a=S(),f=E("pre"),c=v(s),k=S(),i&&i.c(),u=S(),_&&_.c(),p=C()},l(e){l=d(e,"H1",{});var m=b(l);t=P(m,r[0]),m.forEach(o),a=j(e),f=d(e,"PRE",{});var q=b(f);c=P(q,s),q.forEach(o),k=j(e),i&&i.l(e),u=j(e),_&&_.l(e),p=C()},m(e,m){n(e,l,m),R(l,t),n(e,a,m),n(e,f,m),R(f,c),n(e,k,m),i&&i.m(e,m),n(e,u,m),_&&_.m(e,m),n(e,p,m)},p(e,[m]){m&1&&N(t,e[0]),m&2&&s!==(s=e[1].message+"")&&N(c,s),e[1].frame?i?i.p(e,m):(i=H(e),i.c(),i.m(u.parentNode,u)):i&&(i.d(1),i=null),e[1].stack?_?_.p(e,m):(_=h(e),_.c(),_.m(p.parentNode,p)):_&&(_.d(1),_=null)},i:G,o:G,d(e){e&&o(l),e&&o(a),e&&o(f),e&&o(k),i&&i.d(e),e&&o(u),_&&_.d(e),e&&o(p)}}}function F({error:r,status:l}){return{props:{error:r,status:l}}}function B(r,l,t){let{status:a}=l,{error:f}=l;return r.$$set=s=>{"status"in s&&t(0,a=s.status),"error"in s&&t(1,f=s.error)},[a,f]}class I extends w{constructor(l){super(),y(this,l,B,A,z,{status:0,error:1})}}export{I as default,F as load};

View File

@ -0,0 +1,141 @@
{
".svelte-kit/runtime/client/start.js": {
"file": "start-73b606e6.js",
"src": ".svelte-kit/runtime/client/start.js",
"isEntry": true,
"imports": [
"_index-61db2223.js"
],
"dynamicImports": [
"src/routes/__layout.svelte",
".svelte-kit/runtime/components/error.svelte",
"src/routes/branding.md",
"src/routes/contact.md",
"src/routes/donate.md",
"src/routes/faq.md",
"src/routes/gameservers.md",
"src/routes/index.md",
"src/routes/instances.md",
"src/routes/members.md",
"src/routes/minecraft.md",
"src/routes/minecraft_recommendedcsmods.md"
]
},
"src/routes/__layout.svelte": {
"file": "pages/__layout.svelte-6d1f5c71.js",
"src": "src/routes/__layout.svelte",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
],
"css": [
"assets/pages/__layout.svelte-c78dcdc3.css"
],
"assets": [
"assets/projectsegfault1-b096ffbc.png"
]
},
".svelte-kit/runtime/components/error.svelte": {
"file": "error.svelte-2e279b23.js",
"src": ".svelte-kit/runtime/components/error.svelte",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/branding.md": {
"file": "pages/branding.md-162b7d39.js",
"src": "src/routes/branding.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/contact.md": {
"file": "pages/contact.md-c500f5d2.js",
"src": "src/routes/contact.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/donate.md": {
"file": "pages/donate.md-95f09fb5.js",
"src": "src/routes/donate.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/faq.md": {
"file": "pages/faq.md-fef06dc7.js",
"src": "src/routes/faq.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/gameservers.md": {
"file": "pages/gameservers.md-69c866d5.js",
"src": "src/routes/gameservers.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/index.md": {
"file": "pages/index.md-7a103f35.js",
"src": "src/routes/index.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/instances.md": {
"file": "pages/instances.md-fa388593.js",
"src": "src/routes/instances.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/members.md": {
"file": "pages/members.md-3021dff5.js",
"src": "src/routes/members.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/minecraft.md": {
"file": "pages/minecraft.md-7ce11341.js",
"src": "src/routes/minecraft.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/minecraft_recommendedcsmods.md": {
"file": "pages/minecraft_recommendedcsmods.md-38efe415.js",
"src": "src/routes/minecraft_recommendedcsmods.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"_index-61db2223.js": {
"file": "chunks/index-61db2223.js"
}
}

View File

@ -0,0 +1 @@
import{S as h5,i as d5,s as f5,e as l,k as m,t as y,c as x,a as h,d as s,m as _,h as w,F as g5,b as e,f as p5,g as C,G as a,H as b5,n as X,I as u5,x as y5,y as w5,z as m5,J as _5,K as v5,L as $5,r as l5,p as x5,C as E5}from"../chunks/index-61db2223.js";var A5="/_app/assets/projectsegfault1-b096ffbc.png";function S5(b){let n,d,i,g,u,p,v,$,c,t,o,P,B,r,A,D,G,S,H,F,k,N,Q,j,R,T,q,z,J,M,K,V,I,O,U,Y;return{c(){n=l("header"),d=l("a"),i=l("img"),u=m(),p=l("a"),v=y("Project "),$=l("span"),c=y("Segfault"),t=m(),o=l("a"),P=y("Menu"),B=m(),r=l("div"),A=l("a"),D=y("Instances"),G=m(),S=l("a"),H=y("Games"),F=m(),k=l("a"),N=y("Donate"),Q=m(),j=l("a"),R=y("Minecraft"),T=m(),q=l("a"),z=y("Contact"),J=m(),M=l("a"),K=y("FAQ"),V=m(),I=l("a"),O=y("Members"),this.h()},l(L){n=x(L,"HEADER",{id:!0,class:!0});var E=h(n);d=x(E,"A",{href:!0});var Z=h(d);i=x(Z,"IMG",{src:!0,id:!0,alt:!0,class:!0}),Z.forEach(s),u=_(E),p=x(E,"A",{href:!0,class:!0,style:!0});var W=h(p);v=w(W,"Project "),$=x(W,"SPAN",{style:!0});var n5=h($);c=w(n5,"Segfault"),n5.forEach(s),W.forEach(s),t=_(E),o=x(E,"A",{href:!0,class:!0,id:!0});var t5=h(o);P=w(t5,"Menu"),t5.forEach(s),B=_(E),r=x(E,"DIV",{class:!0,id:!0});var f=h(r);A=x(f,"A",{href:!0,class:!0});var a5=h(A);D=w(a5,"Instances"),a5.forEach(s),G=_(f),S=x(f,"A",{href:!0,class:!0});var e5=h(S);H=w(e5,"Games"),e5.forEach(s),F=_(f),k=x(f,"A",{href:!0,class:!0});var o5=h(k);N=w(o5,"Donate"),o5.forEach(s),Q=_(f),j=x(f,"A",{href:!0,class:!0});var s5=h(j);R=w(s5,"Minecraft"),s5.forEach(s),T=_(f),q=x(f,"A",{href:!0,class:!0});var r5=h(q);z=w(r5,"Contact"),r5.forEach(s),J=_(f),M=x(f,"A",{href:!0,class:!0});var i5=h(M);K=w(i5,"FAQ"),i5.forEach(s),V=_(f),I=x(f,"A",{href:!0,class:!0});var c5=h(I);O=w(c5,"Members"),c5.forEach(s),f.forEach(s),E.forEach(s),this.h()},h(){g5(i.src,g=A5)||e(i,"src",g),e(i,"id","ProjectSegfaultLogoHeader"),e(i,"alt","project segfault's logo."),e(i,"class","svelte-wqfqmf"),e(d,"href","/"),p5($,"color","#00d4aa"),e(p,"href","/"),e(p,"class","text-flicker-in-glow svelte-wqfqmf"),p5(p,"color","#ce1717"),e(o,"href","javascript:void(0)"),e(o,"class","button"),e(o,"id","MenuButton"),e(A,"href","/instances"),e(A,"class","button"),e(S,"href","/gameservers"),e(S,"class","button"),e(k,"href","/donate"),e(k,"class","button"),e(j,"href","/minecraft"),e(j,"class","button"),e(q,"href","/contact"),e(q,"class","button"),e(M,"href","/faq"),e(M,"class","button"),e(I,"href","/members"),e(I,"class","button"),e(r,"class","center navbarpieceofshitfuckihatethis"),e(r,"id","navbarpieceofshitfuckihatethis"),e(n,"id","navigationBar"),e(n,"class","navigvationBar svelte-wqfqmf")},m(L,E){C(L,n,E),a(n,d),a(d,i),a(n,u),a(n,p),a(p,v),a(p,$),a($,c),a(n,t),a(n,o),a(o,P),a(n,B),a(n,r),a(r,A),a(A,D),a(r,G),a(r,S),a(S,H),a(r,F),a(r,k),a(k,N),a(r,Q),a(r,j),a(j,R),a(r,T),a(r,q),a(q,z),a(r,J),a(r,M),a(M,K),a(r,V),a(r,I),a(I,O),U||(Y=b5(o,"click",k5),U=!0)},p:X,i:X,o:X,d(L){L&&s(n),U=!1,Y()}}}function k5(){var b=document.getElementById("navbarpieceofshitfuckihatethis"),n=b.classList,d=n.toString();const i=n.item(2);console.log(n),b.className,i&&(console.log("Shit"),n.add("responsive")),d.includes("responsive")&&(console.log("Piss"),n.remove("responsive"))}function j5(b){return[]}class q5 extends h5{constructor(n){super(),d5(this,n,j5,S5,f5,{})}}function M5(b){let n,d,i,g,u,p,v;g=new q5({});const $=b[1].default,c=u5($,b,b[0],null);return{c(){n=l("title"),d=y("Project Segfault"),i=m(),y5(g.$$.fragment),u=m(),p=l("main"),c&&c.c()},l(t){n=x(t,"TITLE",{});var o=h(n);d=w(o,"Project Segfault"),o.forEach(s),i=_(t),w5(g.$$.fragment,t),u=_(t),p=x(t,"MAIN",{});var P=h(p);c&&c.l(P),P.forEach(s)},m(t,o){C(t,n,o),a(n,d),C(t,i,o),m5(g,t,o),C(t,u,o),C(t,p,o),c&&c.m(p,null),v=!0},p(t,[o]){c&&c.p&&(!v||o&1)&&_5(c,$,t,t[0],v?$5($,t[0],o,null):v5(t[0]),null)},i(t){v||(l5(g.$$.fragment,t),l5(c,t),v=!0)},o(t){x5(g.$$.fragment,t),x5(c,t),v=!1},d(t){t&&s(n),t&&s(i),E5(g,t),t&&s(u),t&&s(p),c&&c.d(t)}}}function I5(b,n,d){let{$$slots:i={},$$scope:g}=n;return b.$$set=u=>{"$$scope"in u&&d(0,g=u.$$scope)},[g,i]}class L5 extends h5{constructor(n){super(),d5(this,n,I5,M5,f5,{})}}export{L5 as default};

View File

@ -0,0 +1 @@
import{S as J,i as K,s as Q,e as f,t as a,k as E,c as u,a as h,h as n,d as t,m as b,b as q,g as l,G as r,n as L}from"../chunks/index-61db2223.js";function U(F){let s,x,c,d,j,S,m,R,A,_,k,C,v,w,P,o,G,p,g,D,B,y,I;return{c(){s=f("h1"),x=a(z),c=E(),d=f("h2"),j=a("The files for Project Segfault\u2019s Branding"),S=E(),m=f("h3"),R=a("Legal"),A=E(),_=f("p"),k=a("Our branding is protected under Creative Commonns Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)."),C=E(),v=f("h3"),w=a("Now let\u2019s get into the branding"),P=E(),o=f("p"),G=a("We put pretty much everything you need on "),p=f("a"),g=a("GitHub"),D=a("."),B=E(),y=f("p"),I=a("Read the README there, there\u2019s guidelines and everything you\u2019d need in it."),this.h()},l(e){s=u(e,"H1",{});var i=h(s);x=n(i,z),i.forEach(t),c=b(e),d=u(e,"H2",{});var M=h(d);j=n(M,"The files for Project Segfault\u2019s Branding"),M.forEach(t),S=b(e),m=u(e,"H3",{});var N=h(m);R=n(N,"Legal"),N.forEach(t),A=b(e),_=u(e,"P",{});var O=h(_);k=n(O,"Our branding is protected under Creative Commonns Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)."),O.forEach(t),C=b(e),v=u(e,"H3",{});var T=h(v);w=n(T,"Now let\u2019s get into the branding"),T.forEach(t),P=b(e),o=u(e,"P",{});var H=h(o);G=n(H,"We put pretty much everything you need on "),p=u(H,"A",{href:!0,rel:!0});var W=h(p);g=n(W,"GitHub"),W.forEach(t),D=n(H,"."),H.forEach(t),B=b(e),y=u(e,"P",{});var Y=h(y);I=n(Y,"Read the README there, there\u2019s guidelines and everything you\u2019d need in it."),Y.forEach(t),this.h()},h(){q(p,"href","https://github.com/ProjectSegfault/brandng"),q(p,"rel","nofollow")},m(e,i){l(e,s,i),r(s,x),l(e,c,i),l(e,d,i),r(d,j),l(e,S,i),l(e,m,i),r(m,R),l(e,A,i),l(e,_,i),r(_,k),l(e,C,i),l(e,v,i),r(v,w),l(e,P,i),l(e,o,i),r(o,G),r(o,p),r(p,g),r(o,D),l(e,B,i),l(e,y,i),r(y,I)},p:L,i:L,o:L,d(e){e&&t(s),e&&t(c),e&&t(d),e&&t(S),e&&t(m),e&&t(A),e&&t(_),e&&t(C),e&&t(v),e&&t(P),e&&t(o),e&&t(B),e&&t(y)}}}const V={title:"Project Segfault Branding"},{title:z}=V;class Z extends J{constructor(s){super(),K(this,s,null,U,Q,{})}}export{Z as default,V as metadata};

View File

@ -0,0 +1 @@
import{S as rt,i as pt,s as ut,e as a,t as c,k as r,c as s,a as i,h as m,d as e,m as p,b as v,g as o,G as f,n as V}from"../chunks/index-61db2223.js";function ct(ft){let h,q,C,_,F,H,E,L,I,n,y,N,O,k,j,z,B,b,J,S,w,x,K,T,M,P,Q,d,D,G,u,R,U,A;return{c(){h=a("h1"),q=c(it),C=r(),_=a("h2"),F=c("Do you want to contact us?"),H=r(),E=a("h1"),L=c("Our email"),I=r(),n=a("p"),y=a("a"),N=c("contact@projectsegfau.lt"),O=r(),k=a("p"),j=a("i"),z=c("Please be aware that Microsoft often blocks non-popular emails, if you do contact us through there, make sure to check your spam and mark it as not-spam!"),B=r(),b=a("h1"),J=c("Invites"),S=r(),w=a("p"),x=a("a"),K=c("Discord"),T=r(),M=a("p"),P=a("a"),Q=c("Matrix"),d=r(),D=a("p"),G=r(),u=a("button"),R=c("Click to show who is active on what platform"),U=r(),A=a("p"),this.h()},l(t){h=s(t,"H1",{});var l=i(h);q=m(l,it),l.forEach(e),C=p(t),_=s(t,"H2",{});var W=i(_);F=m(W,"Do you want to contact us?"),W.forEach(e),H=p(t),E=s(t,"H1",{});var X=i(E);L=m(X,"Our email"),X.forEach(e),I=p(t),n=s(t,"P",{});var Y=i(n);y=s(Y,"A",{href:!0});var Z=i(y);N=m(Z,"contact@projectsegfau.lt"),Z.forEach(e),Y.forEach(e),O=p(t),k=s(t,"P",{});var $=i(k);j=s($,"I",{});var g=i(j);z=m(g,"Please be aware that Microsoft often blocks non-popular emails, if you do contact us through there, make sure to check your spam and mark it as not-spam!"),g.forEach(e),$.forEach(e),B=p(t),b=s(t,"H1",{});var tt=i(b);J=m(tt,"Invites"),tt.forEach(e),S=p(t),w=s(t,"P",{});var et=i(w);x=s(et,"A",{href:!0});var lt=i(x);K=m(lt,"Discord"),lt.forEach(e),et.forEach(e),T=p(t),M=s(t,"P",{});var ot=i(M);P=s(ot,"A",{href:!0});var at=i(P);Q=m(at,"Matrix"),at.forEach(e),ot.forEach(e),d=p(t),D=s(t,"P",{id:!0}),i(D).forEach(e),G=p(t),u=s(t,"BUTTON",{type:!0,class:!0,onclick:!0});var st=i(u);R=m(st,"Click to show who is active on what platform"),st.forEach(e),U=p(t),A=s(t,"P",{id:!0}),i(A).forEach(e),this.h()},h(){v(y,"href","mailto:contact@projectsegfau.lt"),v(x,"href","https://discord.gg/26EG7fFtfS"),v(P,"href","https://matrix.to/#/#project-segfault:projectsegfau.lt"),v(D,"id","Active"),v(u,"type","button"),v(u,"class","button"),v(u,"onclick",'document.getElementById("Active").innerHTML = "Midou (Matrix) / Mrlerien (Discord) / Odyssey (Both) / Devnol (Discord and Matrix)"'),v(A,"id","Activity")},m(t,l){o(t,h,l),f(h,q),o(t,C,l),o(t,_,l),f(_,F),o(t,H,l),o(t,E,l),f(E,L),o(t,I,l),o(t,n,l),f(n,y),f(y,N),o(t,O,l),o(t,k,l),f(k,j),f(j,z),o(t,B,l),o(t,b,l),f(b,J),o(t,S,l),o(t,w,l),f(w,x),f(x,K),o(t,T,l),o(t,M,l),f(M,P),f(P,Q),o(t,d,l),o(t,D,l),o(t,G,l),o(t,u,l),f(u,R),o(t,U,l),o(t,A,l)},p:V,i:V,o:V,d(t){t&&e(h),t&&e(C),t&&e(_),t&&e(H),t&&e(E),t&&e(I),t&&e(n),t&&e(O),t&&e(k),t&&e(B),t&&e(b),t&&e(S),t&&e(w),t&&e(T),t&&e(M),t&&e(d),t&&e(D),t&&e(G),t&&e(u),t&&e(U),t&&e(A)}}}const mt={title:"Contact Us"},{title:it}=mt;class vt extends rt{constructor(h){super(),pt(this,h,null,ct,ut,{})}}export{vt as default,mt as metadata};

View File

@ -0,0 +1 @@
import{S as R,i as V,s as W,e as l,t as n,k as w,c as r,a as i,h as p,d as t,m as L,b as S,f as $,F as g,g as o,G as s,n as Z}from"../chunks/index-61db2223.js";function ee(Y){let f,j,E,d,k,F,v,x,P,h,I,G,_,N,J,y,H,c,m,q,M,u,Q,b,C;return{c(){f=l("h1"),j=n(X),E=w(),d=l("h2"),k=n("Our donation methods"),F=w(),v=l("h1"),x=n("please do"),P=w(),h=l("p"),I=n("If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoy or use our services on a daily basis."),G=w(),_=l("h1"),N=n("yeah sure I\u2019ll donate. links?"),J=w(),y=l("p"),H=n("LiberaPay: "),c=l("a"),m=l("img"),M=w(),u=l("p"),Q=n("Monero: "),b=l("span"),C=n("47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA"),this.h()},l(e){f=r(e,"H1",{});var a=i(f);j=p(a,X),a.forEach(t),E=L(e),d=r(e,"H2",{});var z=i(d);k=p(z,"Our donation methods"),z.forEach(t),F=L(e),v=r(e,"H1",{});var B=i(v);x=p(B,"please do"),B.forEach(t),P=L(e),h=r(e,"P",{});var K=i(h);I=p(K,"If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoy or use our services on a daily basis."),K.forEach(t),G=L(e),_=r(e,"H1",{});var O=i(_);N=p(O,"yeah sure I\u2019ll donate. links?"),O.forEach(t),J=L(e),y=r(e,"P",{});var D=i(y);H=p(D,"LiberaPay: "),c=r(D,"A",{href:!0});var T=i(c);m=r(T,"IMG",{alt:!0,style:!0,src:!0}),T.forEach(t),D.forEach(t),M=L(e),u=r(e,"P",{});var A=i(u);Q=p(A,"Monero: "),b=r(A,"SPAN",{id:!0});var U=i(b);C=p(U,"47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA"),U.forEach(t),A.forEach(t),this.h()},h(){S(m,"alt","Donate using Liberapay"),$(m,"height","1.5em"),g(m.src,q="https://liberapay.com/assets/widgets/donate.svg")||S(m,"src",q),S(c,"href","https://liberapay.com/Midou/donate"),S(b,"id","wordwrappedlongthingaaa")},m(e,a){o(e,f,a),s(f,j),o(e,E,a),o(e,d,a),s(d,k),o(e,F,a),o(e,v,a),s(v,x),o(e,P,a),o(e,h,a),s(h,I),o(e,G,a),o(e,_,a),s(_,N),o(e,J,a),o(e,y,a),s(y,H),s(y,c),s(c,m),o(e,M,a),o(e,u,a),s(u,Q),s(u,b),s(b,C)},p:Z,i:Z,o:Z,d(e){e&&t(f),e&&t(E),e&&t(d),e&&t(F),e&&t(v),e&&t(P),e&&t(h),e&&t(G),e&&t(_),e&&t(J),e&&t(y),e&&t(M),e&&t(u)}}}const te={title:"Donate to Project Segfault"},{title:X}=te;class oe extends R{constructor(f){super(),V(this,f,null,ee,W,{})}}export{oe as default,te as metadata};

View File

@ -0,0 +1,3 @@
import{S as me,i as we,s as de,e as r,t as l,k as f,c as n,a as u,h as i,d as t,m as y,b as oe,g as a,G as s,n as ae}from"../chunks/index-61db2223.js";function be(ve){let p,F,W,w,L,I,d,Y,M,b,N,j,_,Q,A,x,R,O,c,z,m,J,K,P,E,U,q,h,V,S,X,Z,D,H,$,G,v,g,k,ee,te;return{c(){p=r("h1"),F=l(he),W=f(),w=r("h2"),L=l("Who is the project owner?"),I=f(),d=r("p"),Y=l("Orignally: Midou (Sysadmin) and Mrlerien (Hoster), but now Odyssey346 (Game Server Sysadmin, webdev and social media manager) and Devnol (Hoster) are with us."),M=f(),b=r("h1"),N=l("Hold on, what if Devnol decides to backstab you?"),j=f(),_=r("p"),Q=l("I highly doubt he will, but in any case this happens, critical services will stay up. So only extra (non important services) running on the server will be gone, but you should be aware of that anyways."),A=f(),x=r("h1"),R=l("One of your services contains toxic people!"),O=f(),c=r("p"),z=l("You can contact us by mail or Matrix and we can figure this out with you. But we recommend that you put most of these requests in our support channel at "),m=r("a"),J=l("#support:projectsegfau.lt"),K=l(` on Matrix.
If it\u2019s something personal, just say that you have a report against someone on one of our services and you\u2019d like to be contacted by an admin and we\u2019ll constact you ASAP. We have no lives so we\u2019re quite active.`),P=f(),E=r("h1"),U=l("How can I trust your services?"),q=f(),h=r("p"),V=l("Well, you really can\u2019t. We don\u2019t make our logs or anything public, however, if you would like the data we have on you, please contact us. If you\u2019re paranoid, "),S=r("strong"),X=l("you are allowed to use Tor on our services"),Z=l(", but we don\u2019t host any .onion links."),D=f(),H=r("h1"),$=l("Which ways do you prefer to communicate?"),G=f(),v=r("p"),g=l("Look at "),k=r("a"),ee=l("Contact"),te=l("."),this.h()},l(e){p=n(e,"H1",{});var o=u(p);F=i(o,he),o.forEach(t),W=y(e),w=n(e,"H2",{});var se=u(w);L=i(se,"Who is the project owner?"),se.forEach(t),I=y(e),d=n(e,"P",{});var le=u(d);Y=i(le,"Orignally: Midou (Sysadmin) and Mrlerien (Hoster), but now Odyssey346 (Game Server Sysadmin, webdev and social media manager) and Devnol (Hoster) are with us."),le.forEach(t),M=y(e),b=n(e,"H1",{});var ie=u(b);N=i(ie,"Hold on, what if Devnol decides to backstab you?"),ie.forEach(t),j=y(e),_=n(e,"P",{});var re=u(_);Q=i(re,"I highly doubt he will, but in any case this happens, critical services will stay up. So only extra (non important services) running on the server will be gone, but you should be aware of that anyways."),re.forEach(t),A=y(e),x=n(e,"H1",{});var ne=u(x);R=i(ne,"One of your services contains toxic people!"),ne.forEach(t),O=y(e),c=n(e,"P",{});var C=u(c);z=i(C,"You can contact us by mail or Matrix and we can figure this out with you. But we recommend that you put most of these requests in our support channel at "),m=n(C,"A",{href:!0,rel:!0});var ue=u(m);J=i(ue,"#support:projectsegfau.lt"),ue.forEach(t),K=i(C,` on Matrix.
If it\u2019s something personal, just say that you have a report against someone on one of our services and you\u2019d like to be contacted by an admin and we\u2019ll constact you ASAP. We have no lives so we\u2019re quite active.`),C.forEach(t),P=y(e),E=n(e,"H1",{});var fe=u(E);U=i(fe,"How can I trust your services?"),fe.forEach(t),q=y(e),h=n(e,"P",{});var T=u(h);V=i(T,"Well, you really can\u2019t. We don\u2019t make our logs or anything public, however, if you would like the data we have on you, please contact us. If you\u2019re paranoid, "),S=n(T,"STRONG",{});var ye=u(S);X=i(ye,"you are allowed to use Tor on our services"),ye.forEach(t),Z=i(T,", but we don\u2019t host any .onion links."),T.forEach(t),D=y(e),H=n(e,"H1",{});var pe=u(H);$=i(pe,"Which ways do you prefer to communicate?"),pe.forEach(t),G=y(e),v=n(e,"P",{});var B=u(v);g=i(B,"Look at "),k=n(B,"A",{href:!0});var ce=u(k);ee=i(ce,"Contact"),ce.forEach(t),te=i(B,"."),B.forEach(t),this.h()},h(){oe(m,"href","https://matrix.to/#/#support:projectsegfau.lt"),oe(m,"rel","nofollow"),oe(k,"href","/contact")},m(e,o){a(e,p,o),s(p,F),a(e,W,o),a(e,w,o),s(w,L),a(e,I,o),a(e,d,o),s(d,Y),a(e,M,o),a(e,b,o),s(b,N),a(e,j,o),a(e,_,o),s(_,Q),a(e,A,o),a(e,x,o),s(x,R),a(e,O,o),a(e,c,o),s(c,z),s(c,m),s(m,J),s(c,K),a(e,P,o),a(e,E,o),s(E,U),a(e,q,o),a(e,h,o),s(h,V),s(h,S),s(S,X),s(h,Z),a(e,D,o),a(e,H,o),s(H,$),a(e,G,o),a(e,v,o),s(v,g),s(v,k),s(k,ee),s(v,te)},p:ae,i:ae,o:ae,d(e){e&&t(p),e&&t(W),e&&t(w),e&&t(I),e&&t(d),e&&t(M),e&&t(b),e&&t(j),e&&t(_),e&&t(A),e&&t(x),e&&t(O),e&&t(c),e&&t(P),e&&t(E),e&&t(q),e&&t(h),e&&t(D),e&&t(H),e&&t(G),e&&t(v)}}}const _e={title:"FAQ"},{title:he}=_e;class Ee extends me{constructor(p){super(),we(this,p,null,be,de,{})}}export{Ee as default,_e as metadata};

View File

@ -0,0 +1,15 @@
import{S as yt,i as Tt,s as Rt,e as t,t as n,k as l,c as r,a as i,h,d as a,m as o,b as c,f as Ct,g as w,G as e,n as tt}from"../chunks/index-61db2223.js";function Bt(wt){let y,U,z,G,X,J,L,Y,K,p,Z,R,$,ee,te,re,C,ae,Q,_,d,O,se,le,S,oe,ie,ne,he,M,ce,fe,ue,de,B,ve,me,f,I,be,_e,W,pe,ke,Ee,ge,we,ye,N,Te,Re,Ce,Be,H,He,Ae,v,F,De,Ge,j,Le,Oe,Se,Me,Ie,Ne,V,Fe,Ve,xe,Pe,u,x,We,je,q,qe,ze,Je,Ke,Qe,Ue,P,Xe,Ye,Ze,$e,A,et;return{c(){y=t("h1"),U=n(gt),z=l(),G=t("h2"),X=n("The places to release good chemicals in your brain"),J=l(),L=t("h3"),Y=n("Note: MOST OF THESE ARE NOT ONLINE! We\u2019re too fucking lazy to get them back right now."),K=l(),p=t("div"),Z=n("Please use common sense when playing on our servers. ("),R=t("a"),$=n("What is common sense?"),ee=n(`)
`),te=t("br"),re=l(),C=t("a"),ae=n("Our Discord server"),Q=l(),_=t("div"),d=t("div"),O=t("h3"),se=n("Garry's Mod"),le=l(),S=t("a"),oe=n("Garry's Mod has it's own website. Check it out here!"),ie=l(),ne=t("br"),he=l(),M=t("a"),ce=n("Connect to the server using this link"),fe=l(),ue=t("br"),de=l(),B=t("a"),ve=n("GameTracker Link"),me=l(),f=t("div"),I=t("h3"),be=n("Half-Life 2 Deathmatch"),_e=l(),W=t("b"),pe=n("Server name in browser list: MutaToiletTips"),ke=l(),Ee=t("br"),ge=n(`
Almost pure vanilla hl2dm server where you can have lots of fun chucking toilets at people
`),we=t("br"),ye=l(),N=t("a"),Te=n("Connect to the server using this link"),Re=l(),Ce=t("br"),Be=l(),H=t("a"),He=n("GameTracker Link"),Ae=l(),v=t("div"),F=t("h3"),De=n("Ricochet"),Ge=l(),j=t("b"),Le=n("Server name in browser list: MutaRicochetTips"),Oe=l(),Se=t("br"),Me=n(`
Our mission is to become the #1 Ricochet server in the world. It probably already is.
`),Ie=t("br"),Ne=l(),V=t("a"),Fe=n("Connect to the server using this link"),Ve=l(),xe=t("br"),Pe=l(),u=t("div"),x=t("h3"),We=n("Half-Life: Deathmatch"),je=l(),q=t("b"),qe=n("Server name in browser list: MutaCascadeTips"),ze=l(),Je=t("br"),Ke=n(`
Fun, casual Half-Life: Deathmatch. Perfect for when you dig out that old computer you found in your attic.
`),Qe=t("br"),Ue=l(),P=t("a"),Xe=n("Connect to the server using this link"),Ye=l(),Ze=t("br"),$e=l(),A=t("a"),et=n("GameTracker Link"),this.h()},l(s){y=r(s,"H1",{});var k=i(y);U=h(k,gt),k.forEach(a),z=o(s),G=r(s,"H2",{});var rt=i(G);X=h(rt,"The places to release good chemicals in your brain"),rt.forEach(a),J=o(s),L=r(s,"H3",{});var at=i(L);Y=h(at,"Note: MOST OF THESE ARE NOT ONLINE! We\u2019re too fucking lazy to get them back right now."),at.forEach(a),K=o(s),p=r(s,"DIV",{class:!0});var D=i(p);Z=h(D,"Please use common sense when playing on our servers. ("),R=r(D,"A",{href:!0,target:!0});var st=i(R);$=h(st,"What is common sense?"),st.forEach(a),ee=h(D,`)
`),te=r(D,"BR",{}),re=o(D),C=r(D,"A",{href:!0,style:!0});var lt=i(C);ae=h(lt,"Our Discord server"),lt.forEach(a),D.forEach(a),Q=o(s),_=r(s,"DIV",{class:!0});var T=i(_);d=r(T,"DIV",{id:!0});var E=i(d);O=r(E,"H3",{class:!0});var ot=i(O);se=h(ot,"Garry's Mod"),ot.forEach(a),le=o(E),S=r(E,"A",{href:!0});var it=i(S);oe=h(it,"Garry's Mod has it's own website. Check it out here!"),it.forEach(a),ie=o(E),ne=r(E,"BR",{}),he=o(E),M=r(E,"A",{href:!0});var nt=i(M);ce=h(nt,"Connect to the server using this link"),nt.forEach(a),fe=o(E),ue=r(E,"BR",{}),de=o(E),B=r(E,"A",{href:!0,target:!0});var ht=i(B);ve=h(ht,"GameTracker Link"),ht.forEach(a),E.forEach(a),me=o(T),f=r(T,"DIV",{id:!0});var m=i(f);I=r(m,"H3",{class:!0});var ct=i(I);be=h(ct,"Half-Life 2 Deathmatch"),ct.forEach(a),_e=o(m),W=r(m,"B",{});var ft=i(W);pe=h(ft,"Server name in browser list: MutaToiletTips"),ft.forEach(a),ke=o(m),Ee=r(m,"BR",{}),ge=h(m,`
Almost pure vanilla hl2dm server where you can have lots of fun chucking toilets at people
`),we=r(m,"BR",{}),ye=o(m),N=r(m,"A",{href:!0});var ut=i(N);Te=h(ut,"Connect to the server using this link"),ut.forEach(a),Re=o(m),Ce=r(m,"BR",{}),Be=o(m),H=r(m,"A",{href:!0,target:!0});var dt=i(H);He=h(dt,"GameTracker Link"),dt.forEach(a),m.forEach(a),Ae=o(T),v=r(T,"DIV",{id:!0});var g=i(v);F=r(g,"H3",{class:!0});var vt=i(F);De=h(vt,"Ricochet"),vt.forEach(a),Ge=o(g),j=r(g,"B",{});var mt=i(j);Le=h(mt,"Server name in browser list: MutaRicochetTips"),mt.forEach(a),Oe=o(g),Se=r(g,"BR",{}),Me=h(g,`
Our mission is to become the #1 Ricochet server in the world. It probably already is.
`),Ie=r(g,"BR",{}),Ne=o(g),V=r(g,"A",{href:!0});var bt=i(V);Fe=h(bt,"Connect to the server using this link"),bt.forEach(a),Ve=o(g),xe=r(g,"BR",{}),g.forEach(a),Pe=o(T),u=r(T,"DIV",{id:!0});var b=i(u);x=r(b,"H3",{class:!0});var _t=i(x);We=h(_t,"Half-Life: Deathmatch"),_t.forEach(a),je=o(b),q=r(b,"B",{});var pt=i(q);qe=h(pt,"Server name in browser list: MutaCascadeTips"),pt.forEach(a),ze=o(b),Je=r(b,"BR",{}),Ke=h(b,`
Fun, casual Half-Life: Deathmatch. Perfect for when you dig out that old computer you found in your attic.
`),Qe=r(b,"BR",{}),Ue=o(b),P=r(b,"A",{href:!0});var kt=i(P);Xe=h(kt,"Connect to the server using this link"),kt.forEach(a),Ye=o(b),Ze=r(b,"BR",{}),$e=o(b),A=r(b,"A",{href:!0,target:!0});var Et=i(A);et=h(Et,"GameTracker Link"),Et.forEach(a),b.forEach(a),T.forEach(a),this.h()},h(){c(R,"href","https://www.google.com/search?q=i%27m%20stupid%20and%20i%20dont%20know%20what%20common%20sense%20is%20so%20i%20have%20to%20google%20it"),c(R,"target","_blank"),c(C,"href","https://discord.gg/26EG7fFtfS"),Ct(C,"color","#5865F2"),c(p,"class","centreofattention"),c(O,"class","gameserversCardTitle"),c(S,"href","https://gmod.projectsegfau.lt"),c(M,"href","steam://connect/gmodsrv.projectsegfau.lt"),c(B,"href","https://www.gametracker.com/server_info/176.174.120.242:27015/"),c(B,"target","_blank"),c(d,"id","gmod"),c(I,"class","gameserversCardTitle"),c(N,"href","steam://connect/176.174.120.242:27017"),c(H,"href","https://www.gametracker.com/server_info/176.174.120.242:27017/"),c(H,"target","_blank"),c(f,"id","hl2dm"),c(F,"class","gameserversCardTitle"),c(V,"href","steam://connect/176.174.120.242:27016"),c(v,"id","ricochet"),c(x,"class","gameserversCardTitle"),c(P,"href","steam://connect/176.174.120.242:27018"),c(A,"href","https://www.gametracker.com/server_info/176.174.120.242:27018/"),c(A,"target","_blank"),c(u,"id","hldm"),c(_,"class","card")},m(s,k){w(s,y,k),e(y,U),w(s,z,k),w(s,G,k),e(G,X),w(s,J,k),w(s,L,k),e(L,Y),w(s,K,k),w(s,p,k),e(p,Z),e(p,R),e(R,$),e(p,ee),e(p,te),e(p,re),e(p,C),e(C,ae),w(s,Q,k),w(s,_,k),e(_,d),e(d,O),e(O,se),e(d,le),e(d,S),e(S,oe),e(d,ie),e(d,ne),e(d,he),e(d,M),e(M,ce),e(d,fe),e(d,ue),e(d,de),e(d,B),e(B,ve),e(_,me),e(_,f),e(f,I),e(I,be),e(f,_e),e(f,W),e(W,pe),e(f,ke),e(f,Ee),e(f,ge),e(f,we),e(f,ye),e(f,N),e(N,Te),e(f,Re),e(f,Ce),e(f,Be),e(f,H),e(H,He),e(_,Ae),e(_,v),e(v,F),e(F,De),e(v,Ge),e(v,j),e(j,Le),e(v,Oe),e(v,Se),e(v,Me),e(v,Ie),e(v,Ne),e(v,V),e(V,Fe),e(v,Ve),e(v,xe),e(_,Pe),e(_,u),e(u,x),e(x,We),e(u,je),e(u,q),e(q,qe),e(u,ze),e(u,Je),e(u,Ke),e(u,Qe),e(u,Ue),e(u,P),e(P,Xe),e(u,Ye),e(u,Ze),e(u,$e),e(u,A),e(A,et)},p:tt,i:tt,o:tt,d(s){s&&a(y),s&&a(z),s&&a(G),s&&a(J),s&&a(L),s&&a(K),s&&a(p),s&&a(Q),s&&a(_)}}}const Ht={title:"Our Gameservers"},{title:gt}=Ht;class Dt extends yt{constructor(y){super(),Tt(this,y,null,Bt,Rt,{})}}export{Dt as default,Ht as metadata};

View File

@ -0,0 +1 @@
import{S as X,i as Z,s as $,e as a,t as r,k as c,c as o,a as i,h as f,d as t,m as d,b as x,g as l,G as u,n as F}from"../chunks/index-61db2223.js";function g(V){let p,P,E,h,W,H,v,A,S,m,D,G,_,N,k,n,T,j,b,Y,I,w,q,M,y,C;return{c(){p=a("h1"),P=r(U),E=c(),h=a("a"),W=r("Matrix"),H=c(),v=a("a"),A=r("Discord"),S=c(),m=a("a"),D=r("GitHub"),G=c(),_=a("h2"),N=r("4 idiots & one Sun server."),k=c(),n=a("h1"),T=r("what"),j=c(),b=a("p"),Y=r("We are 4 teenagers who have a decently powerful server. What do we do with this server? Host game servers and random assortment of privacy respecting tools like Invidious, Nextcloud, Matrix etc\u2026 and maybe some original works. You\u2019ll see eventually!"),I=c(),w=a("h1"),q=r("shut up nerd, I want to play games. Give me your ips!!!!"),M=c(),y=a("p"),C=r("There should be a navbar at the top."),this.h()},l(e){p=o(e,"H1",{});var s=i(p);P=f(s,U),s.forEach(t),E=d(e),h=o(e,"A",{href:!0,class:!0});var R=i(h);W=f(R,"Matrix"),R.forEach(t),H=d(e),v=o(e,"A",{href:!0,class:!0});var z=i(v);A=f(z,"Discord"),z.forEach(t),S=d(e),m=o(e,"A",{href:!0,class:!0});var B=i(m);D=f(B,"GitHub"),B.forEach(t),G=d(e),_=o(e,"H2",{});var J=i(_);N=f(J,"4 idiots & one Sun server."),J.forEach(t),k=d(e),n=o(e,"H1",{});var K=i(n);T=f(K,"what"),K.forEach(t),j=d(e),b=o(e,"P",{});var L=i(b);Y=f(L,"We are 4 teenagers who have a decently powerful server. What do we do with this server? Host game servers and random assortment of privacy respecting tools like Invidious, Nextcloud, Matrix etc\u2026 and maybe some original works. You\u2019ll see eventually!"),L.forEach(t),I=d(e),w=o(e,"H1",{});var O=i(w);q=f(O,"shut up nerd, I want to play games. Give me your ips!!!!"),O.forEach(t),M=d(e),y=o(e,"P",{});var Q=i(y);C=f(Q,"There should be a navbar at the top."),Q.forEach(t),this.h()},h(){x(h,"href","https://matrix.to/#/#project-segfault:projectsegfau.lt"),x(h,"class","button matrixcolored"),x(v,"href","https://discord.gg/26EG7fFtfS"),x(v,"class","button discordcolored"),x(m,"href","https://github.com/ProjectSegfault"),x(m,"class","button githubcolored")},m(e,s){l(e,p,s),u(p,P),l(e,E,s),l(e,h,s),u(h,W),l(e,H,s),l(e,v,s),u(v,A),l(e,S,s),l(e,m,s),u(m,D),l(e,G,s),l(e,_,s),u(_,N),l(e,k,s),l(e,n,s),u(n,T),l(e,j,s),l(e,b,s),u(b,Y),l(e,I,s),l(e,w,s),u(w,q),l(e,M,s),l(e,y,s),u(y,C)},p:F,i:F,o:F,d(e){e&&t(p),e&&t(E),e&&t(h),e&&t(H),e&&t(v),e&&t(S),e&&t(m),e&&t(G),e&&t(_),e&&t(k),e&&t(n),e&&t(j),e&&t(b),e&&t(I),e&&t(w),e&&t(M),e&&t(y)}}}const ee={title:"Project Segfault"},{title:U}=ee;class se extends X{constructor(p){super(),Z(this,p,null,g,$,{})}}export{se as default,ee as metadata};

View File

@ -0,0 +1,23 @@
import{S as st,i as at,s as it,e as t,t as n,k as i,c as r,a as l,h as d,d as s,m as o,b as c,g as P,G as e,n as Se}from"../chunks/index-61db2223.js";function ot(rt){let I,j,O,C,q,F,R,A,G,z,S,h,u,L,J,K,M,Q,U,X,T,Z,$,ee,te,v,N,re,se,ae,ie,oe,le,W,ne,de,ce,he,b,Y,ue,ve,be,fe,me,pe,D,we,_e,ke,Ee,f,H,ye,Be,Ie,Re,Pe,Ce,V,Le,Te,Ne,We,m,g,Ye,De,He,Ve,ge,xe,x,Ae,Oe,Fe;return{c(){I=t("h1"),j=n(tt),O=i(),C=t("h2"),q=n("Privacy-respecting services hosted on our network."),F=i(),R=t("div"),A=t("p"),G=n("Notice: Invidious, Libreddit, LBRY and nitter will move to the new domains soon."),z=t("p"),S=i(),h=t("div"),u=t("div"),L=t("h3"),J=n("Invidious"),K=i(),M=t("br"),Q=n(`
Tired of using YouTube on an old PC? Too Bloated? Want less tracking? Invidious is for you.
`),U=t("br"),X=i(),T=t("a"),Z=n("Click here to access the website."),$=i(),ee=t("br"),te=i(),v=t("div"),N=t("h3"),re=n("Libreddit"),se=i(),ae=t("br"),ie=n(`
Want to become a redditor? Wait actually you shouldn't-
`),oe=t("br"),le=i(),W=t("a"),ne=n("Click here to access the website."),de=i(),ce=t("br"),he=i(),b=t("div"),Y=t("h3"),ue=n("Librarian (LBRY)"),ve=i(),be=t("br"),fe=n(`
Even with Odysee, we still can't have nice things.
`),me=t("br"),pe=i(),D=t("a"),we=n("Click here to access the website."),_e=i(),ke=t("br"),Ee=i(),f=t("div"),H=t("h3"),ye=n("Nitter"),Be=i(),Ie=t("br"),Re=n(`
You want to check something on twitter? Oh wait you don't have an account.. No worries!
`),Pe=t("br"),Ce=i(),V=t("a"),Le=n("Nitter is here for that."),Te=i(),Ne=t("br"),We=i(),m=t("div"),g=t("h3"),Ye=n("Pleroma (Fediverse)"),De=i(),He=t("br"),Ve=n(`
Imagine a twitter-like social media that is distributed throughout a network of individual servers and applications...
Then you should use Pleroma. It's like Twitter but less stupid and open source and decentralized. Works with the Fediverse, so you can see all your friends.
`),ge=t("br"),xe=i(),x=t("a"),Ae=n("Click me to access our Pleroma instance"),Oe=i(),Fe=t("br"),this.h()},l(a){I=r(a,"H1",{});var p=l(I);j=d(p,tt),p.forEach(s),O=o(a),C=r(a,"H2",{});var je=l(C);q=d(je,"Privacy-respecting services hosted on our network."),je.forEach(s),F=o(a),R=r(a,"DIV",{class:!0});var ze=l(R);A=r(ze,"P",{});var qe=l(A);G=d(qe,"Notice: Invidious, Libreddit, LBRY and nitter will move to the new domains soon."),qe.forEach(s),z=r(ze,"P",{}),l(z).forEach(s),ze.forEach(s),S=o(a),h=r(a,"DIV",{class:!0});var w=l(h);u=r(w,"DIV",{id:!0});var _=l(u);L=r(_,"H3",{class:!0});var Ge=l(L);J=d(Ge,"Invidious"),Ge.forEach(s),K=o(_),M=r(_,"BR",{}),Q=d(_,`
Tired of using YouTube on an old PC? Too Bloated? Want less tracking? Invidious is for you.
`),U=r(_,"BR",{}),X=o(_),T=r(_,"A",{href:!0});var Je=l(T);Z=d(Je,"Click here to access the website."),Je.forEach(s),$=o(_),ee=r(_,"BR",{}),_.forEach(s),te=o(w),v=r(w,"DIV",{id:!0});var k=l(v);N=r(k,"H3",{class:!0});var Ke=l(N);re=d(Ke,"Libreddit"),Ke.forEach(s),se=o(k),ae=r(k,"BR",{}),ie=d(k,`
Want to become a redditor? Wait actually you shouldn't-
`),oe=r(k,"BR",{}),le=o(k),W=r(k,"A",{href:!0});var Me=l(W);ne=d(Me,"Click here to access the website."),Me.forEach(s),de=o(k),ce=r(k,"BR",{}),k.forEach(s),he=o(w),b=r(w,"DIV",{id:!0});var E=l(b);Y=r(E,"H3",{class:!0});var Qe=l(Y);ue=d(Qe,"Librarian (LBRY)"),Qe.forEach(s),ve=o(E),be=r(E,"BR",{}),fe=d(E,`
Even with Odysee, we still can't have nice things.
`),me=r(E,"BR",{}),pe=o(E),D=r(E,"A",{href:!0});var Ue=l(D);we=d(Ue,"Click here to access the website."),Ue.forEach(s),_e=o(E),ke=r(E,"BR",{}),E.forEach(s),Ee=o(w),f=r(w,"DIV",{id:!0});var y=l(f);H=r(y,"H3",{class:!0});var Xe=l(H);ye=d(Xe,"Nitter"),Xe.forEach(s),Be=o(y),Ie=r(y,"BR",{}),Re=d(y,`
You want to check something on twitter? Oh wait you don't have an account.. No worries!
`),Pe=r(y,"BR",{}),Ce=o(y),V=r(y,"A",{href:!0});var Ze=l(V);Le=d(Ze,"Nitter is here for that."),Ze.forEach(s),Te=o(y),Ne=r(y,"BR",{}),y.forEach(s),We=o(w),m=r(w,"DIV",{id:!0});var B=l(m);g=r(B,"H3",{class:!0});var $e=l(g);Ye=d($e,"Pleroma (Fediverse)"),$e.forEach(s),De=o(B),He=r(B,"BR",{}),Ve=d(B,`
Imagine a twitter-like social media that is distributed throughout a network of individual servers and applications...
Then you should use Pleroma. It's like Twitter but less stupid and open source and decentralized. Works with the Fediverse, so you can see all your friends.
`),ge=r(B,"BR",{}),xe=o(B),x=r(B,"A",{href:!0});var et=l(x);Ae=d(et,"Click me to access our Pleroma instance"),et.forEach(s),Oe=o(B),Fe=r(B,"BR",{}),B.forEach(s),w.forEach(s),this.h()},h(){c(R,"class","centreofattention"),c(L,"class","instances"),c(T,"href","https://invidious.mutahar.rocks"),c(u,"id","inv"),c(N,"class","instances"),c(W,"href","https://libreddit.mutahar.rocks"),c(v,"id","libr"),c(Y,"class","instances"),c(D,"href","https://lbry.mutahar.rocks"),c(b,"id","lbry"),c(H,"class","instances"),c(V,"href","https://nitter.mutahar.rocks"),c(f,"id","nitt"),c(g,"class","instances"),c(x,"href","https://social.projectsegfau.lt"),c(m,"id","pleroma"),c(h,"class","card")},m(a,p){P(a,I,p),e(I,j),P(a,O,p),P(a,C,p),e(C,q),P(a,F,p),P(a,R,p),e(R,A),e(A,G),e(R,z),P(a,S,p),P(a,h,p),e(h,u),e(u,L),e(L,J),e(u,K),e(u,M),e(u,Q),e(u,U),e(u,X),e(u,T),e(T,Z),e(u,$),e(u,ee),e(h,te),e(h,v),e(v,N),e(N,re),e(v,se),e(v,ae),e(v,ie),e(v,oe),e(v,le),e(v,W),e(W,ne),e(v,de),e(v,ce),e(h,he),e(h,b),e(b,Y),e(Y,ue),e(b,ve),e(b,be),e(b,fe),e(b,me),e(b,pe),e(b,D),e(D,we),e(b,_e),e(b,ke),e(h,Ee),e(h,f),e(f,H),e(H,ye),e(f,Be),e(f,Ie),e(f,Re),e(f,Pe),e(f,Ce),e(f,V),e(V,Le),e(f,Te),e(f,Ne),e(h,We),e(h,m),e(m,g),e(g,Ye),e(m,De),e(m,He),e(m,Ve),e(m,ge),e(m,xe),e(m,x),e(x,Ae),e(m,Oe),e(m,Fe)},p:Se,i:Se,o:Se,d(a){a&&s(I),a&&s(O),a&&s(C),a&&s(F),a&&s(R),a&&s(S),a&&s(h)}}}const lt={title:"Our Instances"},{title:tt}=lt;class dt extends st{constructor(I){super(),at(this,I,null,ot,it,{})}}export{dt as default,lt as metadata};

View File

@ -0,0 +1,11 @@
import{S as re,i as oe,s as ae,e as i,t as r,k as P,c as f,a as c,h as o,d as s,m as j,b as a,f as se,g as l,G as u,n as T}from"../chunks/index-61db2223.js";function ie(le){let h,L,M,y,R,O,m,S,A,n,q,x,E,z,G,_,B,k,v,I,C,H,J,D,w,K,F,b,N,p,Q;return{c(){h=i("h1"),L=r(te),M=P(),y=i("h2"),R=r("Midou"),O=r(`
Project owner, manages the team. `),m=i("a"),S=r("His website"),A=P(),n=i("a"),q=r("His Pleroma account"),x=P(),E=i("h2"),z=r("MrLeRien"),G=r(`
Project co-owner + Hoster (hosts the Hitachi server in France), master of coins.
`),_=i("h2"),B=r("Odyssey346"),k=r(`
Chief Gaming Officer, web developer and occasional service borker. `),v=i("a"),I=r("His website"),C=P(),H=i("a"),J=r("His Pleroma account"),D=P(),w=i("h2"),K=r("Devnol"),F=r(`
Owner of our Helios server in Greece. `),b=i("a"),N=r("His website"),p=i("a"),Q=r("His Pleroma account"),this.h()},l(e){h=f(e,"H1",{});var t=c(h);L=o(t,te),t.forEach(s),M=j(e),y=f(e,"H2",{});var U=c(y);R=o(U,"Midou"),U.forEach(s),O=o(e,`
Project owner, manages the team. `),m=f(e,"A",{href:!0,class:!0});var V=c(m);S=o(V,"His website"),V.forEach(s),A=j(e),n=f(e,"A",{href:!0,class:!0});var W=c(n);q=o(W,"His Pleroma account"),W.forEach(s),x=j(e),E=f(e,"H2",{});var X=c(E);z=o(X,"MrLeRien"),X.forEach(s),G=o(e,`
Project co-owner + Hoster (hosts the Hitachi server in France), master of coins.
`),_=f(e,"H2",{style:!0});var Y=c(_);B=o(Y,"Odyssey346"),Y.forEach(s),k=o(e,`
Chief Gaming Officer, web developer and occasional service borker. `),v=f(e,"A",{href:!0,class:!0});var Z=c(v);I=o(Z,"His website"),Z.forEach(s),C=j(e),H=f(e,"A",{href:!0,class:!0});var $=c(H);J=o($,"His Pleroma account"),$.forEach(s),D=j(e),w=f(e,"H2",{style:!0});var d=c(w);K=o(d,"Devnol"),d.forEach(s),F=o(e,`
Owner of our Helios server in Greece. `),b=f(e,"A",{href:!0,class:!0});var g=c(b);N=o(g,"His website"),g.forEach(s),p=f(e,"A",{href:!0,class:!0});var ee=c(p);Q=o(ee,"His Pleroma account"),ee.forEach(s),this.h()},h(){a(m,"href","https://miicord.com"),a(m,"class","button"),a(n,"href","https://social.projectsegfau.lt/Midou"),a(n,"class","button"),se(_,"color","#7bc27d"),a(v,"href","https://odyssey346.github.io"),a(v,"class","button"),a(H,"href","https://social.projectsegfau.lt/Odyssey346"),a(H,"class","button"),se(w,"color","#00d4aa"),a(b,"href","https://devnol.github.io"),a(b,"class","button"),a(p,"href","https://social.projectsegfau.lt/Panos"),a(p,"class","button")},m(e,t){l(e,h,t),u(h,L),l(e,M,t),l(e,y,t),u(y,R),l(e,O,t),l(e,m,t),u(m,S),l(e,A,t),l(e,n,t),u(n,q),l(e,x,t),l(e,E,t),u(E,z),l(e,G,t),l(e,_,t),u(_,B),l(e,k,t),l(e,v,t),u(v,I),l(e,C,t),l(e,H,t),u(H,J),l(e,D,t),l(e,w,t),u(w,K),l(e,F,t),l(e,b,t),u(b,N),l(e,p,t),u(p,Q)},p:T,i:T,o:T,d(e){e&&s(h),e&&s(M),e&&s(y),e&&s(O),e&&s(m),e&&s(A),e&&s(n),e&&s(x),e&&s(E),e&&s(G),e&&s(_),e&&s(k),e&&s(v),e&&s(C),e&&s(H),e&&s(D),e&&s(w),e&&s(F),e&&s(b),e&&s(p)}}}const fe={title:"Members of the project"},{title:te}=fe;class ue extends re{constructor(h){super(),oe(this,h,null,ie,ae,{})}}export{ue as default,fe as metadata};

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{S as re,i as le,s as ie,e as r,t as f,k as v,c as l,a as i,h as c,d as t,m as _,b as y,g as s,G as o,n as J}from"../chunks/index-61db2223.js";function se(ae){let n,X,b,k,w,H,I,E,P,B,M,z,L,S,R,V,m,h,p,T,j,d,q,G,x,U,D,A,u,F;return{c(){n=r("h1"),X=f(oe),b=v(),k=r("h1"),w=r("a"),H=f("Click me to go back to the Minecraft site"),I=v(),E=r("h2"),P=f("Recommended mods list"),B=v(),M=r("p"),z=f("These are picked by our community or are for server features like voice chatting."),L=v(),S=r("p"),R=f("If you play on Bedrock, try to find an alternative to these. Mods like Simple Voice Chat have no alternative on Bedrock, sorry."),V=v(),m=r("ul"),h=r("li"),p=r("a"),T=f("Xaero\u2019s World Map"),j=f(" & "),d=r("a"),q=f("Xaero\u2019s Minimap"),G=v(),x=r("li"),U=f("Any optimization mod (We recommend at least Sodium)"),D=v(),A=r("li"),u=r("a"),F=f("Simple Voice Chat"),this.h()},l(e){n=l(e,"H1",{});var a=i(n);X=c(a,oe),a.forEach(t),b=_(e),k=l(e,"H1",{});var K=i(k);w=l(K,"A",{href:!0});var N=i(w);H=c(N,"Click me to go back to the Minecraft site"),N.forEach(t),K.forEach(t),I=_(e),E=l(e,"H2",{});var O=i(E);P=c(O,"Recommended mods list"),O.forEach(t),B=_(e),M=l(e,"P",{});var Q=i(M);z=c(Q,"These are picked by our community or are for server features like voice chatting."),Q.forEach(t),L=_(e),S=l(e,"P",{});var Y=i(S);R=c(Y,"If you play on Bedrock, try to find an alternative to these. Mods like Simple Voice Chat have no alternative on Bedrock, sorry."),Y.forEach(t),V=_(e),m=l(e,"UL",{});var C=i(m);h=l(C,"LI",{});var W=i(h);p=l(W,"A",{href:!0,rel:!0});var Z=i(p);T=c(Z,"Xaero\u2019s World Map"),Z.forEach(t),j=c(W," & "),d=l(W,"A",{href:!0,rel:!0});var $=i(d);q=c($,"Xaero\u2019s Minimap"),$.forEach(t),W.forEach(t),G=_(C),x=l(C,"LI",{});var g=i(x);U=c(g,"Any optimization mod (We recommend at least Sodium)"),g.forEach(t),D=_(C),A=l(C,"LI",{});var ee=i(A);u=l(ee,"A",{href:!0,rel:!0});var te=i(u);F=c(te,"Simple Voice Chat"),te.forEach(t),ee.forEach(t),C.forEach(t),this.h()},h(){y(w,"href","minecraft"),y(p,"href","https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map"),y(p,"rel","nofollow"),y(d,"href","https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap"),y(d,"rel","nofollow"),y(u,"href","https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat"),y(u,"rel","nofollow")},m(e,a){s(e,n,a),o(n,X),s(e,b,a),s(e,k,a),o(k,w),o(w,H),s(e,I,a),s(e,E,a),o(E,P),s(e,B,a),s(e,M,a),o(M,z),s(e,L,a),s(e,S,a),o(S,R),s(e,V,a),s(e,m,a),o(m,h),o(h,p),o(p,T),o(h,j),o(h,d),o(d,q),o(m,G),o(m,x),o(x,U),o(m,D),o(m,A),o(A,u),o(u,F)},p:J,i:J,o:J,d(e){e&&t(n),e&&t(b),e&&t(k),e&&t(I),e&&t(E),e&&t(B),e&&t(M),e&&t(L),e&&t(S),e&&t(V),e&&t(m)}}}const me={title:"Project Segfault MC"},{title:oe}=me;class ce extends re{constructor(n){super(),le(this,n,null,se,ie,{})}}export{ce as default,me as metadata};

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"version":"1652556242051"}

BIN
docker/build/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

8
docker/docker/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
# Filename: Dockerfile
FROM node:10-alpine
WORKDIR /home/midou/git_rep/website/docker
COPY . .
RUN npm run install
RUN npm run build
EXPOSE 3000
CMD ["npm", "run", "preview"]

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{S as w,i as y,s as z,e as E,t as v,c as d,a as b,h as P,d as o,g as n,G as R,j as N,k as S,l as C,m as j,n as G}from"./chunks/index-61db2223.js";function H(r){let l,t=r[1].frame+"",a;return{c(){l=E("pre"),a=v(t)},l(f){l=d(f,"PRE",{});var s=b(l);a=P(s,t),s.forEach(o)},m(f,s){n(f,l,s),R(l,a)},p(f,s){s&2&&t!==(t=f[1].frame+"")&&N(a,t)},d(f){f&&o(l)}}}function h(r){let l,t=r[1].stack+"",a;return{c(){l=E("pre"),a=v(t)},l(f){l=d(f,"PRE",{});var s=b(l);a=P(s,t),s.forEach(o)},m(f,s){n(f,l,s),R(l,a)},p(f,s){s&2&&t!==(t=f[1].stack+"")&&N(a,t)},d(f){f&&o(l)}}}function A(r){let l,t,a,f,s=r[1].message+"",c,k,u,p,i=r[1].frame&&H(r),_=r[1].stack&&h(r);return{c(){l=E("h1"),t=v(r[0]),a=S(),f=E("pre"),c=v(s),k=S(),i&&i.c(),u=S(),_&&_.c(),p=C()},l(e){l=d(e,"H1",{});var m=b(l);t=P(m,r[0]),m.forEach(o),a=j(e),f=d(e,"PRE",{});var q=b(f);c=P(q,s),q.forEach(o),k=j(e),i&&i.l(e),u=j(e),_&&_.l(e),p=C()},m(e,m){n(e,l,m),R(l,t),n(e,a,m),n(e,f,m),R(f,c),n(e,k,m),i&&i.m(e,m),n(e,u,m),_&&_.m(e,m),n(e,p,m)},p(e,[m]){m&1&&N(t,e[0]),m&2&&s!==(s=e[1].message+"")&&N(c,s),e[1].frame?i?i.p(e,m):(i=H(e),i.c(),i.m(u.parentNode,u)):i&&(i.d(1),i=null),e[1].stack?_?_.p(e,m):(_=h(e),_.c(),_.m(p.parentNode,p)):_&&(_.d(1),_=null)},i:G,o:G,d(e){e&&o(l),e&&o(a),e&&o(f),e&&o(k),i&&i.d(e),e&&o(u),_&&_.d(e),e&&o(p)}}}function F({error:r,status:l}){return{props:{error:r,status:l}}}function B(r,l,t){let{status:a}=l,{error:f}=l;return r.$$set=s=>{"status"in s&&t(0,a=s.status),"error"in s&&t(1,f=s.error)},[a,f]}class I extends w{constructor(l){super(),y(this,l,B,A,z,{status:0,error:1})}}export{I as default,F as load};

View File

@ -0,0 +1,141 @@
{
".svelte-kit/runtime/client/start.js": {
"file": "start-73b606e6.js",
"src": ".svelte-kit/runtime/client/start.js",
"isEntry": true,
"imports": [
"_index-61db2223.js"
],
"dynamicImports": [
"src/routes/__layout.svelte",
".svelte-kit/runtime/components/error.svelte",
"src/routes/branding.md",
"src/routes/contact.md",
"src/routes/donate.md",
"src/routes/faq.md",
"src/routes/gameservers.md",
"src/routes/index.md",
"src/routes/instances.md",
"src/routes/members.md",
"src/routes/minecraft.md",
"src/routes/minecraft_recommendedcsmods.md"
]
},
"src/routes/__layout.svelte": {
"file": "pages/__layout.svelte-6d1f5c71.js",
"src": "src/routes/__layout.svelte",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
],
"css": [
"assets/pages/__layout.svelte-c78dcdc3.css"
],
"assets": [
"assets/projectsegfault1-b096ffbc.png"
]
},
".svelte-kit/runtime/components/error.svelte": {
"file": "error.svelte-2e279b23.js",
"src": ".svelte-kit/runtime/components/error.svelte",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/branding.md": {
"file": "pages/branding.md-162b7d39.js",
"src": "src/routes/branding.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/contact.md": {
"file": "pages/contact.md-c500f5d2.js",
"src": "src/routes/contact.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/donate.md": {
"file": "pages/donate.md-95f09fb5.js",
"src": "src/routes/donate.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/faq.md": {
"file": "pages/faq.md-fef06dc7.js",
"src": "src/routes/faq.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/gameservers.md": {
"file": "pages/gameservers.md-69c866d5.js",
"src": "src/routes/gameservers.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/index.md": {
"file": "pages/index.md-7a103f35.js",
"src": "src/routes/index.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/instances.md": {
"file": "pages/instances.md-fa388593.js",
"src": "src/routes/instances.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/members.md": {
"file": "pages/members.md-3021dff5.js",
"src": "src/routes/members.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/minecraft.md": {
"file": "pages/minecraft.md-7ce11341.js",
"src": "src/routes/minecraft.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"src/routes/minecraft_recommendedcsmods.md": {
"file": "pages/minecraft_recommendedcsmods.md-38efe415.js",
"src": "src/routes/minecraft_recommendedcsmods.md",
"isEntry": true,
"isDynamicEntry": true,
"imports": [
"_index-61db2223.js"
]
},
"_index-61db2223.js": {
"file": "chunks/index-61db2223.js"
}
}

View File

@ -0,0 +1 @@
import{S as h5,i as d5,s as f5,e as l,k as m,t as y,c as x,a as h,d as s,m as _,h as w,F as g5,b as e,f as p5,g as C,G as a,H as b5,n as X,I as u5,x as y5,y as w5,z as m5,J as _5,K as v5,L as $5,r as l5,p as x5,C as E5}from"../chunks/index-61db2223.js";var A5="/_app/assets/projectsegfault1-b096ffbc.png";function S5(b){let n,d,i,g,u,p,v,$,c,t,o,P,B,r,A,D,G,S,H,F,k,N,Q,j,R,T,q,z,J,M,K,V,I,O,U,Y;return{c(){n=l("header"),d=l("a"),i=l("img"),u=m(),p=l("a"),v=y("Project "),$=l("span"),c=y("Segfault"),t=m(),o=l("a"),P=y("Menu"),B=m(),r=l("div"),A=l("a"),D=y("Instances"),G=m(),S=l("a"),H=y("Games"),F=m(),k=l("a"),N=y("Donate"),Q=m(),j=l("a"),R=y("Minecraft"),T=m(),q=l("a"),z=y("Contact"),J=m(),M=l("a"),K=y("FAQ"),V=m(),I=l("a"),O=y("Members"),this.h()},l(L){n=x(L,"HEADER",{id:!0,class:!0});var E=h(n);d=x(E,"A",{href:!0});var Z=h(d);i=x(Z,"IMG",{src:!0,id:!0,alt:!0,class:!0}),Z.forEach(s),u=_(E),p=x(E,"A",{href:!0,class:!0,style:!0});var W=h(p);v=w(W,"Project "),$=x(W,"SPAN",{style:!0});var n5=h($);c=w(n5,"Segfault"),n5.forEach(s),W.forEach(s),t=_(E),o=x(E,"A",{href:!0,class:!0,id:!0});var t5=h(o);P=w(t5,"Menu"),t5.forEach(s),B=_(E),r=x(E,"DIV",{class:!0,id:!0});var f=h(r);A=x(f,"A",{href:!0,class:!0});var a5=h(A);D=w(a5,"Instances"),a5.forEach(s),G=_(f),S=x(f,"A",{href:!0,class:!0});var e5=h(S);H=w(e5,"Games"),e5.forEach(s),F=_(f),k=x(f,"A",{href:!0,class:!0});var o5=h(k);N=w(o5,"Donate"),o5.forEach(s),Q=_(f),j=x(f,"A",{href:!0,class:!0});var s5=h(j);R=w(s5,"Minecraft"),s5.forEach(s),T=_(f),q=x(f,"A",{href:!0,class:!0});var r5=h(q);z=w(r5,"Contact"),r5.forEach(s),J=_(f),M=x(f,"A",{href:!0,class:!0});var i5=h(M);K=w(i5,"FAQ"),i5.forEach(s),V=_(f),I=x(f,"A",{href:!0,class:!0});var c5=h(I);O=w(c5,"Members"),c5.forEach(s),f.forEach(s),E.forEach(s),this.h()},h(){g5(i.src,g=A5)||e(i,"src",g),e(i,"id","ProjectSegfaultLogoHeader"),e(i,"alt","project segfault's logo."),e(i,"class","svelte-wqfqmf"),e(d,"href","/"),p5($,"color","#00d4aa"),e(p,"href","/"),e(p,"class","text-flicker-in-glow svelte-wqfqmf"),p5(p,"color","#ce1717"),e(o,"href","javascript:void(0)"),e(o,"class","button"),e(o,"id","MenuButton"),e(A,"href","/instances"),e(A,"class","button"),e(S,"href","/gameservers"),e(S,"class","button"),e(k,"href","/donate"),e(k,"class","button"),e(j,"href","/minecraft"),e(j,"class","button"),e(q,"href","/contact"),e(q,"class","button"),e(M,"href","/faq"),e(M,"class","button"),e(I,"href","/members"),e(I,"class","button"),e(r,"class","center navbarpieceofshitfuckihatethis"),e(r,"id","navbarpieceofshitfuckihatethis"),e(n,"id","navigationBar"),e(n,"class","navigvationBar svelte-wqfqmf")},m(L,E){C(L,n,E),a(n,d),a(d,i),a(n,u),a(n,p),a(p,v),a(p,$),a($,c),a(n,t),a(n,o),a(o,P),a(n,B),a(n,r),a(r,A),a(A,D),a(r,G),a(r,S),a(S,H),a(r,F),a(r,k),a(k,N),a(r,Q),a(r,j),a(j,R),a(r,T),a(r,q),a(q,z),a(r,J),a(r,M),a(M,K),a(r,V),a(r,I),a(I,O),U||(Y=b5(o,"click",k5),U=!0)},p:X,i:X,o:X,d(L){L&&s(n),U=!1,Y()}}}function k5(){var b=document.getElementById("navbarpieceofshitfuckihatethis"),n=b.classList,d=n.toString();const i=n.item(2);console.log(n),b.className,i&&(console.log("Shit"),n.add("responsive")),d.includes("responsive")&&(console.log("Piss"),n.remove("responsive"))}function j5(b){return[]}class q5 extends h5{constructor(n){super(),d5(this,n,j5,S5,f5,{})}}function M5(b){let n,d,i,g,u,p,v;g=new q5({});const $=b[1].default,c=u5($,b,b[0],null);return{c(){n=l("title"),d=y("Project Segfault"),i=m(),y5(g.$$.fragment),u=m(),p=l("main"),c&&c.c()},l(t){n=x(t,"TITLE",{});var o=h(n);d=w(o,"Project Segfault"),o.forEach(s),i=_(t),w5(g.$$.fragment,t),u=_(t),p=x(t,"MAIN",{});var P=h(p);c&&c.l(P),P.forEach(s)},m(t,o){C(t,n,o),a(n,d),C(t,i,o),m5(g,t,o),C(t,u,o),C(t,p,o),c&&c.m(p,null),v=!0},p(t,[o]){c&&c.p&&(!v||o&1)&&_5(c,$,t,t[0],v?$5($,t[0],o,null):v5(t[0]),null)},i(t){v||(l5(g.$$.fragment,t),l5(c,t),v=!0)},o(t){x5(g.$$.fragment,t),x5(c,t),v=!1},d(t){t&&s(n),t&&s(i),E5(g,t),t&&s(u),t&&s(p),c&&c.d(t)}}}function I5(b,n,d){let{$$slots:i={},$$scope:g}=n;return b.$$set=u=>{"$$scope"in u&&d(0,g=u.$$scope)},[g,i]}class L5 extends h5{constructor(n){super(),d5(this,n,I5,M5,f5,{})}}export{L5 as default};

View File

@ -0,0 +1 @@
import{S as J,i as K,s as Q,e as f,t as a,k as E,c as u,a as h,h as n,d as t,m as b,b as q,g as l,G as r,n as L}from"../chunks/index-61db2223.js";function U(F){let s,x,c,d,j,S,m,R,A,_,k,C,v,w,P,o,G,p,g,D,B,y,I;return{c(){s=f("h1"),x=a(z),c=E(),d=f("h2"),j=a("The files for Project Segfault\u2019s Branding"),S=E(),m=f("h3"),R=a("Legal"),A=E(),_=f("p"),k=a("Our branding is protected under Creative Commonns Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)."),C=E(),v=f("h3"),w=a("Now let\u2019s get into the branding"),P=E(),o=f("p"),G=a("We put pretty much everything you need on "),p=f("a"),g=a("GitHub"),D=a("."),B=E(),y=f("p"),I=a("Read the README there, there\u2019s guidelines and everything you\u2019d need in it."),this.h()},l(e){s=u(e,"H1",{});var i=h(s);x=n(i,z),i.forEach(t),c=b(e),d=u(e,"H2",{});var M=h(d);j=n(M,"The files for Project Segfault\u2019s Branding"),M.forEach(t),S=b(e),m=u(e,"H3",{});var N=h(m);R=n(N,"Legal"),N.forEach(t),A=b(e),_=u(e,"P",{});var O=h(_);k=n(O,"Our branding is protected under Creative Commonns Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)."),O.forEach(t),C=b(e),v=u(e,"H3",{});var T=h(v);w=n(T,"Now let\u2019s get into the branding"),T.forEach(t),P=b(e),o=u(e,"P",{});var H=h(o);G=n(H,"We put pretty much everything you need on "),p=u(H,"A",{href:!0,rel:!0});var W=h(p);g=n(W,"GitHub"),W.forEach(t),D=n(H,"."),H.forEach(t),B=b(e),y=u(e,"P",{});var Y=h(y);I=n(Y,"Read the README there, there\u2019s guidelines and everything you\u2019d need in it."),Y.forEach(t),this.h()},h(){q(p,"href","https://github.com/ProjectSegfault/brandng"),q(p,"rel","nofollow")},m(e,i){l(e,s,i),r(s,x),l(e,c,i),l(e,d,i),r(d,j),l(e,S,i),l(e,m,i),r(m,R),l(e,A,i),l(e,_,i),r(_,k),l(e,C,i),l(e,v,i),r(v,w),l(e,P,i),l(e,o,i),r(o,G),r(o,p),r(p,g),r(o,D),l(e,B,i),l(e,y,i),r(y,I)},p:L,i:L,o:L,d(e){e&&t(s),e&&t(c),e&&t(d),e&&t(S),e&&t(m),e&&t(A),e&&t(_),e&&t(C),e&&t(v),e&&t(P),e&&t(o),e&&t(B),e&&t(y)}}}const V={title:"Project Segfault Branding"},{title:z}=V;class Z extends J{constructor(s){super(),K(this,s,null,U,Q,{})}}export{Z as default,V as metadata};

View File

@ -0,0 +1 @@
import{S as rt,i as pt,s as ut,e as a,t as c,k as r,c as s,a as i,h as m,d as e,m as p,b as v,g as o,G as f,n as V}from"../chunks/index-61db2223.js";function ct(ft){let h,q,C,_,F,H,E,L,I,n,y,N,O,k,j,z,B,b,J,S,w,x,K,T,M,P,Q,d,D,G,u,R,U,A;return{c(){h=a("h1"),q=c(it),C=r(),_=a("h2"),F=c("Do you want to contact us?"),H=r(),E=a("h1"),L=c("Our email"),I=r(),n=a("p"),y=a("a"),N=c("contact@projectsegfau.lt"),O=r(),k=a("p"),j=a("i"),z=c("Please be aware that Microsoft often blocks non-popular emails, if you do contact us through there, make sure to check your spam and mark it as not-spam!"),B=r(),b=a("h1"),J=c("Invites"),S=r(),w=a("p"),x=a("a"),K=c("Discord"),T=r(),M=a("p"),P=a("a"),Q=c("Matrix"),d=r(),D=a("p"),G=r(),u=a("button"),R=c("Click to show who is active on what platform"),U=r(),A=a("p"),this.h()},l(t){h=s(t,"H1",{});var l=i(h);q=m(l,it),l.forEach(e),C=p(t),_=s(t,"H2",{});var W=i(_);F=m(W,"Do you want to contact us?"),W.forEach(e),H=p(t),E=s(t,"H1",{});var X=i(E);L=m(X,"Our email"),X.forEach(e),I=p(t),n=s(t,"P",{});var Y=i(n);y=s(Y,"A",{href:!0});var Z=i(y);N=m(Z,"contact@projectsegfau.lt"),Z.forEach(e),Y.forEach(e),O=p(t),k=s(t,"P",{});var $=i(k);j=s($,"I",{});var g=i(j);z=m(g,"Please be aware that Microsoft often blocks non-popular emails, if you do contact us through there, make sure to check your spam and mark it as not-spam!"),g.forEach(e),$.forEach(e),B=p(t),b=s(t,"H1",{});var tt=i(b);J=m(tt,"Invites"),tt.forEach(e),S=p(t),w=s(t,"P",{});var et=i(w);x=s(et,"A",{href:!0});var lt=i(x);K=m(lt,"Discord"),lt.forEach(e),et.forEach(e),T=p(t),M=s(t,"P",{});var ot=i(M);P=s(ot,"A",{href:!0});var at=i(P);Q=m(at,"Matrix"),at.forEach(e),ot.forEach(e),d=p(t),D=s(t,"P",{id:!0}),i(D).forEach(e),G=p(t),u=s(t,"BUTTON",{type:!0,class:!0,onclick:!0});var st=i(u);R=m(st,"Click to show who is active on what platform"),st.forEach(e),U=p(t),A=s(t,"P",{id:!0}),i(A).forEach(e),this.h()},h(){v(y,"href","mailto:contact@projectsegfau.lt"),v(x,"href","https://discord.gg/26EG7fFtfS"),v(P,"href","https://matrix.to/#/#project-segfault:projectsegfau.lt"),v(D,"id","Active"),v(u,"type","button"),v(u,"class","button"),v(u,"onclick",'document.getElementById("Active").innerHTML = "Midou (Matrix) / Mrlerien (Discord) / Odyssey (Both) / Devnol (Discord and Matrix)"'),v(A,"id","Activity")},m(t,l){o(t,h,l),f(h,q),o(t,C,l),o(t,_,l),f(_,F),o(t,H,l),o(t,E,l),f(E,L),o(t,I,l),o(t,n,l),f(n,y),f(y,N),o(t,O,l),o(t,k,l),f(k,j),f(j,z),o(t,B,l),o(t,b,l),f(b,J),o(t,S,l),o(t,w,l),f(w,x),f(x,K),o(t,T,l),o(t,M,l),f(M,P),f(P,Q),o(t,d,l),o(t,D,l),o(t,G,l),o(t,u,l),f(u,R),o(t,U,l),o(t,A,l)},p:V,i:V,o:V,d(t){t&&e(h),t&&e(C),t&&e(_),t&&e(H),t&&e(E),t&&e(I),t&&e(n),t&&e(O),t&&e(k),t&&e(B),t&&e(b),t&&e(S),t&&e(w),t&&e(T),t&&e(M),t&&e(d),t&&e(D),t&&e(G),t&&e(u),t&&e(U),t&&e(A)}}}const mt={title:"Contact Us"},{title:it}=mt;class vt extends rt{constructor(h){super(),pt(this,h,null,ct,ut,{})}}export{vt as default,mt as metadata};

View File

@ -0,0 +1 @@
import{S as R,i as V,s as W,e as l,t as n,k as w,c as r,a as i,h as p,d as t,m as L,b as S,f as $,F as g,g as o,G as s,n as Z}from"../chunks/index-61db2223.js";function ee(Y){let f,j,E,d,k,F,v,x,P,h,I,G,_,N,J,y,H,c,m,q,M,u,Q,b,C;return{c(){f=l("h1"),j=n(X),E=w(),d=l("h2"),k=n("Our donation methods"),F=w(),v=l("h1"),x=n("please do"),P=w(),h=l("p"),I=n("If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoy or use our services on a daily basis."),G=w(),_=l("h1"),N=n("yeah sure I\u2019ll donate. links?"),J=w(),y=l("p"),H=n("LiberaPay: "),c=l("a"),m=l("img"),M=w(),u=l("p"),Q=n("Monero: "),b=l("span"),C=n("47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA"),this.h()},l(e){f=r(e,"H1",{});var a=i(f);j=p(a,X),a.forEach(t),E=L(e),d=r(e,"H2",{});var z=i(d);k=p(z,"Our donation methods"),z.forEach(t),F=L(e),v=r(e,"H1",{});var B=i(v);x=p(B,"please do"),B.forEach(t),P=L(e),h=r(e,"P",{});var K=i(h);I=p(K,"If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoy or use our services on a daily basis."),K.forEach(t),G=L(e),_=r(e,"H1",{});var O=i(_);N=p(O,"yeah sure I\u2019ll donate. links?"),O.forEach(t),J=L(e),y=r(e,"P",{});var D=i(y);H=p(D,"LiberaPay: "),c=r(D,"A",{href:!0});var T=i(c);m=r(T,"IMG",{alt:!0,style:!0,src:!0}),T.forEach(t),D.forEach(t),M=L(e),u=r(e,"P",{});var A=i(u);Q=p(A,"Monero: "),b=r(A,"SPAN",{id:!0});var U=i(b);C=p(U,"47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA"),U.forEach(t),A.forEach(t),this.h()},h(){S(m,"alt","Donate using Liberapay"),$(m,"height","1.5em"),g(m.src,q="https://liberapay.com/assets/widgets/donate.svg")||S(m,"src",q),S(c,"href","https://liberapay.com/Midou/donate"),S(b,"id","wordwrappedlongthingaaa")},m(e,a){o(e,f,a),s(f,j),o(e,E,a),o(e,d,a),s(d,k),o(e,F,a),o(e,v,a),s(v,x),o(e,P,a),o(e,h,a),s(h,I),o(e,G,a),o(e,_,a),s(_,N),o(e,J,a),o(e,y,a),s(y,H),s(y,c),s(c,m),o(e,M,a),o(e,u,a),s(u,Q),s(u,b),s(b,C)},p:Z,i:Z,o:Z,d(e){e&&t(f),e&&t(E),e&&t(d),e&&t(F),e&&t(v),e&&t(P),e&&t(h),e&&t(G),e&&t(_),e&&t(J),e&&t(y),e&&t(M),e&&t(u)}}}const te={title:"Donate to Project Segfault"},{title:X}=te;class oe extends R{constructor(f){super(),V(this,f,null,ee,W,{})}}export{oe as default,te as metadata};

View File

@ -0,0 +1,3 @@
import{S as me,i as we,s as de,e as r,t as l,k as f,c as n,a as u,h as i,d as t,m as y,b as oe,g as a,G as s,n as ae}from"../chunks/index-61db2223.js";function be(ve){let p,F,W,w,L,I,d,Y,M,b,N,j,_,Q,A,x,R,O,c,z,m,J,K,P,E,U,q,h,V,S,X,Z,D,H,$,G,v,g,k,ee,te;return{c(){p=r("h1"),F=l(he),W=f(),w=r("h2"),L=l("Who is the project owner?"),I=f(),d=r("p"),Y=l("Orignally: Midou (Sysadmin) and Mrlerien (Hoster), but now Odyssey346 (Game Server Sysadmin, webdev and social media manager) and Devnol (Hoster) are with us."),M=f(),b=r("h1"),N=l("Hold on, what if Devnol decides to backstab you?"),j=f(),_=r("p"),Q=l("I highly doubt he will, but in any case this happens, critical services will stay up. So only extra (non important services) running on the server will be gone, but you should be aware of that anyways."),A=f(),x=r("h1"),R=l("One of your services contains toxic people!"),O=f(),c=r("p"),z=l("You can contact us by mail or Matrix and we can figure this out with you. But we recommend that you put most of these requests in our support channel at "),m=r("a"),J=l("#support:projectsegfau.lt"),K=l(` on Matrix.
If it\u2019s something personal, just say that you have a report against someone on one of our services and you\u2019d like to be contacted by an admin and we\u2019ll constact you ASAP. We have no lives so we\u2019re quite active.`),P=f(),E=r("h1"),U=l("How can I trust your services?"),q=f(),h=r("p"),V=l("Well, you really can\u2019t. We don\u2019t make our logs or anything public, however, if you would like the data we have on you, please contact us. If you\u2019re paranoid, "),S=r("strong"),X=l("you are allowed to use Tor on our services"),Z=l(", but we don\u2019t host any .onion links."),D=f(),H=r("h1"),$=l("Which ways do you prefer to communicate?"),G=f(),v=r("p"),g=l("Look at "),k=r("a"),ee=l("Contact"),te=l("."),this.h()},l(e){p=n(e,"H1",{});var o=u(p);F=i(o,he),o.forEach(t),W=y(e),w=n(e,"H2",{});var se=u(w);L=i(se,"Who is the project owner?"),se.forEach(t),I=y(e),d=n(e,"P",{});var le=u(d);Y=i(le,"Orignally: Midou (Sysadmin) and Mrlerien (Hoster), but now Odyssey346 (Game Server Sysadmin, webdev and social media manager) and Devnol (Hoster) are with us."),le.forEach(t),M=y(e),b=n(e,"H1",{});var ie=u(b);N=i(ie,"Hold on, what if Devnol decides to backstab you?"),ie.forEach(t),j=y(e),_=n(e,"P",{});var re=u(_);Q=i(re,"I highly doubt he will, but in any case this happens, critical services will stay up. So only extra (non important services) running on the server will be gone, but you should be aware of that anyways."),re.forEach(t),A=y(e),x=n(e,"H1",{});var ne=u(x);R=i(ne,"One of your services contains toxic people!"),ne.forEach(t),O=y(e),c=n(e,"P",{});var C=u(c);z=i(C,"You can contact us by mail or Matrix and we can figure this out with you. But we recommend that you put most of these requests in our support channel at "),m=n(C,"A",{href:!0,rel:!0});var ue=u(m);J=i(ue,"#support:projectsegfau.lt"),ue.forEach(t),K=i(C,` on Matrix.
If it\u2019s something personal, just say that you have a report against someone on one of our services and you\u2019d like to be contacted by an admin and we\u2019ll constact you ASAP. We have no lives so we\u2019re quite active.`),C.forEach(t),P=y(e),E=n(e,"H1",{});var fe=u(E);U=i(fe,"How can I trust your services?"),fe.forEach(t),q=y(e),h=n(e,"P",{});var T=u(h);V=i(T,"Well, you really can\u2019t. We don\u2019t make our logs or anything public, however, if you would like the data we have on you, please contact us. If you\u2019re paranoid, "),S=n(T,"STRONG",{});var ye=u(S);X=i(ye,"you are allowed to use Tor on our services"),ye.forEach(t),Z=i(T,", but we don\u2019t host any .onion links."),T.forEach(t),D=y(e),H=n(e,"H1",{});var pe=u(H);$=i(pe,"Which ways do you prefer to communicate?"),pe.forEach(t),G=y(e),v=n(e,"P",{});var B=u(v);g=i(B,"Look at "),k=n(B,"A",{href:!0});var ce=u(k);ee=i(ce,"Contact"),ce.forEach(t),te=i(B,"."),B.forEach(t),this.h()},h(){oe(m,"href","https://matrix.to/#/#support:projectsegfau.lt"),oe(m,"rel","nofollow"),oe(k,"href","/contact")},m(e,o){a(e,p,o),s(p,F),a(e,W,o),a(e,w,o),s(w,L),a(e,I,o),a(e,d,o),s(d,Y),a(e,M,o),a(e,b,o),s(b,N),a(e,j,o),a(e,_,o),s(_,Q),a(e,A,o),a(e,x,o),s(x,R),a(e,O,o),a(e,c,o),s(c,z),s(c,m),s(m,J),s(c,K),a(e,P,o),a(e,E,o),s(E,U),a(e,q,o),a(e,h,o),s(h,V),s(h,S),s(S,X),s(h,Z),a(e,D,o),a(e,H,o),s(H,$),a(e,G,o),a(e,v,o),s(v,g),s(v,k),s(k,ee),s(v,te)},p:ae,i:ae,o:ae,d(e){e&&t(p),e&&t(W),e&&t(w),e&&t(I),e&&t(d),e&&t(M),e&&t(b),e&&t(j),e&&t(_),e&&t(A),e&&t(x),e&&t(O),e&&t(c),e&&t(P),e&&t(E),e&&t(q),e&&t(h),e&&t(D),e&&t(H),e&&t(G),e&&t(v)}}}const _e={title:"FAQ"},{title:he}=_e;class Ee extends me{constructor(p){super(),we(this,p,null,be,de,{})}}export{Ee as default,_e as metadata};

View File

@ -0,0 +1,15 @@
import{S as yt,i as Tt,s as Rt,e as t,t as n,k as l,c as r,a as i,h,d as a,m as o,b as c,f as Ct,g as w,G as e,n as tt}from"../chunks/index-61db2223.js";function Bt(wt){let y,U,z,G,X,J,L,Y,K,p,Z,R,$,ee,te,re,C,ae,Q,_,d,O,se,le,S,oe,ie,ne,he,M,ce,fe,ue,de,B,ve,me,f,I,be,_e,W,pe,ke,Ee,ge,we,ye,N,Te,Re,Ce,Be,H,He,Ae,v,F,De,Ge,j,Le,Oe,Se,Me,Ie,Ne,V,Fe,Ve,xe,Pe,u,x,We,je,q,qe,ze,Je,Ke,Qe,Ue,P,Xe,Ye,Ze,$e,A,et;return{c(){y=t("h1"),U=n(gt),z=l(),G=t("h2"),X=n("The places to release good chemicals in your brain"),J=l(),L=t("h3"),Y=n("Note: MOST OF THESE ARE NOT ONLINE! We\u2019re too fucking lazy to get them back right now."),K=l(),p=t("div"),Z=n("Please use common sense when playing on our servers. ("),R=t("a"),$=n("What is common sense?"),ee=n(`)
`),te=t("br"),re=l(),C=t("a"),ae=n("Our Discord server"),Q=l(),_=t("div"),d=t("div"),O=t("h3"),se=n("Garry's Mod"),le=l(),S=t("a"),oe=n("Garry's Mod has it's own website. Check it out here!"),ie=l(),ne=t("br"),he=l(),M=t("a"),ce=n("Connect to the server using this link"),fe=l(),ue=t("br"),de=l(),B=t("a"),ve=n("GameTracker Link"),me=l(),f=t("div"),I=t("h3"),be=n("Half-Life 2 Deathmatch"),_e=l(),W=t("b"),pe=n("Server name in browser list: MutaToiletTips"),ke=l(),Ee=t("br"),ge=n(`
Almost pure vanilla hl2dm server where you can have lots of fun chucking toilets at people
`),we=t("br"),ye=l(),N=t("a"),Te=n("Connect to the server using this link"),Re=l(),Ce=t("br"),Be=l(),H=t("a"),He=n("GameTracker Link"),Ae=l(),v=t("div"),F=t("h3"),De=n("Ricochet"),Ge=l(),j=t("b"),Le=n("Server name in browser list: MutaRicochetTips"),Oe=l(),Se=t("br"),Me=n(`
Our mission is to become the #1 Ricochet server in the world. It probably already is.
`),Ie=t("br"),Ne=l(),V=t("a"),Fe=n("Connect to the server using this link"),Ve=l(),xe=t("br"),Pe=l(),u=t("div"),x=t("h3"),We=n("Half-Life: Deathmatch"),je=l(),q=t("b"),qe=n("Server name in browser list: MutaCascadeTips"),ze=l(),Je=t("br"),Ke=n(`
Fun, casual Half-Life: Deathmatch. Perfect for when you dig out that old computer you found in your attic.
`),Qe=t("br"),Ue=l(),P=t("a"),Xe=n("Connect to the server using this link"),Ye=l(),Ze=t("br"),$e=l(),A=t("a"),et=n("GameTracker Link"),this.h()},l(s){y=r(s,"H1",{});var k=i(y);U=h(k,gt),k.forEach(a),z=o(s),G=r(s,"H2",{});var rt=i(G);X=h(rt,"The places to release good chemicals in your brain"),rt.forEach(a),J=o(s),L=r(s,"H3",{});var at=i(L);Y=h(at,"Note: MOST OF THESE ARE NOT ONLINE! We\u2019re too fucking lazy to get them back right now."),at.forEach(a),K=o(s),p=r(s,"DIV",{class:!0});var D=i(p);Z=h(D,"Please use common sense when playing on our servers. ("),R=r(D,"A",{href:!0,target:!0});var st=i(R);$=h(st,"What is common sense?"),st.forEach(a),ee=h(D,`)
`),te=r(D,"BR",{}),re=o(D),C=r(D,"A",{href:!0,style:!0});var lt=i(C);ae=h(lt,"Our Discord server"),lt.forEach(a),D.forEach(a),Q=o(s),_=r(s,"DIV",{class:!0});var T=i(_);d=r(T,"DIV",{id:!0});var E=i(d);O=r(E,"H3",{class:!0});var ot=i(O);se=h(ot,"Garry's Mod"),ot.forEach(a),le=o(E),S=r(E,"A",{href:!0});var it=i(S);oe=h(it,"Garry's Mod has it's own website. Check it out here!"),it.forEach(a),ie=o(E),ne=r(E,"BR",{}),he=o(E),M=r(E,"A",{href:!0});var nt=i(M);ce=h(nt,"Connect to the server using this link"),nt.forEach(a),fe=o(E),ue=r(E,"BR",{}),de=o(E),B=r(E,"A",{href:!0,target:!0});var ht=i(B);ve=h(ht,"GameTracker Link"),ht.forEach(a),E.forEach(a),me=o(T),f=r(T,"DIV",{id:!0});var m=i(f);I=r(m,"H3",{class:!0});var ct=i(I);be=h(ct,"Half-Life 2 Deathmatch"),ct.forEach(a),_e=o(m),W=r(m,"B",{});var ft=i(W);pe=h(ft,"Server name in browser list: MutaToiletTips"),ft.forEach(a),ke=o(m),Ee=r(m,"BR",{}),ge=h(m,`
Almost pure vanilla hl2dm server where you can have lots of fun chucking toilets at people
`),we=r(m,"BR",{}),ye=o(m),N=r(m,"A",{href:!0});var ut=i(N);Te=h(ut,"Connect to the server using this link"),ut.forEach(a),Re=o(m),Ce=r(m,"BR",{}),Be=o(m),H=r(m,"A",{href:!0,target:!0});var dt=i(H);He=h(dt,"GameTracker Link"),dt.forEach(a),m.forEach(a),Ae=o(T),v=r(T,"DIV",{id:!0});var g=i(v);F=r(g,"H3",{class:!0});var vt=i(F);De=h(vt,"Ricochet"),vt.forEach(a),Ge=o(g),j=r(g,"B",{});var mt=i(j);Le=h(mt,"Server name in browser list: MutaRicochetTips"),mt.forEach(a),Oe=o(g),Se=r(g,"BR",{}),Me=h(g,`
Our mission is to become the #1 Ricochet server in the world. It probably already is.
`),Ie=r(g,"BR",{}),Ne=o(g),V=r(g,"A",{href:!0});var bt=i(V);Fe=h(bt,"Connect to the server using this link"),bt.forEach(a),Ve=o(g),xe=r(g,"BR",{}),g.forEach(a),Pe=o(T),u=r(T,"DIV",{id:!0});var b=i(u);x=r(b,"H3",{class:!0});var _t=i(x);We=h(_t,"Half-Life: Deathmatch"),_t.forEach(a),je=o(b),q=r(b,"B",{});var pt=i(q);qe=h(pt,"Server name in browser list: MutaCascadeTips"),pt.forEach(a),ze=o(b),Je=r(b,"BR",{}),Ke=h(b,`
Fun, casual Half-Life: Deathmatch. Perfect for when you dig out that old computer you found in your attic.
`),Qe=r(b,"BR",{}),Ue=o(b),P=r(b,"A",{href:!0});var kt=i(P);Xe=h(kt,"Connect to the server using this link"),kt.forEach(a),Ye=o(b),Ze=r(b,"BR",{}),$e=o(b),A=r(b,"A",{href:!0,target:!0});var Et=i(A);et=h(Et,"GameTracker Link"),Et.forEach(a),b.forEach(a),T.forEach(a),this.h()},h(){c(R,"href","https://www.google.com/search?q=i%27m%20stupid%20and%20i%20dont%20know%20what%20common%20sense%20is%20so%20i%20have%20to%20google%20it"),c(R,"target","_blank"),c(C,"href","https://discord.gg/26EG7fFtfS"),Ct(C,"color","#5865F2"),c(p,"class","centreofattention"),c(O,"class","gameserversCardTitle"),c(S,"href","https://gmod.projectsegfau.lt"),c(M,"href","steam://connect/gmodsrv.projectsegfau.lt"),c(B,"href","https://www.gametracker.com/server_info/176.174.120.242:27015/"),c(B,"target","_blank"),c(d,"id","gmod"),c(I,"class","gameserversCardTitle"),c(N,"href","steam://connect/176.174.120.242:27017"),c(H,"href","https://www.gametracker.com/server_info/176.174.120.242:27017/"),c(H,"target","_blank"),c(f,"id","hl2dm"),c(F,"class","gameserversCardTitle"),c(V,"href","steam://connect/176.174.120.242:27016"),c(v,"id","ricochet"),c(x,"class","gameserversCardTitle"),c(P,"href","steam://connect/176.174.120.242:27018"),c(A,"href","https://www.gametracker.com/server_info/176.174.120.242:27018/"),c(A,"target","_blank"),c(u,"id","hldm"),c(_,"class","card")},m(s,k){w(s,y,k),e(y,U),w(s,z,k),w(s,G,k),e(G,X),w(s,J,k),w(s,L,k),e(L,Y),w(s,K,k),w(s,p,k),e(p,Z),e(p,R),e(R,$),e(p,ee),e(p,te),e(p,re),e(p,C),e(C,ae),w(s,Q,k),w(s,_,k),e(_,d),e(d,O),e(O,se),e(d,le),e(d,S),e(S,oe),e(d,ie),e(d,ne),e(d,he),e(d,M),e(M,ce),e(d,fe),e(d,ue),e(d,de),e(d,B),e(B,ve),e(_,me),e(_,f),e(f,I),e(I,be),e(f,_e),e(f,W),e(W,pe),e(f,ke),e(f,Ee),e(f,ge),e(f,we),e(f,ye),e(f,N),e(N,Te),e(f,Re),e(f,Ce),e(f,Be),e(f,H),e(H,He),e(_,Ae),e(_,v),e(v,F),e(F,De),e(v,Ge),e(v,j),e(j,Le),e(v,Oe),e(v,Se),e(v,Me),e(v,Ie),e(v,Ne),e(v,V),e(V,Fe),e(v,Ve),e(v,xe),e(_,Pe),e(_,u),e(u,x),e(x,We),e(u,je),e(u,q),e(q,qe),e(u,ze),e(u,Je),e(u,Ke),e(u,Qe),e(u,Ue),e(u,P),e(P,Xe),e(u,Ye),e(u,Ze),e(u,$e),e(u,A),e(A,et)},p:tt,i:tt,o:tt,d(s){s&&a(y),s&&a(z),s&&a(G),s&&a(J),s&&a(L),s&&a(K),s&&a(p),s&&a(Q),s&&a(_)}}}const Ht={title:"Our Gameservers"},{title:gt}=Ht;class Dt extends yt{constructor(y){super(),Tt(this,y,null,Bt,Rt,{})}}export{Dt as default,Ht as metadata};

View File

@ -0,0 +1 @@
import{S as X,i as Z,s as $,e as a,t as r,k as c,c as o,a as i,h as f,d as t,m as d,b as x,g as l,G as u,n as F}from"../chunks/index-61db2223.js";function g(V){let p,P,E,h,W,H,v,A,S,m,D,G,_,N,k,n,T,j,b,Y,I,w,q,M,y,C;return{c(){p=a("h1"),P=r(U),E=c(),h=a("a"),W=r("Matrix"),H=c(),v=a("a"),A=r("Discord"),S=c(),m=a("a"),D=r("GitHub"),G=c(),_=a("h2"),N=r("4 idiots & one Sun server."),k=c(),n=a("h1"),T=r("what"),j=c(),b=a("p"),Y=r("We are 4 teenagers who have a decently powerful server. What do we do with this server? Host game servers and random assortment of privacy respecting tools like Invidious, Nextcloud, Matrix etc\u2026 and maybe some original works. You\u2019ll see eventually!"),I=c(),w=a("h1"),q=r("shut up nerd, I want to play games. Give me your ips!!!!"),M=c(),y=a("p"),C=r("There should be a navbar at the top."),this.h()},l(e){p=o(e,"H1",{});var s=i(p);P=f(s,U),s.forEach(t),E=d(e),h=o(e,"A",{href:!0,class:!0});var R=i(h);W=f(R,"Matrix"),R.forEach(t),H=d(e),v=o(e,"A",{href:!0,class:!0});var z=i(v);A=f(z,"Discord"),z.forEach(t),S=d(e),m=o(e,"A",{href:!0,class:!0});var B=i(m);D=f(B,"GitHub"),B.forEach(t),G=d(e),_=o(e,"H2",{});var J=i(_);N=f(J,"4 idiots & one Sun server."),J.forEach(t),k=d(e),n=o(e,"H1",{});var K=i(n);T=f(K,"what"),K.forEach(t),j=d(e),b=o(e,"P",{});var L=i(b);Y=f(L,"We are 4 teenagers who have a decently powerful server. What do we do with this server? Host game servers and random assortment of privacy respecting tools like Invidious, Nextcloud, Matrix etc\u2026 and maybe some original works. You\u2019ll see eventually!"),L.forEach(t),I=d(e),w=o(e,"H1",{});var O=i(w);q=f(O,"shut up nerd, I want to play games. Give me your ips!!!!"),O.forEach(t),M=d(e),y=o(e,"P",{});var Q=i(y);C=f(Q,"There should be a navbar at the top."),Q.forEach(t),this.h()},h(){x(h,"href","https://matrix.to/#/#project-segfault:projectsegfau.lt"),x(h,"class","button matrixcolored"),x(v,"href","https://discord.gg/26EG7fFtfS"),x(v,"class","button discordcolored"),x(m,"href","https://github.com/ProjectSegfault"),x(m,"class","button githubcolored")},m(e,s){l(e,p,s),u(p,P),l(e,E,s),l(e,h,s),u(h,W),l(e,H,s),l(e,v,s),u(v,A),l(e,S,s),l(e,m,s),u(m,D),l(e,G,s),l(e,_,s),u(_,N),l(e,k,s),l(e,n,s),u(n,T),l(e,j,s),l(e,b,s),u(b,Y),l(e,I,s),l(e,w,s),u(w,q),l(e,M,s),l(e,y,s),u(y,C)},p:F,i:F,o:F,d(e){e&&t(p),e&&t(E),e&&t(h),e&&t(H),e&&t(v),e&&t(S),e&&t(m),e&&t(G),e&&t(_),e&&t(k),e&&t(n),e&&t(j),e&&t(b),e&&t(I),e&&t(w),e&&t(M),e&&t(y)}}}const ee={title:"Project Segfault"},{title:U}=ee;class se extends X{constructor(p){super(),Z(this,p,null,g,$,{})}}export{se as default,ee as metadata};

View File

@ -0,0 +1,23 @@
import{S as st,i as at,s as it,e as t,t as n,k as i,c as r,a as l,h as d,d as s,m as o,b as c,g as P,G as e,n as Se}from"../chunks/index-61db2223.js";function ot(rt){let I,j,O,C,q,F,R,A,G,z,S,h,u,L,J,K,M,Q,U,X,T,Z,$,ee,te,v,N,re,se,ae,ie,oe,le,W,ne,de,ce,he,b,Y,ue,ve,be,fe,me,pe,D,we,_e,ke,Ee,f,H,ye,Be,Ie,Re,Pe,Ce,V,Le,Te,Ne,We,m,g,Ye,De,He,Ve,ge,xe,x,Ae,Oe,Fe;return{c(){I=t("h1"),j=n(tt),O=i(),C=t("h2"),q=n("Privacy-respecting services hosted on our network."),F=i(),R=t("div"),A=t("p"),G=n("Notice: Invidious, Libreddit, LBRY and nitter will move to the new domains soon."),z=t("p"),S=i(),h=t("div"),u=t("div"),L=t("h3"),J=n("Invidious"),K=i(),M=t("br"),Q=n(`
Tired of using YouTube on an old PC? Too Bloated? Want less tracking? Invidious is for you.
`),U=t("br"),X=i(),T=t("a"),Z=n("Click here to access the website."),$=i(),ee=t("br"),te=i(),v=t("div"),N=t("h3"),re=n("Libreddit"),se=i(),ae=t("br"),ie=n(`
Want to become a redditor? Wait actually you shouldn't-
`),oe=t("br"),le=i(),W=t("a"),ne=n("Click here to access the website."),de=i(),ce=t("br"),he=i(),b=t("div"),Y=t("h3"),ue=n("Librarian (LBRY)"),ve=i(),be=t("br"),fe=n(`
Even with Odysee, we still can't have nice things.
`),me=t("br"),pe=i(),D=t("a"),we=n("Click here to access the website."),_e=i(),ke=t("br"),Ee=i(),f=t("div"),H=t("h3"),ye=n("Nitter"),Be=i(),Ie=t("br"),Re=n(`
You want to check something on twitter? Oh wait you don't have an account.. No worries!
`),Pe=t("br"),Ce=i(),V=t("a"),Le=n("Nitter is here for that."),Te=i(),Ne=t("br"),We=i(),m=t("div"),g=t("h3"),Ye=n("Pleroma (Fediverse)"),De=i(),He=t("br"),Ve=n(`
Imagine a twitter-like social media that is distributed throughout a network of individual servers and applications...
Then you should use Pleroma. It's like Twitter but less stupid and open source and decentralized. Works with the Fediverse, so you can see all your friends.
`),ge=t("br"),xe=i(),x=t("a"),Ae=n("Click me to access our Pleroma instance"),Oe=i(),Fe=t("br"),this.h()},l(a){I=r(a,"H1",{});var p=l(I);j=d(p,tt),p.forEach(s),O=o(a),C=r(a,"H2",{});var je=l(C);q=d(je,"Privacy-respecting services hosted on our network."),je.forEach(s),F=o(a),R=r(a,"DIV",{class:!0});var ze=l(R);A=r(ze,"P",{});var qe=l(A);G=d(qe,"Notice: Invidious, Libreddit, LBRY and nitter will move to the new domains soon."),qe.forEach(s),z=r(ze,"P",{}),l(z).forEach(s),ze.forEach(s),S=o(a),h=r(a,"DIV",{class:!0});var w=l(h);u=r(w,"DIV",{id:!0});var _=l(u);L=r(_,"H3",{class:!0});var Ge=l(L);J=d(Ge,"Invidious"),Ge.forEach(s),K=o(_),M=r(_,"BR",{}),Q=d(_,`
Tired of using YouTube on an old PC? Too Bloated? Want less tracking? Invidious is for you.
`),U=r(_,"BR",{}),X=o(_),T=r(_,"A",{href:!0});var Je=l(T);Z=d(Je,"Click here to access the website."),Je.forEach(s),$=o(_),ee=r(_,"BR",{}),_.forEach(s),te=o(w),v=r(w,"DIV",{id:!0});var k=l(v);N=r(k,"H3",{class:!0});var Ke=l(N);re=d(Ke,"Libreddit"),Ke.forEach(s),se=o(k),ae=r(k,"BR",{}),ie=d(k,`
Want to become a redditor? Wait actually you shouldn't-
`),oe=r(k,"BR",{}),le=o(k),W=r(k,"A",{href:!0});var Me=l(W);ne=d(Me,"Click here to access the website."),Me.forEach(s),de=o(k),ce=r(k,"BR",{}),k.forEach(s),he=o(w),b=r(w,"DIV",{id:!0});var E=l(b);Y=r(E,"H3",{class:!0});var Qe=l(Y);ue=d(Qe,"Librarian (LBRY)"),Qe.forEach(s),ve=o(E),be=r(E,"BR",{}),fe=d(E,`
Even with Odysee, we still can't have nice things.
`),me=r(E,"BR",{}),pe=o(E),D=r(E,"A",{href:!0});var Ue=l(D);we=d(Ue,"Click here to access the website."),Ue.forEach(s),_e=o(E),ke=r(E,"BR",{}),E.forEach(s),Ee=o(w),f=r(w,"DIV",{id:!0});var y=l(f);H=r(y,"H3",{class:!0});var Xe=l(H);ye=d(Xe,"Nitter"),Xe.forEach(s),Be=o(y),Ie=r(y,"BR",{}),Re=d(y,`
You want to check something on twitter? Oh wait you don't have an account.. No worries!
`),Pe=r(y,"BR",{}),Ce=o(y),V=r(y,"A",{href:!0});var Ze=l(V);Le=d(Ze,"Nitter is here for that."),Ze.forEach(s),Te=o(y),Ne=r(y,"BR",{}),y.forEach(s),We=o(w),m=r(w,"DIV",{id:!0});var B=l(m);g=r(B,"H3",{class:!0});var $e=l(g);Ye=d($e,"Pleroma (Fediverse)"),$e.forEach(s),De=o(B),He=r(B,"BR",{}),Ve=d(B,`
Imagine a twitter-like social media that is distributed throughout a network of individual servers and applications...
Then you should use Pleroma. It's like Twitter but less stupid and open source and decentralized. Works with the Fediverse, so you can see all your friends.
`),ge=r(B,"BR",{}),xe=o(B),x=r(B,"A",{href:!0});var et=l(x);Ae=d(et,"Click me to access our Pleroma instance"),et.forEach(s),Oe=o(B),Fe=r(B,"BR",{}),B.forEach(s),w.forEach(s),this.h()},h(){c(R,"class","centreofattention"),c(L,"class","instances"),c(T,"href","https://invidious.mutahar.rocks"),c(u,"id","inv"),c(N,"class","instances"),c(W,"href","https://libreddit.mutahar.rocks"),c(v,"id","libr"),c(Y,"class","instances"),c(D,"href","https://lbry.mutahar.rocks"),c(b,"id","lbry"),c(H,"class","instances"),c(V,"href","https://nitter.mutahar.rocks"),c(f,"id","nitt"),c(g,"class","instances"),c(x,"href","https://social.projectsegfau.lt"),c(m,"id","pleroma"),c(h,"class","card")},m(a,p){P(a,I,p),e(I,j),P(a,O,p),P(a,C,p),e(C,q),P(a,F,p),P(a,R,p),e(R,A),e(A,G),e(R,z),P(a,S,p),P(a,h,p),e(h,u),e(u,L),e(L,J),e(u,K),e(u,M),e(u,Q),e(u,U),e(u,X),e(u,T),e(T,Z),e(u,$),e(u,ee),e(h,te),e(h,v),e(v,N),e(N,re),e(v,se),e(v,ae),e(v,ie),e(v,oe),e(v,le),e(v,W),e(W,ne),e(v,de),e(v,ce),e(h,he),e(h,b),e(b,Y),e(Y,ue),e(b,ve),e(b,be),e(b,fe),e(b,me),e(b,pe),e(b,D),e(D,we),e(b,_e),e(b,ke),e(h,Ee),e(h,f),e(f,H),e(H,ye),e(f,Be),e(f,Ie),e(f,Re),e(f,Pe),e(f,Ce),e(f,V),e(V,Le),e(f,Te),e(f,Ne),e(h,We),e(h,m),e(m,g),e(g,Ye),e(m,De),e(m,He),e(m,Ve),e(m,ge),e(m,xe),e(m,x),e(x,Ae),e(m,Oe),e(m,Fe)},p:Se,i:Se,o:Se,d(a){a&&s(I),a&&s(O),a&&s(C),a&&s(F),a&&s(R),a&&s(S),a&&s(h)}}}const lt={title:"Our Instances"},{title:tt}=lt;class dt extends st{constructor(I){super(),at(this,I,null,ot,it,{})}}export{dt as default,lt as metadata};

View File

@ -0,0 +1,11 @@
import{S as re,i as oe,s as ae,e as i,t as r,k as P,c as f,a as c,h as o,d as s,m as j,b as a,f as se,g as l,G as u,n as T}from"../chunks/index-61db2223.js";function ie(le){let h,L,M,y,R,O,m,S,A,n,q,x,E,z,G,_,B,k,v,I,C,H,J,D,w,K,F,b,N,p,Q;return{c(){h=i("h1"),L=r(te),M=P(),y=i("h2"),R=r("Midou"),O=r(`
Project owner, manages the team. `),m=i("a"),S=r("His website"),A=P(),n=i("a"),q=r("His Pleroma account"),x=P(),E=i("h2"),z=r("MrLeRien"),G=r(`
Project co-owner + Hoster (hosts the Hitachi server in France), master of coins.
`),_=i("h2"),B=r("Odyssey346"),k=r(`
Chief Gaming Officer, web developer and occasional service borker. `),v=i("a"),I=r("His website"),C=P(),H=i("a"),J=r("His Pleroma account"),D=P(),w=i("h2"),K=r("Devnol"),F=r(`
Owner of our Helios server in Greece. `),b=i("a"),N=r("His website"),p=i("a"),Q=r("His Pleroma account"),this.h()},l(e){h=f(e,"H1",{});var t=c(h);L=o(t,te),t.forEach(s),M=j(e),y=f(e,"H2",{});var U=c(y);R=o(U,"Midou"),U.forEach(s),O=o(e,`
Project owner, manages the team. `),m=f(e,"A",{href:!0,class:!0});var V=c(m);S=o(V,"His website"),V.forEach(s),A=j(e),n=f(e,"A",{href:!0,class:!0});var W=c(n);q=o(W,"His Pleroma account"),W.forEach(s),x=j(e),E=f(e,"H2",{});var X=c(E);z=o(X,"MrLeRien"),X.forEach(s),G=o(e,`
Project co-owner + Hoster (hosts the Hitachi server in France), master of coins.
`),_=f(e,"H2",{style:!0});var Y=c(_);B=o(Y,"Odyssey346"),Y.forEach(s),k=o(e,`
Chief Gaming Officer, web developer and occasional service borker. `),v=f(e,"A",{href:!0,class:!0});var Z=c(v);I=o(Z,"His website"),Z.forEach(s),C=j(e),H=f(e,"A",{href:!0,class:!0});var $=c(H);J=o($,"His Pleroma account"),$.forEach(s),D=j(e),w=f(e,"H2",{style:!0});var d=c(w);K=o(d,"Devnol"),d.forEach(s),F=o(e,`
Owner of our Helios server in Greece. `),b=f(e,"A",{href:!0,class:!0});var g=c(b);N=o(g,"His website"),g.forEach(s),p=f(e,"A",{href:!0,class:!0});var ee=c(p);Q=o(ee,"His Pleroma account"),ee.forEach(s),this.h()},h(){a(m,"href","https://miicord.com"),a(m,"class","button"),a(n,"href","https://social.projectsegfau.lt/Midou"),a(n,"class","button"),se(_,"color","#7bc27d"),a(v,"href","https://odyssey346.github.io"),a(v,"class","button"),a(H,"href","https://social.projectsegfau.lt/Odyssey346"),a(H,"class","button"),se(w,"color","#00d4aa"),a(b,"href","https://devnol.github.io"),a(b,"class","button"),a(p,"href","https://social.projectsegfau.lt/Panos"),a(p,"class","button")},m(e,t){l(e,h,t),u(h,L),l(e,M,t),l(e,y,t),u(y,R),l(e,O,t),l(e,m,t),u(m,S),l(e,A,t),l(e,n,t),u(n,q),l(e,x,t),l(e,E,t),u(E,z),l(e,G,t),l(e,_,t),u(_,B),l(e,k,t),l(e,v,t),u(v,I),l(e,C,t),l(e,H,t),u(H,J),l(e,D,t),l(e,w,t),u(w,K),l(e,F,t),l(e,b,t),u(b,N),l(e,p,t),u(p,Q)},p:T,i:T,o:T,d(e){e&&s(h),e&&s(M),e&&s(y),e&&s(O),e&&s(m),e&&s(A),e&&s(n),e&&s(x),e&&s(E),e&&s(G),e&&s(_),e&&s(k),e&&s(v),e&&s(C),e&&s(H),e&&s(D),e&&s(w),e&&s(F),e&&s(b),e&&s(p)}}}const fe={title:"Members of the project"},{title:te}=fe;class ue extends re{constructor(h){super(),oe(this,h,null,ie,ae,{})}}export{ue as default,fe as metadata};

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
import{S as re,i as le,s as ie,e as r,t as f,k as v,c as l,a as i,h as c,d as t,m as _,b as y,g as s,G as o,n as J}from"../chunks/index-61db2223.js";function se(ae){let n,X,b,k,w,H,I,E,P,B,M,z,L,S,R,V,m,h,p,T,j,d,q,G,x,U,D,A,u,F;return{c(){n=r("h1"),X=f(oe),b=v(),k=r("h1"),w=r("a"),H=f("Click me to go back to the Minecraft site"),I=v(),E=r("h2"),P=f("Recommended mods list"),B=v(),M=r("p"),z=f("These are picked by our community or are for server features like voice chatting."),L=v(),S=r("p"),R=f("If you play on Bedrock, try to find an alternative to these. Mods like Simple Voice Chat have no alternative on Bedrock, sorry."),V=v(),m=r("ul"),h=r("li"),p=r("a"),T=f("Xaero\u2019s World Map"),j=f(" & "),d=r("a"),q=f("Xaero\u2019s Minimap"),G=v(),x=r("li"),U=f("Any optimization mod (We recommend at least Sodium)"),D=v(),A=r("li"),u=r("a"),F=f("Simple Voice Chat"),this.h()},l(e){n=l(e,"H1",{});var a=i(n);X=c(a,oe),a.forEach(t),b=_(e),k=l(e,"H1",{});var K=i(k);w=l(K,"A",{href:!0});var N=i(w);H=c(N,"Click me to go back to the Minecraft site"),N.forEach(t),K.forEach(t),I=_(e),E=l(e,"H2",{});var O=i(E);P=c(O,"Recommended mods list"),O.forEach(t),B=_(e),M=l(e,"P",{});var Q=i(M);z=c(Q,"These are picked by our community or are for server features like voice chatting."),Q.forEach(t),L=_(e),S=l(e,"P",{});var Y=i(S);R=c(Y,"If you play on Bedrock, try to find an alternative to these. Mods like Simple Voice Chat have no alternative on Bedrock, sorry."),Y.forEach(t),V=_(e),m=l(e,"UL",{});var C=i(m);h=l(C,"LI",{});var W=i(h);p=l(W,"A",{href:!0,rel:!0});var Z=i(p);T=c(Z,"Xaero\u2019s World Map"),Z.forEach(t),j=c(W," & "),d=l(W,"A",{href:!0,rel:!0});var $=i(d);q=c($,"Xaero\u2019s Minimap"),$.forEach(t),W.forEach(t),G=_(C),x=l(C,"LI",{});var g=i(x);U=c(g,"Any optimization mod (We recommend at least Sodium)"),g.forEach(t),D=_(C),A=l(C,"LI",{});var ee=i(A);u=l(ee,"A",{href:!0,rel:!0});var te=i(u);F=c(te,"Simple Voice Chat"),te.forEach(t),ee.forEach(t),C.forEach(t),this.h()},h(){y(w,"href","minecraft"),y(p,"href","https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map"),y(p,"rel","nofollow"),y(d,"href","https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap"),y(d,"rel","nofollow"),y(u,"href","https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat"),y(u,"rel","nofollow")},m(e,a){s(e,n,a),o(n,X),s(e,b,a),s(e,k,a),o(k,w),o(w,H),s(e,I,a),s(e,E,a),o(E,P),s(e,B,a),s(e,M,a),o(M,z),s(e,L,a),s(e,S,a),o(S,R),s(e,V,a),s(e,m,a),o(m,h),o(h,p),o(p,T),o(h,j),o(h,d),o(d,q),o(m,G),o(m,x),o(x,U),o(m,D),o(m,A),o(A,u),o(u,F)},p:J,i:J,o:J,d(e){e&&t(n),e&&t(b),e&&t(k),e&&t(I),e&&t(E),e&&t(B),e&&t(M),e&&t(L),e&&t(S),e&&t(V),e&&t(m)}}}const me={title:"Project Segfault MC"},{title:oe}=me;class ce extends re{constructor(n){super(),le(this,n,null,se,ie,{})}}export{ce as default,me as metadata};

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"version":"1652556242051"}

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@ -0,0 +1,32 @@
{
"name": "projectsegfaultwebsite",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^1.0.0-next.30",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^7.32.0",
"eslint-plugin-svelte3": "^3.2.1",
"mdsvex": "^0.10.5",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.1",
"tslib": "^2.3.1",
"typescript": "~4.5.4"
},
"type": "module",
"dependencies": {
"@modular-css/svelte": "^28.1.0"
}
}

14
docker/mdsvex.config.js Normal file
View File

@ -0,0 +1,14 @@
import { defineMDSveXConfig as defineConfig } from "mdsvex";
const config = defineConfig({
extensions: [".svelte.md", ".md", ".svx"],
smartypants: {
dashes: "oldschool",
},
remarkPlugins: [],
rehypePlugins: [],
});
export default config;

5412
docker/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

32
docker/package.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "projectsegfaultwebsite",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^7.32.0",
"eslint-plugin-svelte3": "^3.2.1",
"mdsvex": "^0.10.5",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.1",
"tslib": "^2.3.1",
"typescript": "~4.5.4"
},
"type": "module",
"dependencies": {
"@modular-css/svelte": "^28.1.0",
"@sveltejs/adapter-static": "next"
}
}

14
docker/src/app.d.ts vendored Normal file
View File

@ -0,0 +1,14 @@
/* eslint-disable */
/// <reference types="@sveltejs/kit" />
// See https://kit.svelte.dev/docs/typescript
// for information about these interfaces
declare namespace App {
interface Locals {}
interface Platform {}
interface Session {}
interface Stuff {}
}

13
docker/src/app.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<!--<link rel="icon" href="%svelte.assets%/favicon.png" />-->
<meta name="viewport" content="width=device-width, initial-scale=1" />
%svelte.head%
</head>
<body>
<div>%svelte.body%</div>
</body>
</html>

View File

@ -0,0 +1,263 @@
/* ----------------------------------------------
* Generated by Animista on 2022-4-22 18:29:34
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation text-flicker-in-glow
* ----------------------------------------
*/
@-webkit-keyframes text-flicker-in-glow {
0% {
opacity: 0;
}
10% {
opacity: 0;
text-shadow: none;
}
10.1% {
opacity: 1;
text-shadow: none;
}
10.2% {
opacity: 0;
text-shadow: none;
}
20% {
opacity: 0;
text-shadow: none;
}
20.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
}
20.6% {
opacity: 0;
text-shadow: none;
}
30% {
opacity: 0;
text-shadow: none;
}
30.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.5% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.6% {
opacity: 0;
text-shadow: none;
}
45% {
opacity: 0;
text-shadow: none;
}
45.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
50% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
55% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
55.1% {
opacity: 0;
text-shadow: none;
}
57% {
opacity: 0;
text-shadow: none;
}
57.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
}
60% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
}
60.1% {
opacity: 0;
text-shadow: none;
}
65% {
opacity: 0;
text-shadow: none;
}
65.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75.1% {
opacity: 0;
text-shadow: none;
}
77% {
opacity: 0;
text-shadow: none;
}
77.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85.1% {
opacity: 0;
text-shadow: none;
}
86% {
opacity: 0;
text-shadow: none;
}
86.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
100% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
}
@keyframes text-flicker-in-glow {
0% {
opacity: 0;
}
10% {
opacity: 0;
text-shadow: none;
}
10.1% {
opacity: 1;
text-shadow: none;
}
10.2% {
opacity: 0;
text-shadow: none;
}
20% {
opacity: 0;
text-shadow: none;
}
20.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
}
20.6% {
opacity: 0;
text-shadow: none;
}
30% {
opacity: 0;
text-shadow: none;
}
30.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.5% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
30.6% {
opacity: 0;
text-shadow: none;
}
45% {
opacity: 0;
text-shadow: none;
}
45.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
50% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
55% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
}
55.1% {
opacity: 0;
text-shadow: none;
}
57% {
opacity: 0;
text-shadow: none;
}
57.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
}
60% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
}
60.1% {
opacity: 0;
text-shadow: none;
}
65% {
opacity: 0;
text-shadow: none;
}
65.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
}
75.1% {
opacity: 0;
text-shadow: none;
}
77% {
opacity: 0;
text-shadow: none;
}
77.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85% {
opacity: 1;
text-shadow: 0 0 30px rgba(0, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
}
85.1% {
opacity: 0;
text-shadow: none;
}
86% {
opacity: 0;
text-shadow: none;
}
86.1% {
opacity: 1;
text-shadow: 0 0 30px rgba(0, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
100% {
opacity: 1;
text-shadow: 0 0 30px rgba(0, 208, 212, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
}
}

View File

@ -0,0 +1,138 @@
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Quicksand:wght@500&display=swap');
body {
background-color: #151515;
color: white;
font-family: 'Comfortaa', sans-serif;
margin: 0;
}
a {
color: #ce1818;
text-decoration: none;
}
a.hover {
color: rgb(233, 110, 110);
}
a.visited {
color: #5f1919;
}
.center {
text-align: center;
}
.card {
display: flex;
justify-content: space-evenly;
flex-direction: inherit;
flex-wrap: wrap;
}
.card > div {
word-wrap: break-word;
margin: 50px;
padding: 20px;
border-radius: 25px;
background-color: #252525;
box-shadow: 0 0 5px 5px #252525;
}
.button {
background-color: #00755e; /* Green */
border: none;
font-family: 'Comfortaa', sans-serif;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
border-radius: 16px;
transition-duration: 0.4s;
cursor: pointer;
}
.button:hover {
background-color: #00d4aa;
color: black;
border-radius: 12px;
transform: translateY(-0.25em);
box-shadow: 0 0.5em 0.5em -0.4em #00755e;
}
.button:active {
transform: translateY(0.10em);
background-color: #4beacb;
box-shadow: 0 0.2em 0.2em -0.2em #00c7a1;
}
.ResponsiveImage {
max-inline-size: 50%;
block-size: auto;
aspect-ratio: 2/1;
object-fit: contain;
}
.pointyfinger {
cursor: pointer;
}
.matrixcolored {
background-color: #0dbd8b;
}
.matrixcolored:hover {
background-color: #099970;
color: #fff;
}
.discordcolored {
background-color: #5865F2;
}
.discordcolored:hover {
background-color: hsl(235,calc(var(--saturation-factor, 1)*86.1%),71.8%); /* I didn't steal this from their website DONT SUE ME DONT FUCKING SUE ME PLEASEEEEEEEEEEEEEEEE */
color: #fff;
}
.githubcolored {
background-color: #333333;
}
.githubcolored:hover {
background-color: #666666;
color: #fff;
}
.gameserversCardTitle, .centreofattention {
text-align: center;
}
#wordwrappedlongthingaaa {
word-wrap: break-word;
}
#MenuButton {
display: none;
}
@media screen and (max-width: 800px) {
.card {
flex-direction: column;
}
.ResponsiveImage {
max-inline-size: 100%;
}
.navbarpieceofshitfuckihatethis {display: none;}
.navbarpieceofshitfuckihatethis.responsive {display: initial;}
/*.navbarpieceofshitfuckihatethis.responsive a {
float: none;
display: block;
text-align: left;
}*/
#MenuButton {
display: initial;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,68 @@
<script lang="ts">
import css from "../assets/animation.css";
import ProjectSegfaultLogo from "../assets/images/projectsegfault1.png";
function showResponsive() {
var x = document.getElementById("navbarpieceofshitfuckihatethis");
var navbarClasses = x.classList;
var navbarClassesString = navbarClasses.toString();
const svelteclassthing = navbarClasses.item(2)
console.log(navbarClasses);
if (x.className === "center navbarpieceofshitfuckihatethis", svelteclassthing) {
console.log("Shit");
navbarClasses.add("responsive");
}
if (navbarClassesString.includes("responsive")){
console.log("Piss");
navbarClasses.remove("responsive");
}
};
</script>
<header id="navigationBar" class="navigvationBar">
<a href="/">
<img src={ProjectSegfaultLogo} id="ProjectSegfaultLogoHeader" alt="project segfault's logo."/>
</a>
<a href="/" class="text-flicker-in-glow" style="color: #ce1717">Project <span style="color: #00d4aa">Segfault</span></a>
<a href="javascript:void(0)" class="button" id="MenuButton" on:click={showResponsive}>Menu</a>
<div class="center navbarpieceofshitfuckihatethis" id="navbarpieceofshitfuckihatethis">
<a href="/instances" class="button">Instances</a>
<a href="/gameservers" class="button">Games</a>
<a href="/minecraft" class="button">Minecraft</a>
<a href="/donate" class="button">Donate</a>
<a href="/faq" class="button">FAQ</a>
<a href="/members" class="button">Members</a>
<a href="/contact" class="button">Contact</a>
</div>
</header>
<style>
header {
background-color: #252525;
border: solid #252525;
border-width: 1em;
}
#ProjectSegfaultLogoHeader {
/*Here goes anything to do with the header logo*/
border-radius: 16px;
width: 32px;
vertical-align: middle;
display: inline-block;
}
.text-flicker-in-glow {
opacity:1;
-webkit-animation: text-flicker-in-glow 3000ms both;
animation: text-flicker-in-glow 3000ms both;
}
@media screen and (prefers-reduced-motion) {
.text-flicker-in-glow {
opacity:1;
-webkit-animation: text-flicker-in-glow 1000ms both;
animation: text-flicker-in-glow 1000ms both; }
}
</style>

View File

@ -0,0 +1,12 @@
<script lang="ts">
import Header from "$lib/Header.svelte"
import '../assets/global.css'
</script>
<title>Project Segfault</title>
<Header />
<main>
<slot></slot>
</main>

View File

@ -0,0 +1,19 @@
---
title: Project Segfault Branding
---
<script lang="ts">
import ProjectSegfaultWallpaper from "../assets/images/projectsegfault1_wallpaper.png";
</script>
# {title}
## The files for Project Segfault's Branding
### Legal
Our branding is protected under Creative Commonns Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).
### Now let's get into the branding
We put pretty much everything you need on [GitHub](https://github.com/ProjectSegfault/brandng).
Read the README there, there's guidelines and everything you'd need in it.

View File

@ -0,0 +1,22 @@
---
title: Contact Us
---
# {title}
## Do you want to contact us?
# Our email
<p><a href="mailto:contact@projectsegfau.lt">contact@projectsegfau.lt</a></p>
<p><i>Please be aware that Microsoft often blocks non-popular emails, if you do contact us through there, make sure to check your spam and mark it as not-spam!</i></p>
# Invites
<p><a href="https://discord.gg/26EG7fFtfS">Discord</a></p>
<p><a href="https://matrix.to/#/#project-segfault:projectsegfau.lt">Matrix</a></p>
<p id="Active"></p>
<button type="button" class="button" onclick='document.getElementById("Active").innerHTML = "Midou (Matrix) / Mrlerien (Discord) / Odyssey (Both) / Devnol (Discord and Matrix)"'>Click to show who is active on what platform</button>
<p id="Activity"></p>

View File

@ -0,0 +1,13 @@
---
title: Donate to Project Segfault
---
# {title}
## Our donation methods
# please do
If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoy or use our services on a daily basis.
# yeah sure I'll donate. links?
LiberaPay: <a href="https://liberapay.com/Midou/donate"><img alt="Donate using Liberapay" style="height: 1.5em;" src="https://liberapay.com/assets/widgets/donate.svg"></a>
Monero: <span id="wordwrappedlongthingaaa">47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA</span>

19
docker/src/routes/faq.md Normal file
View File

@ -0,0 +1,19 @@
---
title: FAQ
---
# {title}
## Who is the project owner?
Orignally: Midou (Sysadmin) and Mrlerien (Hoster), but now Odyssey346 (Game Server Sysadmin, webdev and social media manager) and Devnol (Hoster) are with us.
# Hold on, what if Devnol decides to backstab you?
I highly doubt he will, but in any case this happens, critical services will stay up. So only extra (non important services) running on the server will be gone, but you should be aware of that anyways.
# One of your services contains toxic people!
You can contact us by mail or Matrix and we can figure this out with you. But we recommend that you put most of these requests in our support channel at [#support:projectsegfau.lt](https://matrix.to/#/#support:projectsegfau.lt) on Matrix.
If it's something personal, just say that you have a report against someone on one of our services and you'd like to be contacted by an admin and we'll constact you ASAP. We have no lives so we're quite active.
# How can I trust your services?
Well, you really can't. We don't make our logs or anything public, however, if you would like the data we have on you, please contact us. If you're paranoid, **you are allowed to use Tor on our services**, but we don't host any .onion links.
# Which ways do you prefer to communicate?
Look at <a href="/contact">Contact</a>.

View File

@ -0,0 +1,51 @@
---
title: Our Gameservers
---
# {title}
## The places to release good chemicals in your brain
### Note: MOST OF THESE ARE NOT ONLINE! We're too fucking lazy to get them back right now.
<div class="centreofattention">
Please use common sense when playing on our servers. (<a href="https://www.google.com/search?q=i%27m%20stupid%20and%20i%20dont%20know%20what%20common%20sense%20is%20so%20i%20have%20to%20google%20it" target="_blank">What is common sense?</a>)
<br>
<a href="https://discord.gg/26EG7fFtfS" style="color: #5865F2">Our Discord server</a>
</div>
<div class="card">
<div id="gmod">
<h3 class="gameserversCardTitle"> Garry's Mod </h3>
<a href="https://gmod.projectsegfau.lt">Garry's Mod has it's own website. Check it out here!</a>
<br>
<a href="steam://connect/gmodsrv.projectsegfau.lt">Connect to the server using this link</a>
<br>
<a href="https://www.gametracker.com/server_info/176.174.120.242:27015/" target="_blank">GameTracker Link</a>
</div>
<div id="hl2dm">
<h3 class="gameserversCardTitle"> Half-Life 2 Deathmatch </h3>
<b>Server name in browser list: MutaToiletTips</b>
<br>
Almost pure vanilla hl2dm server where you can have lots of fun chucking toilets at people
<br>
<a href="steam://connect/176.174.120.242:27017">Connect to the server using this link</a>
<br>
<a href="https://www.gametracker.com/server_info/176.174.120.242:27017/" target="_blank">GameTracker Link</a>
</div>
<div id="ricochet">
<h3 class="gameserversCardTitle"> Ricochet </h3>
<b>Server name in browser list: MutaRicochetTips</b>
<br>
Our mission is to become the #1 Ricochet server in the world. It probably already is.
<br>
<a href="steam://connect/176.174.120.242:27016">Connect to the server using this link</a>
<br>
</div>
<div id="hldm">
<h3 class="gameserversCardTitle"> Half-Life: Deathmatch </h3>
<b>Server name in browser list: MutaCascadeTips</b>
<br>
Fun, casual Half-Life: Deathmatch. Perfect for when you dig out that old computer you found in your attic.
<br>
<a href="steam://connect/176.174.120.242:27018">Connect to the server using this link</a>
<br>
<a href="https://www.gametracker.com/server_info/176.174.120.242:27018/" target="_blank">GameTracker Link</a>
</div>
</div>

View File

@ -0,0 +1,18 @@
---
title: Project Segfault
---
# {title}
<a href="https://matrix.to/#/#project-segfault:projectsegfau.lt" class="button matrixcolored">Matrix</a>
<a href="https://discord.gg/26EG7fFtfS" class="button discordcolored">Discord</a>
<a href="https://github.com/ProjectSegfault" class="button githubcolored">GitHub</a>
## 4 idiots & one Sun server.
# what
We are 4 teenagers who have a decently powerful server. What do we do with this server? Host game servers and random assortment of privacy respecting tools like Invidious, Nextcloud, Matrix etc.... and maybe some original works. You'll see eventually!
# shut up nerd, I want to play games. Give me your ips!!!!
There should be a navbar at the top.

View File

@ -0,0 +1,52 @@
---
title: Our Instances
---
# {title}
## Privacy-respecting services hosted on our network.
<div class="centreofattention">
<p>Notice: Invidious, Libreddit, LBRY and nitter will move to the new domains soon.<p/>
</div>
<div class="card">
<div id="inv">
<h3 class="instances"> Invidious </h3>
<br>
Tired of using YouTube on an old PC? Too Bloated? Want less tracking? Invidious is for you.
<br>
<a href="https://invidious.mutahar.rocks">Click here to access the website.</a>
<br>
</div>
<div id="libr">
<h3 class="instances"> Libreddit </h3>
<br>
Want to become a redditor? Wait actually you shouldn't-
<br>
<a href="https://libreddit.mutahar.rocks">Click here to access the website.</a>
<br>
</div>
<div id="lbry">
<h3 class="instances"> Librarian (LBRY)</h3>
<br>
Even with Odysee, we still can't have nice things.
<br>
<a href="https://lbry.mutahar.rocks">Click here to access the website.</a>
<br>
</div>
<div id="nitt">
<h3 class="instances"> Nitter </h3>
<br>
You want to check something on twitter? Oh wait you don't have an account.. No worries!
<br>
<a href="https://nitter.mutahar.rocks">Nitter is here for that.</a>
<br>
</div>
<div id="pleroma">
<h3 class="instances"> Pleroma (Fediverse) </h3>
<br>
Imagine a twitter-like social media that is distributed throughout a network of individual servers and applications...
Then you should use Pleroma. It's like Twitter but less stupid and open source and decentralized. Works with the Fediverse, so you can see all your friends.
<br>
<a href="https://social.projectsegfau.lt">Click me to access our Pleroma instance</a>
<br>
</div>
</div>

View File

@ -0,0 +1,15 @@
---
title: Members of the project
---
# {title}
<h2 style="color: #a44ef4"> Midou </h2>
Project owner, manages the team. <a href="https://miicord.com" class="button">His website</a> <a href="https://social.projectsegfau.lt/Midou" class="button">His Pleroma account</a>
<h2> MrLeRien </h2>
Project co-owner + Hoster (hosts the Hitachi server in France), master of coins.
<h2 style="color: #7bc27d"> Odyssey346 </h2>
Chief Gaming Officer, web developer and occasional service borker. <a href="https://odyssey346.github.io" class="button">His website</a> <a href="https://social.projectsegfau.lt/Odyssey346" class="button">His Pleroma account</a>
<h2 style="color: #00d4aa"> Devnol </h2>
Owner of our Helios server in Greece. <a href="https://devnol.github.io" class="button">His website</a><a href="https://social.projectsegfau.lt/Panos" class="button">His Pleroma account</a>

View File

@ -0,0 +1,50 @@
---
title: Project Segfault MC
---
# {title}
# Yeah, we have a Minecraft server.
We have an invite-only SMP server running on our network on version 1.18* (1.18, 1.18.1, 1.18.2) which is also bridged to Bedrock using GeyserMC.
If you would like to join, please [join our Discord](https://discord.gg/26EG7fFtfS) and ask us there to be whitelisted.
## Rules
1. Do not modify buildings without permission.
2. Do not bypass protections. (mining around a protected door, bypassing chest locks etc)
3. Do not cheat
4. Do not lag the shit out of the server.
## IP
**Java**: mc.projectsegfau.lt:25565
**Bedrock** mc.projectsegfau.lt:19132
*psst, you can join bedrock on your switch using the app we've linked below!*
*another psst, if you play on both Java and Bedrock, [link your accounts together on GeyserMC's website!](https://link.geysermc.org)* Your accounts will be linked together meaning you will have the exact same experience.
## Links
[Dynmap](https://map.mc.projectsegfau.lt)
[MC Server Connector for iOS](https://apps.apple.com/us/app/mc-server-connector/id1548251304)
[MC Server Connector for Android](https://play.google.com/store/apps/details?id=com.smokiem.mcserverconnector&hl=no&gl=US)
## Recommended Client-Side Mods
[Click me for a list of recommended client-side mods](minecraft_recommendedcsmods)
## Plugin list
This is a manually made list of our plugins, so it might not be up to date.
- BlockLocker
- CoreProtect
- [Dynmap](https://map.mc.projectsegfau.lt)
- EssentialsX (EssentialsXDiscord, EssentialsXGeoIP)
- Geyser & Floodgate
- LuckPerms
- mcMMO (manually built! fuck buying things. [Click here to download our build](https://cloud.mutahar.rocks/s/YP5pP6G45HePcs9))
- TabTPS
- Vault
- ViaVersion (You may only connect from a base version and its subversions (1.18, 1.18.1, 1.18.2). You cannot connect from a major version older than the major version the server is running.)
- PlugMan
- CombatLogX
- Simple Voice Mod

View File

@ -0,0 +1,14 @@
---
title: Project Segfault MC
---
# {title}
# [Click me to go back to the Minecraft site](minecraft)
## Recommended mods list
These are picked by our community or are for server features like voice chatting.
If you play on Bedrock, try to find an alternative to these. Mods like Simple Voice Chat have no alternative on Bedrock, sorry.
- [Xaero's World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map) & [Xaero's Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap)
- Any optimization mod (We recommend at least Sodium)
- [Simple Voice Chat](https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat)

View File

@ -0,0 +1,52 @@
---
title: Our Rules
---
# {title}
## Follow these or you're dumb
### Section 1 - General
1. Do not destroy other's bases.
2. Do not harass other users.
3. Do not use anything that could put others at a disadvantage (xray, cheats, exploits like duping etc)
4. You are not allowed to automate processes like fishing while you're away from your keyboard (you are allowed to do something else while you're fishing though, like be on your phone, but you must fish manually without the use of any software.)
5. Do not kill people for no reason. If you hit someone, then they are allowed to fight back, even if it was an accident.
### Section 2 - Island/Area Claims
#### You can claim islands for yourself. Here's the rules for that though:
1. You can't claim islands the size of fucking Russia.
2. You may only have max 8 islands, but if they're all massive, your max is 3.
3. Your islands must be visible on dynmap (use a sign with [dynmap] on the start)
4. An island owner may kill anyone on sight.
### Section 3 - Trading
1. If someone is in the process of trading, you cannot be near them (be at least 5 blocks apart).
2. If you picked up an item that was being traded, give it back. If you do not give it back in at least 10 seconds, the people who trading are allowed to kill you.
3. Do not deal damage to anyone who is trading.
4. If you're trading, please advertise it in the chat.
### Section 4 - Wars
1. You are allowed to start wars against alliances and people for reasons like stealing your things, destroying your stuff, and killing your dog (Oh also by the way if you kill a dog the owner is allowed to go John Wick on you)
2. Alliances are allowed to start wars against other alliances without needing a reason.
3. Do not log out during combat.
4. Do not attempt to trap people who have logged out during a war. They could have disconnected for multiple reasons, it's not always because they don't want to fight.
5. You may not start wars or raid a base owned by someone who is offline.
6. You are allowed to bypass the max claims limit in case you want to set up a temporary claimed area for basing during a war.
### Section 5 - Alliances
1. Alliances are allowed to have one island only. (Except in special cases, please negotiate with an admin about this if you feel like you need two)
2. Alliances must be clearly advertised. (I'll try to make something in for this)
3. Alliances are allowed to go at war, but this must be for a reasonable reason (Not something petty like someone going on your island)
4. Alliances can go against other alliances for any reason though.
### Section 6 - Griefing
1. Do not destroy villages for no reason.
2. Do not destroy other's crops. If you accidentally step on one, please replant. If you can't, please say so in the chat.
3. Do not make massive useless buildings unless it's on your island/claimed area. Things like lavacasts are only permitted on your areas.
4. Do not burn or explode public buildings. This is very unacceptable.
### Section 7 - Traps
1. Do not trap nether portals. This means don't place obisidan or any other blocks that could trap people inside your nether portal.
2. Don't be into traps - what the fuck that's kinda gay pal
### Section 8 - Bases
1. Do not attempt to bypass base protection like [Private] signs on doors.
2. You are not allowed to destroy bases. I mean, it would be fun, but like, it probably took them lots of time.

BIN
docker/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

19
docker/svelte.config.js Normal file
View File

@ -0,0 +1,19 @@
import { mdsvex } from "mdsvex";
import mdsvexConfig from "./mdsvex.config.js";
import adapter from "@sveltejs/adapter-static";
import preprocess from "svelte-preprocess";
/** @type {import('@sveltejs/kit').Config} */
const config = {
extensions: [".svelte", ...mdsvexConfig.extensions],
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: [preprocess(), mdsvex(mdsvexConfig)],
kit: {
adapter: adapter(),
},
};
export default config;

36
docker/tsconfig.json Normal file
View File

@ -0,0 +1,36 @@
{
"compilerOptions": {
"moduleResolution": "node",
"module": "es2020",
"lib": ["es2020", "DOM"],
"target": "es2020",
/**
svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript
to enforce using \`import type\` instead of \`import\` for Types.
*/
"importsNotUsedAsValues": "error",
/**
TypeScript doesn't know about import usages in the template because it only sees the
script of a Svelte file. Therefore preserve all value imports. Requires TS 4.5 or higher.
*/
"preserveValueImports": true,
"isolatedModules": true,
"resolveJsonModule": true,
/**
To have warnings/errors of the Svelte compiler at the correct position,
enable source maps by default.
*/
"sourceMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"allowJs": true,
"checkJs": true,
"paths": {
"$lib": ["src/lib"],
"$lib/*": ["src/lib/*"]
}
},
"include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.ts", "src/**/*.svelte"]
}