diff --git a/gitea/local_docker_registry b/gitea/local_docker_registry index cd67824..0bdf41a 100644 --- a/gitea/local_docker_registry +++ b/gitea/local_docker_registry @@ -28,3 +28,13 @@ http://192.168.2.212:3000/tigeren/ ] } +# Build with registry tag +docker build -t 192.168.2.212:3000/tigeren/nextav:latest . +docker build -t 192.168.2.212:3000/tigeren/nextav:v1.0.0 . + +```bash +# Push latest +docker push 192.168.2.212:3000/tigeren/nextav:latest + +# Push versioned +docker push 192.168.2.212:3000/tigeren/nextav:v1.0.0 \ No newline at end of file diff --git a/metatube/metatube.db b/metatube/metatube.db new file mode 100644 index 0000000..5cc0cb0 Binary files /dev/null and b/metatube/metatube.db differ diff --git a/metatube/readme b/metatube/readme new file mode 100644 index 0000000..50b2c69 --- /dev/null +++ b/metatube/readme @@ -0,0 +1,8 @@ +http://metatube.xorbit.link:9300/ + +https://metatube.xorbitlab.xyz:8443 +https://metatube.xorbitlab.xyz +http://gianode3.xorbit.link:9300/ + +https://ntfy.xorbitlab.xyz +http://mainnode.xorbit.link:8083 \ No newline at end of file diff --git a/singbox_config/singbox b/singbox_config/singbox new file mode 100644 index 0000000..1a4c8f8 --- /dev/null +++ b/singbox_config/singbox @@ -0,0 +1,52 @@ +{ + "log": { + "level": "info" + }, + "dns": { + "servers": [ + { + "address": "tls://8.8.8.8" + } + ] + }, + "inbounds": [ + { + "type": "tuic", + "listen": "::", + "listen_port": 8444, + "users": [ + { + "uuid": "1ddd6055-bc88-4086-a24a-b97324adf140", + "password": "ckdoacnioemskiwn" + } + ], + "congestion_control": "bbr", + "tls": { + "enabled": true, + "alpn": [ + "h3" + ], + "certificate_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/usnode1.xorbit.link/usnode1.xorbit.link.crt", + "key_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/usnode1.xorbit.link/usnode1.xorbit.link.key" + } + } + + ], + "outbounds": [ + { + "type": "direct" + }, + { + "type": "dns", + "tag": "dns-out" + } + ], + "route": { + "rules": [ + { + "protocol": "dns", + "outbound": "dns-out" + } + ] + } +} \ No newline at end of file diff --git a/singbox_config/singbox-bash b/singbox_config/singbox-bash new file mode 100644 index 0000000..2212102 --- /dev/null +++ b/singbox_config/singbox-bash @@ -0,0 +1,6 @@ +# Copy the link address for the correct .deb file from GitHub + +wget https://github.com/SagerNet/sing-box/releases/download/v1.9.7/sing-box_1.9.7_linux_amd64.deb + +# Install the downloaded package +sudo dpkg -i sing-box_1.9.7_linux_amd64.deb \ No newline at end of file diff --git a/singbox_config/singbox_ca b/singbox_config/singbox_ca new file mode 100644 index 0000000..5bb2c95 --- /dev/null +++ b/singbox_config/singbox_ca @@ -0,0 +1,52 @@ +{ + "log": { + "level": "info" + }, + "dns": { + "servers": [ + { + "address": "tls://8.8.8.8" + } + ] + }, + "inbounds": [ + { + "type": "tuic", + "listen": "::", + "listen_port": 8444, + "users": [ + { + "uuid": "1ddd6055-bc88-4086-a24a-b97324adf140", + "password": "ckdoacnioemskiwn" + } + ], + "congestion_control": "bbr", + "tls": { + "enabled": true, + "alpn": [ + "h3" + ], + "certificate_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/canode1.murmured.us/canode1.murmured.us.crt", + "key_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/canode1.murmured.us/canode1.murmured.us.key" + } + } + + ], + "outbounds": [ + { + "type": "direct" + }, + { + "type": "dns", + "tag": "dns-out" + } + ], + "route": { + "rules": [ + { + "protocol": "dns", + "outbound": "dns-out" + } + ] + } +} \ No newline at end of file diff --git a/singbox_config/singbox_jp b/singbox_config/singbox_jp new file mode 100644 index 0000000..bbe4d01 --- /dev/null +++ b/singbox_config/singbox_jp @@ -0,0 +1,52 @@ +{ + "log": { + "level": "info" + }, + "dns": { + "servers": [ + { + "address": "tls://8.8.8.8" + } + ] + }, + "inbounds": [ + { + "type": "tuic", + "listen": "::", + "listen_port": 8444, + "users": [ + { + "uuid": "1ddd6055-bc88-4086-a24a-b97324adf140", + "password": "ckdoacnioemskiwn" + } + ], + "congestion_control": "bbr", + "tls": { + "enabled": true, + "alpn": [ + "h3" + ], + "certificate_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/jpnode1.murmured.us/jpnode1.murmured.us.crt", + "key_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/jpnode1.murmured.us/jpnode1.murmured.us.key" + } + } + + ], + "outbounds": [ + { + "type": "direct" + }, + { + "type": "dns", + "tag": "dns-out" + } + ], + "route": { + "rules": [ + { + "protocol": "dns", + "outbound": "dns-out" + } + ] + } +} \ No newline at end of file diff --git a/singbox_config/singbox_ka b/singbox_config/singbox_ka new file mode 100644 index 0000000..7b4a9a1 --- /dev/null +++ b/singbox_config/singbox_ka @@ -0,0 +1,52 @@ +{ + "log": { + "level": "info" + }, + "dns": { + "servers": [ + { + "address": "tls://8.8.8.8" + } + ] + }, + "inbounds": [ + { + "type": "tuic", + "listen": "::", + "listen_port": 8444, + "users": [ + { + "uuid": "1ddd6055-bc88-4086-a24a-b97324adf140", + "password": "ckdoacnioemskiwn" + } + ], + "congestion_control": "bbr", + "tls": { + "enabled": true, + "alpn": [ + "h3" + ], + "certificate_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/krnode1.murmured.us/krnode1.murmured.us.crt", + "key_path": "/root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/krnode1.murmured.us/krnode1.murmured.us.key" + } + } + + ], + "outbounds": [ + { + "type": "direct" + }, + { + "type": "dns", + "tag": "dns-out" + } + ], + "route": { + "rules": [ + { + "protocol": "dns", + "outbound": "dns-out" + } + ] + } +} \ No newline at end of file