Initial commit
This commit is contained in:
1
RSSHub
Submodule
1
RSSHub
Submodule
Submodule RSSHub added at ff393898a0
4
build.sh
Executable file
4
build.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
cd /opt/rsshub/RSSHub
|
||||||
|
mv .env .env.bak
|
||||||
|
pnpm build
|
||||||
|
mv .env.bak .env
|
||||||
3
dev.sh
Executable file
3
dev.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
ps -ef | grep 'node' | grep '/opt/rsshub/RSSHub' | grep -v 'grep' | awk '{print $2}' | xargs kill -9 2>/dev/null
|
||||||
|
cd /opt/rsshub/RSSHub
|
||||||
|
pnpm dev
|
||||||
19
warp-socks/docker-compose.yml
Normal file
19
warp-socks/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
warp-socks:
|
||||||
|
image: monius/docker-warp-socks:latest
|
||||||
|
privileged: true
|
||||||
|
volumes:
|
||||||
|
- /lib/modules:/lib/modules
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
- SYS_ADMIN
|
||||||
|
sysctls:
|
||||||
|
net.ipv6.conf.all.disable_ipv6: 0
|
||||||
|
net.ipv4.conf.all.src_valid_mark: 1
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "https://www.cloudflare.com/cdn-cgi/trace"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 5
|
||||||
|
ports:
|
||||||
|
- '9091:9091'
|
||||||
Reference in New Issue
Block a user