Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cf-pages/Telegraph-Image
Image Hosting solution, Flickr/imgur alternative, make it easy for users to share their images. Using Cloudflare Pages and Telegraph.
https://github.com/cf-pages/Telegraph-Image
cloudflare cloudflare-pages flickr image image-host image-hosting image-sharing imgur serverless telegraph upload-images
Last synced: about 2 months ago
JSON representation
Image Hosting solution, Flickr/imgur alternative, make it easy for users to share their images. Using Cloudflare Pages and Telegraph.
- Host: GitHub
- URL: https://github.com/cf-pages/Telegraph-Image
- Owner: cf-pages
- License: cc0-1.0
- Created: 2022-10-31T18:33:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T04:42:25.000Z (3 months ago)
- Last Synced: 2024-10-15T22:42:18.690Z (about 2 months ago)
- Topics: cloudflare, cloudflare-pages, flickr, image, image-host, image-hosting, image-sharing, imgur, serverless, telegraph, upload-images
- Language: HTML
- Homepage: https://im.gurl.eu.org
- Size: 1.48 MB
- Stars: 3,325
- Watchers: 13
- Forks: 6,072
- Open Issues: 89
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloudflare - Telegraph-Image
- awesome - cf-pages/Telegraph-Image - Image Hosting solution, Flickr/imgur alternative, make it easy for users to share their images. Using Cloudflare Pages and Telegraph. (HTML)
README
# Telegraph-Image
Free Image Hosting solution, Flickr/imgur alternative. Using Cloudflare Pages and Telegraph.
English|[中文](readme-zh.md)
## Deployment
### Preparation
The only thing you need to prepare in advance is a Cloudflare account
### Step by Step Instruction
3 simple steps to deploy this project and have your own image hosting
1.Fork this repository (Note: In order to make this work. You have to using Git or Wrangler CLI to deploy this project. [Document](https://developers.cloudflare.com/pages/functions/get-started/#deploy-your-function))
2.Open the Cloudflare Dashboard, enter the Pages management page, choose to create a project, then choose `Connecting to the Git Provider`
![1](https://telegraph-image.pages.dev/file/8d4ef9b7761a25821d9c2.png)
3. Follow the prompts on the page to enter the project name, select the git repository you need to connect to, then click `Deploy`
## Features
1. Unlimited number of images stored, you can upload an unlimited number of images
2. No need to buy a server, hosted on Cloudflare's network, when the use does not exceed Cloudflare's free quota, completely free
3. No need to buy a domain name, you can use the free second-level domain name `*.pages.dev` provided by Cloudflare Pages, and also support binding custom domain names
4. Support image review API, can be opened as needed, after opening undesirable images will be automatically blocked, no longer loaded
### Add custom domains
Inside the custom domain of pages, bind the domain name that exists in your Cloudflare account, the domain name hosted in cloudflare, will automatically modify the dns record
![2](https://telegraph-image.pages.dev/file/29546e3a7465a01281ee2.png)### Setup image review API
1. Please go to https://moderatecontent.com/ to register and get a free API key for reviewing image content
2. Open the settings of Cloudflare Pages, click `Settings`, `Environment Variables`, `Add Environment Variables` in turn
3. Add a `variable` name as `ModerateContentApiKey`, `value` as the `API key` you just got in the first step, click `Save` to
Note: Since the changes will take effect on the next deployment, you may need to go to the `Deploy` page and redeploy the project
When image review is enabled, the first time image load will be slow because it takes time to review, but the subsequent image load will not be affected due to the existence of cache
![3](https://telegraph-image.pages.dev/file/bae511fb116b034ef9c14.png)### Limitations
1. Since the image files are actually stored in Telegraph, Telegraph limits the size of uploaded images to a maximum of 5MB
2. Due to the use of Cloudflare's network, the loading speed of images may not be guaranteed in some areas.
3. The free version of Cloudflare Function is limited to 100,000 requests per day (i.e. the total number of uploads or loads of images cannot exceed 100,000), if this is exceeded, you may need to choose to purchase the paid package of Cloudflare Function.
### Thanks
Ideas and code provided by Hostloc @feixiang and @乌拉擦