mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2025-04-03 10:04:13 +00:00
Compare commits
No commits in common. "bbecdbbecd1d1de2f5d645f55abc32bba9ebb7af" and "d6cbe8ac02ba24cd4a635177450391625a9bf149" have entirely different histories.
bbecdbbecd
...
d6cbe8ac02
6 changed files with 4 additions and 35 deletions
|
@ -1,19 +0,0 @@
|
|||
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.neon.hackclub.app"] },
|
||||
"listen": ["unix/.spotify.sock|777"],
|
||||
"automatic_https": { "skip": ["spotify.hackclub.app"] },
|
||||
"listen": ["unix/.spotify.neon.hackclub.app.webserver.sock|777"],
|
||||
"routes": [
|
||||
{
|
||||
"handle": [
|
||||
|
@ -16,14 +16,14 @@
|
|||
"handle": [
|
||||
{
|
||||
"handler": "reverse_proxy",
|
||||
"upstreams": [{ "dial": "localhost:37935" }]
|
||||
"upstreams": [{ "dial": "localhost:38275" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"match": [{ "host": ["spotify.neon.hackclub.app"] }],
|
||||
"match": [{ "host": ["spotify.hackclub.app"] }],
|
||||
"terminal": true
|
||||
}
|
||||
]
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,5 +22,3 @@ sent/* # all sent mail is there
|
|||
.uptime-url
|
||||
main.cron
|
||||
.bolt-js-*
|
||||
tailscale
|
||||
.pm2
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# 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
5
.yarnrc
|
@ -1,5 +0,0 @@
|
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
lastUpdateCheck 1730675336652
|
|
@ -1 +0,0 @@
|
|||
did:plc:cxbavhtmcmu6ssravgtvf274
|
Loading…
Add table
Reference in a new issue