Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Jan 31, 2024
2 parents ce4fce7 + a7bcd8a commit 5f1c124
Show file tree
Hide file tree
Showing 21 changed files with 65 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ One of the most popular web proxies, used by over 5.7 million people in 2023.

<a target="_blank" href="https://heroku.com/deploy/?template=https://github.com/interstellarnetwork/interstellar"><img alt="Deploy to Heroku" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/heroku.svg"></a>
<a target="_blank" href="https://app.koyeb.com/deploy?type=git&repository=github.com/interstellarnetwork/interstellar"><img alt="Deploy to Koyeb" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg"></a>
<a target="_blank" href="https://render.com/deploy?repo=https://github.com/InterstellarNetwork/IN-Render"><img alt="Deploy to Render" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/render.svg"></a>
<a target="_blank" href="https://app.cyclic.sh/api/app/deploy/interstellarnetwork/Interstellar"><img alt="Deploy to Cyclic" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/cyclic.svg"></a>

## Deployment Alternatives:

For more deployment options join our [Discord Server](https://discord.gg/interstellar) for tons of different ways to deploy Interstellar.

> Note: This includes methods of deploying to Render/OnRender.
#### What happened to Replit Deployment?

As of January 1st 2024, Replit is [no longer free](https://blog.replit.com/hosting-changes). Try GitHub Codespaces instead.
Expand Down
1 change: 1 addition & 0 deletions static/apps.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#E9vFnUFC"></script>
<meta charset="UTF-8" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
Expand Down
1 change: 1 addition & 0 deletions static/arc-sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added static/assets/media/icons/addictinggames.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/arrasio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/buckshotroulette.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/deeeepio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/jellymario.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/maddennfl24.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/media/icons/parkourblock3d.webp
Binary file not shown.
Binary file added static/assets/media/icons/tyranio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions static/assets/scripts/g.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,48 @@ document.addEventListener('DOMContentLoaded', () => {
image: '/assets/media/icons/3slices.jpg',
categories: ['all'],
},
{
name: 'Buckshot Roulette',
link: 'https://buckshotroulette.online/game/v11/',
image: '/assets/media/icons/buckshotroulette.jpg',
categories: ['all'],
},
{
name: 'Parkour Block 3D',
link: 'https://html5.gamedistribution.com/1461d40bb77f48e6be72489959a1ac04/',
image: '/assets/media/icons/parkourblock3d.webp',
categories: ['all'],
},
{
name: 'Jelly Mario',
link: 'https://jellymar.io',
image: '/assets/media/icons/jellymario.jpg',
categories: ['all'],
},
{
name: 'Tyran.io',
link: 'https://tyran.io',
image: '/assets/media/icons/tyranio.png',
categories: ['all', '2P'],
},
{
name: 'Arras.io',
link: 'https://arras.io/',
image: '/assets/media/icons/arrasio.jpg',
categories: ['all', '2P'],
},
{
name: 'Addicting Games',
link: 'https://www.addictinggames.com/',
image: '/assets/media/icons/addictinggames.jpg',
categories: ['all'],
},
{
name: 'Deeeep.io',
link: 'https://beta.deeeep.io',
image: '/assets/media/icons/deeeepio.jpg',
categories: ['all', '2P'],
},
{
name: 'ev.io',
link: 'https://ev.io',
Expand Down Expand Up @@ -1281,6 +1323,13 @@ document.addEventListener('DOMContentLoaded', () => {
categories: ['all', 'emu', 'android'],
now: true,
},
{
name: 'Madden NFL 24',
link: 'https://now.gg/iframe/snippet?app_pkg=com.ea.gp.maddennfl21mobile&partner=interstellar',
image: '/assets/media/icons/maddennfl24.jpeg',
categories: ['all', 'emu', 'android'],
now: true,
},
{
name: 'Android',
link: 'https://now.gg/iframe/snippet?app_pkg=com.uncube.launcher3&partner=interstellar',
Expand Down
Binary file added static/assets/styles/full2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions static/assets/styles/themes/default.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
:root {
--page: #1e1e1e;
--page: url("full2.png");
--background: rgba(255, 255, 255, 0.02);
--background-filter: blur(10px) brightness(80%);
--background-secondary: #4545459e;
--background-dark: #121212;



--title: #fff;
--block: #2a2a2a;
Expand All @@ -15,5 +17,5 @@
--text-secondary: #b0b0b0;
--text-placeholder: #aaa;

--transparent: rgb(0, 0, 0, 0);
}
--transparent: rgb(0,0,0,0);
}
1 change: 1 addition & 0 deletions static/edu.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#E9vFnUFC"></script>
<meta charset="UTF-8" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
Expand Down
1 change: 1 addition & 0 deletions static/games.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#E9vFnUFC"></script>
<meta charset="UTF-8" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
Expand Down
1 change: 1 addition & 0 deletions static/go.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#E9vFnUFC"></script>
<meta charset="UTF-8" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
Expand Down
1 change: 1 addition & 0 deletions static/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#E9vFnUFC"></script>
<meta charset="UTF-8" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
Expand Down
1 change: 1 addition & 0 deletions static/now.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#E9vFnUFC"></script>
<meta charset="UTF-8" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
Expand Down
1 change: 1 addition & 0 deletions static/settings.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#E9vFnUFC"></script>
<meta charset="UTF-8" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
Expand Down
1 change: 1 addition & 0 deletions static/tabs.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#E9vFnUFC"></script>
<meta charset="UTF-8" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
Expand Down

0 comments on commit 5f1c124

Please sign in to comment.