Added Hckrnws
This commit is contained in:
parent
3dfd244112
commit
6cdd5767fa
20
templates/compose/hckrnws.yaml.j2
Normal file
20
templates/compose/hckrnws.yaml.j2
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# {{ ansible_managed }}
|
||||||
|
services:
|
||||||
|
hckrnws:
|
||||||
|
container_name: hckrnws
|
||||||
|
image: git.opnxng.com/opnxng/hckrnws:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Asia/Singapore
|
||||||
|
ports:
|
||||||
|
- 8909:3000
|
||||||
|
networks:
|
||||||
|
- hckrnws
|
||||||
|
|
||||||
|
networks:
|
||||||
|
hckrnws:
|
||||||
|
name: hckrnws
|
@ -571,24 +571,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# @tt host tt.{$HOSTNAME}
|
@hn host hn.{$HOSTNAME}
|
||||||
# handle @tt {
|
handle @hn {
|
||||||
# encode zstd gzip
|
encode zstd gzip
|
||||||
# reverse_proxy {
|
reverse_proxy {
|
||||||
# to {{ oracle1_private_ip }}:8909
|
to {{ oracle1_private_ip }}:8909
|
||||||
# to {{ oracle2_private_ip }}:8909
|
to {{ oracle2_private_ip }}:8909
|
||||||
# to {{ oracle3_private_ip }}:8909
|
to {{ oracle3_private_ip }}:8909
|
||||||
# to {{ oracle4_private_ip }}:8909
|
to {{ oracle4_private_ip }}:8909
|
||||||
# lb_policy ip_hash
|
lb_policy ip_hash
|
||||||
# lb_try_duration 5s
|
lb_try_duration 5s
|
||||||
# lb_try_interval 1s
|
lb_try_interval 1s
|
||||||
# fail_duration 30s
|
fail_duration 30s
|
||||||
# max_fails 3
|
max_fails 3
|
||||||
# }
|
}
|
||||||
# header {
|
header {
|
||||||
# X-Robots-Tag "noindex, noimageindex, nosnippet, notranslate, noarchive, nofollow"
|
X-Robots-Tag "noindex, noimageindex, nosnippet, notranslate, noarchive, nofollow"
|
||||||
# }
|
}
|
||||||
# }
|
}
|
||||||
|
|
||||||
@ti host ti.{$HOSTNAME}
|
@ti host ti.{$HOSTNAME}
|
||||||
handle @ti {
|
handle @ti {
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
compose:
|
config:
|
||||||
oracle1:
|
|
||||||
- redlib
|
|
||||||
oracle2:
|
|
||||||
- redlib
|
|
||||||
oracle3:
|
|
||||||
- redlib
|
|
||||||
oracle4:
|
oracle4:
|
||||||
- redlib
|
- caddy
|
||||||
|
|
||||||
|
compose:
|
||||||
|
oracle4:
|
||||||
|
- caddy
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -21,6 +19,7 @@ deployed-compose:
|
|||||||
- send
|
- send
|
||||||
- privatebin
|
- privatebin
|
||||||
####################
|
####################
|
||||||
|
- hckrnws
|
||||||
- searxng
|
- searxng
|
||||||
- redlib
|
- redlib
|
||||||
- voyager
|
- voyager
|
||||||
@ -30,7 +29,6 @@ deployed-compose:
|
|||||||
- cinny
|
- cinny
|
||||||
- gothub
|
- gothub
|
||||||
- scribe
|
- scribe
|
||||||
- proxitok
|
|
||||||
- proxigram
|
- proxigram
|
||||||
- it-tools
|
- it-tools
|
||||||
- simplytranslate
|
- simplytranslate
|
||||||
@ -43,6 +41,7 @@ deployed-compose:
|
|||||||
oracle2:
|
oracle2:
|
||||||
- wolfree
|
- wolfree
|
||||||
####################
|
####################
|
||||||
|
- hckrnws
|
||||||
- searxng
|
- searxng
|
||||||
- redlib
|
- redlib
|
||||||
- voyager
|
- voyager
|
||||||
@ -52,7 +51,6 @@ deployed-compose:
|
|||||||
- cinny
|
- cinny
|
||||||
- gothub
|
- gothub
|
||||||
- scribe
|
- scribe
|
||||||
- proxitok
|
|
||||||
- proxigram
|
- proxigram
|
||||||
- it-tools
|
- it-tools
|
||||||
- simplytranslate
|
- simplytranslate
|
||||||
@ -69,6 +67,7 @@ deployed-compose:
|
|||||||
- ntfy
|
- ntfy
|
||||||
- breezewiki
|
- breezewiki
|
||||||
####################
|
####################
|
||||||
|
- hckrnws
|
||||||
- searxng
|
- searxng
|
||||||
- redlib
|
- redlib
|
||||||
- voyager
|
- voyager
|
||||||
@ -78,7 +77,6 @@ deployed-compose:
|
|||||||
- cinny
|
- cinny
|
||||||
- gothub
|
- gothub
|
||||||
- scribe
|
- scribe
|
||||||
- proxitok
|
|
||||||
- proxigram
|
- proxigram
|
||||||
- it-tools
|
- it-tools
|
||||||
- simplytranslate
|
- simplytranslate
|
||||||
@ -92,6 +90,7 @@ deployed-compose:
|
|||||||
- caddy
|
- caddy
|
||||||
- geoipupdate
|
- geoipupdate
|
||||||
####################
|
####################
|
||||||
|
- hckrnws
|
||||||
- searxng
|
- searxng
|
||||||
- redlib
|
- redlib
|
||||||
- voyager
|
- voyager
|
||||||
@ -101,7 +100,6 @@ deployed-compose:
|
|||||||
- cinny
|
- cinny
|
||||||
- gothub
|
- gothub
|
||||||
- scribe
|
- scribe
|
||||||
- proxitok
|
|
||||||
- proxigram
|
- proxigram
|
||||||
- it-tools
|
- it-tools
|
||||||
- simplytranslate
|
- simplytranslate
|
||||||
|
Loading…
Reference in New Issue
Block a user