-
Notifications
You must be signed in to change notification settings - Fork 3
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
edaad51
commit 38b187d
Showing
64 changed files
with
419 additions
and
629 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ COPY --from=frontend /app/dist ./dist | |
|
||
EXPOSE 8888 | ||
|
||
CMD ["./cloudsdale"] | ||
CMD ["./cdsctf"] |
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,19 +1,19 @@ | ||
# Cloudsdale | ||
# CdsCTF | ||
|
||
The **Cloudsdale** project is an _open-source, high-performance, Jeopardy-style's_ CTF platform. | ||
The **CdsCTF** project is an _open-source, high-performance, Jeopardy-style's_ CTF platform. | ||
|
||
You can read more in the [Documentation](https://docs.ctf.e23.dev). | ||
|
||
## Contributors | ||
|
||
Thanks to everyone who has contributed to the project! Without you, Cloudsdale would not be what it is today. | ||
Thanks to everyone who has contributed to the project! Without you, CdsCTF would not be what it is today. | ||
|
||
![](https://contrib.rocks/image?repo=ElaBosak233/Cloudsdale) | ||
![](https://contrib.rocks/image?repo=ElaBosak233/cdsctf) | ||
|
||
## Stars | ||
|
||
![](https://starchart.cc/ElaBosak233/Cloudsdale.svg) | ||
![](https://starchart.cc/ElaBosak233/cdsctf.svg) | ||
|
||
## License | ||
|
||
This project is licensed under the [GNU General Public License v3.0](https://github.com/ElaBosak233/Cloudsdale/blob/main/LICENSE). | ||
This project is licensed under the [GNU General Public License v3.0](./LICENSE). |
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
File renamed without changes.
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,12 +1,12 @@ | ||
merge_derives = true | ||
fn_params_layout = "Compressed" | ||
max_width = 100 | ||
tab_spaces = 4 | ||
reorder_imports = true | ||
|
||
# unstable_features = true | ||
# hex_literal_case = "Upper" | ||
# condense_wildcard_suffixes = true | ||
# imports_granularity = "Crate" | ||
# brace_style = "PreferSameLine" | ||
# group_imports = "StdExternalCrate" | ||
unstable_features = true | ||
imports_granularity = "Crate" | ||
group_imports = "StdExternalCrate" | ||
brace_style = "PreferSameLine" | ||
wrap_comments = true | ||
condense_wildcard_suffixes = true | ||
hex_literal_case = "Upper" | ||
enum_discrim_align_threshold = 20 |
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.