-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22d1d82
commit 7cefae7
Showing
11 changed files
with
638 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,5 +130,5 @@ dist | |
conf/ | ||
protected/ | ||
|
||
# Cartel Version | ||
Cartel/ | ||
# Cartel Versions | ||
cartel/ |
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,2 +1,3 @@ | ||
# Cartel Server | ||
Cartel Hosting Provider | ||
# Cartel Distribution Server | ||
|
||
Host Cartel Data for Packwiz, MultiMC, etc |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<h1>Cartel Distribution Server: {{server.name}}</h1> | ||
|
||
<h2>Attention Regular Users</h2> | ||
|
||
<p>Howdy! This is the home page for a Cartel distribution server. You will not need to be here ever unless your trying to manually patch your Cartel version :P.</p> | ||
|
||
<h2>Paths</h2> | ||
|
||
<p>Ensure your <code>*.pw.toml</code> and <code>pack.toml</code>/<code>index.toml</code> files point to the following to ensure content delivery:</p> | ||
|
||
<p><strong>Packwiz Index Files</strong>: <code>{{server.url}}/download/<version>/<type>/pack.toml</code></p> | ||
|
||
<p><strong>Packwiz Resource Files</strong>: <code>{{server.url}}/resource/<version>/<type>?p=<file path></code></p> |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Cartel Dist Server: {{server.name}}</title> | ||
</head> | ||
<body> | ||
{{{body}}} | ||
</body> | ||
</html> |
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
Oops, something went wrong.