Skip to content

Image hosting, store images on Telegram

Notifications You must be signed in to change notification settings

xacnio/img-host-go

Repository files navigation

img-host-go

It's a image hosting script in Golang. It's have http server and images can be uploaded from here but uploaded images are sending to Telegram Cloud Storage by bot and they aren't stored in your server. In this way, there will be no storage problems on your server. When we want to reach some image from our http server, the server forwarding you to telegram http server with reverse proxy.

  • Storage on Telegram Cloud Storage
  • Simple data management with Redis

Screenshots

Config

Create .env file and edit (Sample)

Run

> go run main.go

Docker

> docker-compose --env-file ./.env.dev up -d

About

Image hosting, store images on Telegram

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published