Skip to content

Commit 14ccf2c

Browse files
author
niki
committed
feat: fill read me
1 parent 39d6077 commit 14ccf2c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM nginx:1.20-alpine
2+
23
RUN apk add nano openssl
34
COPY ./nginx.conf /etc/nginx/nginx.conf
45
COPY ./sentry_proxy.js /etc/nginx/sentry_proxy.js

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# nginx-sentry-proxy
2-
### Reverse proxy for sentry (tunnel mode)
1+
# nginx-sentry-proxy
2+
Ad blocker bypass for Sentry.Allows you to bypass ads using reverse proxy.
3+
![](./doc/img.png)
4+
* default port: <b>8000</b>
5+
* [setup sentry client :](https://docs.sentry.io/platforms/javascript/troubleshooting/)
6+
7+
8+
### run :
9+
```bash
10+
docker run ghcr.io/lad-tech/nginx-sentry-proxy:master
11+
```

doc/img.png

50.6 KB
Loading

0 commit comments

Comments
 (0)