mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2025-05-06 05:33:07 +00:00
feat(main): init
commit may contain secret info, or not follow .gitignore
This commit is contained in:
commit
5271a138c3
37 changed files with 1528 additions and 0 deletions
11
default_stuff/Caddyfile
Normal file
11
default_stuff/Caddyfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
admin unix//home/neon/caddy-admin.sock
|
||||
}
|
||||
http://neon.hackclub.app {
|
||||
bind unix/.webserver.sock|777
|
||||
root * /home/neon/pub
|
||||
file_server {
|
||||
hide .git .env
|
||||
}
|
||||
}
|
||||
|
7
default_stuff/README.md
Normal file
7
default_stuff/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Welcome to Nest!
|
||||
Orpheus is so glad that you're here, and can't wait to see what you do!
|
||||
Here's some quick links and tips for working with Nest:
|
||||
- See our [Quickstart guide](https://guides.hackclub.app/index.php/Quickstart) for help getting started!
|
||||
- Access your Nest account details on [Nest Identity](https://identity.hackclub.app)
|
||||
|
||||
If you have any questions, just ask in the #nest channel on Slack. Happy hacking!
|
Loading…
Add table
Add a link
Reference in a new issue