Skip to content

Commit

Permalink
[GitHub Action] Update challenges in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 30, 2024
1 parent d34ce68 commit 6cfacaa
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Although some of the challenges may run as is, it is recommended that you have d
| [Baby Flask](./web/baby-flask) | Evangelospro |
| [Biscuits](./web/biscuits) | Evangelospro |
| [Flask Master](./web/flask-master) | Evangelospro |
| [Hidden Notes](./web/hidden_notes) | sAINT_barber |
| [looooong](./web/looooong) | Evangelospro |
| [NMAPper](./web/nmapper) | Evangelospro |
| [SQL Sleuth: The Hidden Injection](./web/sql-sleuth) | Evangelospro |
Expand Down
28 changes: 28 additions & 0 deletions web/hidden_notes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Hidden Notes

[![Try in PWD](https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png)](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/cybermouflons/gt-beginner-quest-2024/master/web/hidden_notes/docker-compose.yml)


**Category**: web

**Author**: sAINT_barber

## Description

Look at my note taking application!
Its so easy to keep organised, lots of impotant information can be stored by multiple users!
I sure hope you cant read other users notes!



## Run locally

Launch challenge:
```
curl -sSL https://raw.githubusercontent.com/cybermouflons/gt-beginner-quest-2024/master/web/hidden_notes/docker-compose.yml | docker compose -f - up -d
```

Shutdown challenge:
```
curl -sSL https://raw.githubusercontent.com/cybermouflons/gt-beginner-quest-2024/master/web/hidden_notes/docker-compose.yml | docker compose -f - down
```

0 comments on commit 6cfacaa

Please sign in to comment.