-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: switch to github pages and add warning
- Loading branch information
Showing
5 changed files
with
42 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,19 @@ | ||
<style> | ||
.btn{ | ||
border-radius: 4px; | ||
padding: 10px 32px; | ||
text-align: center; | ||
text-decoration: none; | ||
background-color: white; | ||
color: black; | ||
margin: 5px; | ||
border: 1px solid #3f51b5; | ||
display: inline-block; | ||
} | ||
</style> | ||
# Downloads | ||
|
||
All downloads can be found on the | ||
[releases](https://github.com/depado/goploader/releases) page on GitHub. This | ||
page exists to explain the different download types. | ||
|
||
## Standalone Downloads | ||
|
||
The standalone distribution contains only a binary. All assets and templates | ||
(html files, css, js, etc) are included directly in the binary. If you don't | ||
intend to modify those assets, this distribution is for you. All you have to | ||
do is download the archive, and go the [Setup](/server/install.md) page to read | ||
do is download the archive, and go the [Setup](install.md) page to read | ||
the instructions on how to setup goploader server. | ||
|
||
<div style="text-align: center;"> | ||
<a class="btn" href="https://gpldr.in/releases/servers/server-standalone_amd64.tar.gz">Linux 64-bit Standalone</a> | ||
<a class="btn" href="https://gpldr.in/releases/servers/server-standalone_arm.tar.gz">Linux ARMv7 Standalone</a> | ||
</div> | ||
|
||
## Simple Downloads | ||
|
||
These downloads contain the pre-compiled binary along with all its assets. | ||
You're free to modify what you want in those assets. (HTML templates, CSS, JS) | ||
|
||
<div style="text-align: center;"> | ||
<a class="btn" href="https://gpldr.in/releases/servers/server_amd64.tar.gz">Linux 64-bit</a> | ||
<a class="btn" href="https://gpldr.in/releases/servers/server_arm.tar.gz">Linux ARMv7</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
certifi==2024.7.4 | ||
charset-normalizer==2.0.12 | ||
click==8.1.3 | ||
colorclass==2.2.2 | ||
docopt==0.6.2 | ||
babel==2.16.0 | ||
certifi==2024.8.30 | ||
charset-normalizer==3.4.0 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
ghp-import==2.1.0 | ||
idna==3.7 | ||
importlib-metadata==4.11.3 | ||
idna==3.10 | ||
Jinja2==3.1.4 | ||
livereload==2.6.3 | ||
Markdown==3.3.7 | ||
MarkupSafe==2.1.1 | ||
Markdown==3.7 | ||
MarkupSafe==3.0.2 | ||
mergedeep==1.3.4 | ||
mkdocs==1.3.0 | ||
mkdocs-material==8.2.14 | ||
mkdocs-material-extensions==1.0.3 | ||
packaging==21.3 | ||
Pygments==2.15.0 | ||
pymdown-extensions==10.0 | ||
pyparsing==3.0.9 | ||
python-dateutil==2.8.2 | ||
PyYAML==6.0 | ||
mkdocs==1.6.1 | ||
mkdocs-get-deps==0.2.0 | ||
mkdocs-material==9.5.48 | ||
mkdocs-material-extensions==1.3.1 | ||
packaging==24.2 | ||
paginate==0.5.7 | ||
pathspec==0.12.1 | ||
platformdirs==4.3.6 | ||
Pygments==2.18.0 | ||
pymdown-extensions==10.12 | ||
python-dateutil==2.9.0.post0 | ||
PyYAML==6.0.2 | ||
pyyaml_env_tag==0.1 | ||
requests==2.32.0 | ||
six==1.16.0 | ||
terminaltables==3.1.10 | ||
tornado==6.4.2 | ||
urllib3==1.26.19 | ||
watchdog==2.1.7 | ||
zipp==3.19.1 | ||
regex==2024.11.6 | ||
requests==2.32.3 | ||
six==1.17.0 | ||
urllib3==2.2.3 | ||
watchdog==6.0.0 |