Skip to content

Commit

Permalink
Merge pull request #5 from Kensaa/cdn-rework
Browse files Browse the repository at this point in the history
Cdn rework
  • Loading branch information
Kensaa committed Jan 13, 2024
2 parents 989448e + b1bb84e commit bb2d965
Show file tree
Hide file tree
Showing 17 changed files with 273 additions and 889 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ node_modules/
dist/
build/
server/static/
cloningServer/static/
cache
.vscode
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,3 @@ If your want to add file (like mods) to an existing profile, you can add them in
You can use the [docker image](https://hub.docker.com/repository/docker/kensa/kensa-minecraft-launcher-server/general) the deploy the server on docker.\
You can also launch it manually by cloning the repo and typing :\
`yarn && yarn start`

## CDN

If you need it, you can also setup a CDN that the launcher can use instead of the primary server to download, you just have to clone the repo and use the same command as the server to start it, after you need the set the "CDNS" env variable on the server to the ip of the CDN
15 changes: 0 additions & 15 deletions cdn/DockerFile

This file was deleted.

21 changes: 0 additions & 21 deletions cdn/package.json

This file was deleted.

126 changes: 0 additions & 126 deletions cdn/src/cdn.ts

This file was deleted.

16 changes: 0 additions & 16 deletions cdn/tsconfig.json

This file was deleted.

Loading

0 comments on commit bb2d965

Please sign in to comment.