feature:初始化代码结构

This commit is contained in:
2022-10-30 00:30:06 +08:00
committed by wswan
parent a538698c93
commit 97972039fc
23 changed files with 51 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.idea
+34
View File
@@ -0,0 +1,34 @@
server {
server_name _;
listen 80 default_server;
listen 443 ssl default_server;
## To also support IPv6, uncomment this block
# listen [::]:80 default_server;
# listen [::]:443 ssl default_server;
ssl_certificate /etc/letsencrypt/live/tradewind.vip/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/tradewind.vip/privkey.pem; # managed by Certbot
return 404; # or whatever
}
server {
server_name joplin.tradewind.vip;
location / {
resolver 223.5.5.5;
set $router "router.tradewind.vip";
proxy_set_header Host $host;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://$router:8888;
}
listen 8888 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/tradewind.vip/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/tradewind.vip/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
}
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
+16
View File
@@ -0,0 +1,16 @@
00
9song-api
api
bitwarden
emby
gitea
gogs
img
jenkins
joplin
leanote
nas
rss
sync
tr
www