mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-14 13:19:35 +00:00
Merge branch 'main' into feat/spotify-bot
This commit is contained in:
commit
9bf5d89464
7 changed files with 69 additions and 33 deletions
|
@ -1,20 +0,0 @@
|
|||
cat .config/systemd/user/caddy.service
|
||||
screen
|
||||
htop
|
||||
free -m -h
|
||||
quota
|
||||
quota -h
|
||||
ls
|
||||
du -h
|
||||
neofetch
|
||||
ls -a
|
||||
htop
|
||||
free -m -h
|
||||
ls
|
||||
nest resources
|
||||
ls
|
||||
mutt
|
||||
ls Mail/
|
||||
mutt
|
||||
ls -a
|
||||
exit
|
|
@ -1 +1,60 @@
|
|||
{"admin":{"listen":"unix//home/neon/caddy-admin.sock"},"apps":{"http":{"servers":{"srv0":{"automatic_https":{"skip":["neon.hackclub.app"]},"listen":["unix/.webserver.sock|777"],"routes":[{"handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"vars","root":"/home/neon/pub"},{"handler":"file_server","hide":[".git",".env","/home/neon/Caddyfile"]}]}]}],"match":[{"host":["neon.hackclub.app"]}],"terminal":true}]}}}}}
|
||||
{
|
||||
"admin": { "listen": "unix//home/neon/caddy-admin.sock" },
|
||||
"apps": {
|
||||
"http": {
|
||||
"servers": {
|
||||
"srv0": {
|
||||
"automatic_https": { "skip": ["spotify.hackclub.app"] },
|
||||
"listen": ["unix/.spotify.neon.hackclub.app.webserver.sock|777"],
|
||||
"routes": [
|
||||
{
|
||||
"handle": [
|
||||
{
|
||||
"handler": "subroute",
|
||||
"routes": [
|
||||
{
|
||||
"handle": [
|
||||
{
|
||||
"handler": "reverse_proxy",
|
||||
"upstreams": [{ "dial": "localhost:38275" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"match": [{ "host": ["spotify.hackclub.app"] }],
|
||||
"terminal": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"srv1": {
|
||||
"automatic_https": { "skip": ["neon.hackclub.app"] },
|
||||
"listen": ["unix/.webserver.sock|777"],
|
||||
"routes": [
|
||||
{
|
||||
"handle": [
|
||||
{
|
||||
"handler": "subroute",
|
||||
"routes": [
|
||||
{
|
||||
"handle": [
|
||||
{ "handler": "vars", "root": "/home/neon/pub" },
|
||||
{
|
||||
"handler": "file_server",
|
||||
"hide": [".git", ".env", "/home/neon/Caddyfile"]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"match": [{ "host": ["neon.hackclub.app"] }],
|
||||
"terminal": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,8 +1,12 @@
|
|||
*.sock
|
||||
.npm
|
||||
.config/git
|
||||
.config/pulse # tokens
|
||||
Mail # mail sent to neon@hackclub.app is here
|
||||
sent # all sent mail is there
|
||||
.config/caddy
|
||||
Mail
|
||||
sent
|
||||
Mail/* # mail sent to neon@hackclub.app is here
|
||||
sent/* # all sent mail is there
|
||||
.bun
|
||||
.local
|
||||
.nix-profile
|
||||
|
|
1
.lesshst
Normal file
1
.lesshst
Normal file
|
@ -0,0 +1 @@
|
|||
.less-history-file:
|
1
Mail/.gitignore
vendored
Normal file
1
Mail/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*
|
1
sent/.gitignore
vendored
Normal file
1
sent/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*
|
|
@ -1,10 +0,0 @@
|
|||
Date: Fri, 13 Sep 2024 01:41:52 +0000
|
||||
From: neon <neon@hackclub.app>
|
||||
To: neon@saahild.com
|
||||
Subject: Hi
|
||||
Message-ID: <ZuOYYH41PzEkqYrv@hackclub.app>
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=us-ascii
|
||||
Content-Disposition: inline
|
||||
|
||||
Hello World!
|
Loading…
Reference in a new issue