https://github.com/kiselev-nikolay/direct-to-me
Self-hosted application for redirecting user or application data in the background
https://github.com/kiselev-nikolay/direct-to-me
docker go react typescript
Last synced: over 1 year ago
JSON representation
Self-hosted application for redirecting user or application data in the background
- Host: GitHub
- URL: https://github.com/kiselev-nikolay/direct-to-me
- Owner: kiselev-nikolay
- Created: 2021-04-22T07:57:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T07:10:37.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T06:12:34.532Z (over 1 year ago)
- Topics: docker, go, react, typescript
- Language: TypeScript
- Homepage: https://direct-to-me.com/
- Size: 1.46 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Direct to me
Self-hosted application for redirecting user or application data in the background. Source code written in Go, TypeScript. React frontend.
It's a data redirection program. You create a link inside the program `example.com/test-link` that will take data in any format and send it in the background to some web hook (for example send it to your slack), and redirect the user to other links, such as back to the home page.
👨🏭 Looking for contributors!
### Run in docker
```shell
docker pull ghcr.io/kiselev-nikolay/direct-to-me/direct-to-me:latest
docker run --name direct-to-me -p 8080:8080 ghcr.io/kiselev-nikolay/direct-to-me/direct-to-me:latest \
/srv/app/main -authkey "my-password"
```
Now check this out! Go to [localhost:8080/control](http://localhost:8080/control) (Username: `staff`, Password: `my-password`)
## Screenshots 😍





