mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2025-04-01 17:14:15 +00:00
Compare commits
4 commits
d6cbe8ac02
...
bbecdbbecd
Author | SHA1 | Date | |
---|---|---|---|
|
bbecdbbecd | ||
|
3ead4ceafc | ||
|
18b4556943 | ||
9d7911b64d |
6 changed files with 35 additions and 4 deletions
19
.bash_history
Normal file
19
.bash_history
Normal file
|
@ -0,0 +1,19 @@
|
|||
tar -xzf tailscale_amd64.tgz
|
||||
curl https://tailscale.com/install.sh
|
||||
curl https://tailscale.com/install.sh
|
||||
curl https://tailscale.com/install.sh | grep amd64
|
||||
uname -a
|
||||
neofetch
|
||||
ls
|
||||
pwd
|
||||
tailscale up
|
||||
systemctl --user start tailscaled
|
||||
ls
|
||||
tailscale
|
||||
tailscale login
|
||||
tailscaled
|
||||
tailscale
|
||||
tailscale up
|
||||
systemctl start --user tailscaled
|
||||
exir
|
||||
exit
|
|
@ -4,8 +4,8 @@
|
|||
"http": {
|
||||
"servers": {
|
||||
"srv0": {
|
||||
"automatic_https": { "skip": ["spotify.hackclub.app"] },
|
||||
"listen": ["unix/.spotify.neon.hackclub.app.webserver.sock|777"],
|
||||
"automatic_https": { "skip": ["spotify.neon.hackclub.app"] },
|
||||
"listen": ["unix/.spotify.sock|777"],
|
||||
"routes": [
|
||||
{
|
||||
"handle": [
|
||||
|
@ -16,14 +16,14 @@
|
|||
"handle": [
|
||||
{
|
||||
"handler": "reverse_proxy",
|
||||
"upstreams": [{ "dial": "localhost:38275" }]
|
||||
"upstreams": [{ "dial": "localhost:37935" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"match": [{ "host": ["spotify.hackclub.app"] }],
|
||||
"match": [{ "host": ["spotify.neon.hackclub.app"] }],
|
||||
"terminal": true
|
||||
}
|
||||
]
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,3 +22,5 @@ sent/* # all sent mail is there
|
|||
.uptime-url
|
||||
main.cron
|
||||
.bolt-js-*
|
||||
tailscale
|
||||
.pm2
|
||||
|
|
4
.wget-hsts
Normal file
4
.wget-hsts
Normal file
|
@ -0,0 +1,4 @@
|
|||
# HSTS 1.0 Known Hosts database for GNU Wget.
|
||||
# Edit at your own risk.
|
||||
# <hostname> <port> <incl. subdomains> <created> <max-age>
|
||||
pkgs.tailscale.com 0 0 1734197669 31536000
|
5
.yarnrc
Normal file
5
.yarnrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
lastUpdateCheck 1730675336652
|
1
pub/.well-known/atproto-did
Normal file
1
pub/.well-known/atproto-did
Normal file
|
@ -0,0 +1 @@
|
|||
did:plc:cxbavhtmcmu6ssravgtvf274
|
Loading…
Add table
Reference in a new issue