Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
/ ImageWebServer Public archive

A simple image uploader website for use with screenshot applications such as ShareX.

License

Notifications You must be signed in to change notification settings

N0ahMC/ImageWebServer

Repository files navigation

Contributors Forks Stargazers Issues MIT License


ImageWebServer

A simple image uploader website for use with screenshot applications such as ShareX.

Report Bug · Request Feature

Examples

Website

Discord Embed

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/N0ahMC/ImageWebServer.git
  2. Install NPM packages
    npm install
  3. Rename .env.template to .env
  4. Configure your .env config following directions
  5. Start the server
    npm start
  6. ShareX Setup
    1. Edit ImageWebServer.sxcu to include the key you set in .env and your domain.
    2. Open the file with ShareX and select "Yes" to use it as your image uploader.

License

Distributed under the MIT License. See LICENSE for more information.

Project Link: https://github.com/N0ahMC/ImageWebServer